Click or drag to resize

NatConfiguration Constructor (NatTraversalMethod, String)

Initializes a new instance of the NatConfiguration class

Namespace:  Ozeki.Network
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public NatConfiguration(
	NatTraversalMethod methodType,
	string stunServerAddress
)

Parameters

methodType
Type: Ozeki.NetworkNatTraversalMethod
The method type used for NAT traversal.
stunServerAddress
Type: SystemString
Address of the STUN/TURN server.
See Also