NatConfigurationTraversalMethodType Property |
Gets the mode of the NAT traversal.
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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
NatTraversalMethodImplements
INatConfigurationTraversalMethodType
See Also