LicensingGuiInternetEnableAutoDetection Property |
Set to true to enable automatic detection, or false to disable this feature.
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic bool InternetEnableAutoDetection { get; set; }
Public Property InternetEnableAutoDetection As Boolean
Get
Set
public:
property bool InternetEnableAutoDetection {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks Caution |
---|
Automatic proxy detection is a convenient way to detect Internet and proxy server requirements, but can cause
delays, as this feature relies on test requests. Delays will occur more frequently when a system is using
a slow Internet connection, or lacks Internet connectivity entirely.
|
See Also