INatConfigurationAutoDetect 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 ReadOnly Property AutoDetect As Boolean
Get
property bool AutoDetect {
bool get ();
}
abstract AutoDetect : bool with get
Property Value
Type:
BooleanSee Also