add_SRV


Description:

public bool add_SRV (string service, string protocol, string domain, string addr, uint16 port)

Adds a resolution mapping the given service (on protocol and domain) to the IP address addr and given port.

Parameters:

this

a Resolver

service

the service name to match

protocol

the protocol name to match

domain

the domain name to match

addr

the IP address to resolve to

port

the port to resolve to

Returns:

true on success; false otherwise