NatConfigurationAutoDetect Property |
Gets or sets a boolean value indicating whether the system will decide automatically that the local or public address will be used.
The public address will be determined using the specified traversal method type.
When the auto-detect mode is turned off, the system always use the specified traversal method.
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool AutoDetect { get; set; }
Public Property AutoDetect As Boolean
Get
Set
public:
virtual property bool AutoDetect {
bool get () sealed;
void set (bool value) sealed;
}
abstract AutoDetect : bool with get, set
override AutoDetect : bool with get, set
Property Value
Type:
BooleanImplements
INatConfigurationAutoDetectSee Also