Click or drag to resize

SipDomainNameResolverGetSipServerAddress Method

Namespace:  Ozeki.Network
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static IPEndPoint GetSipServerAddress(
	string domain,
	SRVProtocol prot = SRVProtocol.UDP,
	IPAddress dnsServerAddress = null
)

Parameters

domain
Type: SystemString
prot (Optional)
Type: Ozeki.NetworkSRVProtocol
dnsServerAddress (Optional)
Type: System.NetIPAddress

Return Value

Type: IPEndPoint
See Also