NatRemoteServerReTryFailedResolve Property |
Gets or sets a boolean value indicating whether the system will try to resolve the DNS if the resolve attempt failed previously.
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool ReTryFailedResolve { get; set; }
Public Property ReTryFailedResolve As Boolean
Get
Set
public:
property bool ReTryFailedResolve {
bool get ();
void set (bool value);
}
member ReTryFailedResolve : bool with get, set
Property Value
Type:
BooleanSee Also