InternetConnectionInformation Constructor (String) |
Namespace: com.softwarekey.Client.UtilsAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public InternetConnectionInformation(
string testUrl
)
Public Sub New (
testUrl As String
)
public:
InternetConnectionInformation(
String^ testUrl
)
Parameters
- testUrl
- Type: SystemString
A URL to use when testing whether or not proxy authentication is required.
See Also