Click or drag to resize

SipDomainNameResolverGetSipServerAddress(String, SRVService, SRVProtocol, IPAddress) Method


Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.77.0
Syntax
public static IPEndPoint GetSipServerAddress(
	string domain,
	SRVService srvService,
	SRVProtocol srvProtocol,
	IPAddress dnsServerAddress = null
)

Parameters

domain  String
 
srvService  SRVService
 
srvProtocol  SRVProtocol
 
dnsServerAddress  IPAddress  (Optional)
 

Return Value

IPEndPoint
See Also