InternetConnectionInformation Constructor (String, Int32) |
Namespace: com.softwarekey.Client.UtilsAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public InternetConnectionInformation(
string testUrl,
int testTimeout
)
Public Sub New (
testUrl As String,
testTimeout As Integer
)
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