NatConfigurationTraversalMethodType Property |
Gets the mode of the NAT traversal.
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
INatConfigurationTraversalMethodTypeSee Also