Click or drag to resize
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.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public bool AutoDetect { get; set; }

Property Value

Type: Boolean

Implements

INatConfigurationAutoDetect
See Also