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

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

Parameters

testUrl
Type: SystemString
A URL to use when testing whether or not proxy authentication is required.
See Also