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