Click or drag to resize
InternetConnectionInformationRunTestRequest Method
Runs a test HTTP request.

Namespace: com.softwarekey.Client.Utils
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public bool RunTestRequest()

Return Value

Type: Boolean
Returns true and sets IsConnected to true if the test request was successful, or returns false and sets IsConnected if it failed. If the request fails because proxy authentication is required, ProxyAuthenticationRequired is set to true.
Remarks
The HTTP header of the request does not contain a user-agent value.
See Also