Click or drag to resize
LicensingGuiInternetAutoDetectionTimeout Property
Gets or sets the maximum amount of time (in milliseconds) an automatic detection tests to run.

Namespace: com.softwarekey.Client.Gui
Assembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntax
public int InternetAutoDetectionTimeout { get; set; }

Property Value

Type: Int32
Remarks

This property is only applicable when InternetEnableAutoDetection is set to true.

Caution note 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