InternetConnectionInformationRunTestRequest Method |
Runs a test HTTP request.
Namespace: com.softwarekey.Client.UtilsAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public bool RunTestRequest()
Public Function RunTestRequest As Boolean
public:
bool RunTestRequest()
Return Value
Type:
BooleanReturns 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