ISoftPhoneBeginNatDiscovery Method (String, String, NatDiscoveryCallback) |
Begins the NAT discovery process.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void BeginNatDiscovery(
string localAddress,
string stunServerAddress,
NatDiscoveryCallback callback
)
Sub BeginNatDiscovery (
localAddress As String,
stunServerAddress As String,
callback As NatDiscoveryCallback
)
void BeginNatDiscovery(
String^ localAddress,
String^ stunServerAddress,
NatDiscoveryCallback^ callback
)
abstract BeginNatDiscovery :
localAddress : string *
stunServerAddress : string *
callback : NatDiscoveryCallback -> unit
Parameters
- localAddress
- Type: SystemString
Address of the local interface. - stunServerAddress
- Type: SystemString
Address of the STUN server. - callback
- Type: Ozeki.NetworkNatDiscoveryCallback
See Also