Click or drag to resize

NatManagerBeginDiscover Method

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