Click or drag to resize
NatManagerBeginDiscover Method

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public bool BeginDiscover(
	string localAddress,
	string stunServerAddress,
	NatDiscoveryCallback callback
)

Parameters

localAddress
Type: SystemString
stunServerAddress
Type: SystemString
callback
Type: Ozeki.NetworkNatDiscoveryCallback

Return Value

Type: Boolean

Implements

INatManagerBeginDiscover(String, String, NatDiscoveryCallback)
See Also