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