Click or drag to resize
SipDomainNameResolverGetSipServerAddress Method

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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