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

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

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).
proxy
Type: System.NetIWebProxy
The proxy server to use during the connection test. Leave this as null to use the default system proxy (or no proxy, if no default is configured on the system).
See Also