NatConfiguration Constructor (NatTraversalMethod) |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public NatConfiguration(
NatTraversalMethod methodType
)
Public Sub New (
methodType As NatTraversalMethod
)
public:
NatConfiguration(
NatTraversalMethod methodType
)
new :
methodType : NatTraversalMethod -> NatConfiguration
Parameters
- methodType
- Type: Ozeki.NetworkNatTraversalMethod
The method type used for NAT traversal.
See Also