NatConfigurationTraversalMethodType Property |
Gets the mode of the NAT traversal.
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic NatTraversalMethod TraversalMethodType { get; set; }
Public Property TraversalMethodType As NatTraversalMethod
Get
Set
public:
virtual property NatTraversalMethod TraversalMethodType {
NatTraversalMethod get () sealed;
void set (NatTraversalMethod value) sealed;
}
abstract TraversalMethodType : NatTraversalMethod with get, set
override TraversalMethodType : NatTraversalMethod with get, set
Property Value
Type:
NatTraversalMethodImplements
INatConfigurationTraversalMethodType
See Also