Click or drag to resize
InternetConnectionInformation Constructor (String, Int32)
Creates a new InternetConnectionInformation object with a specified test URL and timeout.

Namespace: com.softwarekey.Client.Utils
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public InternetConnectionInformation(
	string testUrl,
	int testTimeout
)

Parameters

testUrl
Type: SystemString
A URL to use when testing whether or not proxy authentication is required.
testTimeout
Type: SystemInt32
The timeout (in milliseconds) for the test. The default is 10000 milliseconds (or 10 seconds).
See Also