InternetConnectionInformation Class |
Namespace: com.softwarekey.Client.Utils
The InternetConnectionInformation type exposes the following members.
Name | Description | |
---|---|---|
![]() | InternetConnectionInformation | Creates a new InternetConnectionInformation object. |
![]() | InternetConnectionInformation(String) | Creates a new InternetConnectionInformation object with a specified test URL. |
![]() | InternetConnectionInformation(String, Int32) | Creates a new InternetConnectionInformation object with a specified test URL and timeout. |
![]() | InternetConnectionInformation(String, Int32, IWebProxy) | Creates a new InternetConnectionInformation object with a specified test URL, timeout, and proxy. |
Name | Description | |
---|---|---|
![]() | IsConnected | Gets whether or not an Internet connection is present. Note that this will always be true when ProxyAuthenticationRequired is true (meaning connectivity to a specific server is not verified when proxy authentication is required). |
![]() | Proxy | Gets or sets the WebProxy object. |
![]() | ProxyAddress | Gets the proxy server address (or an empty string if none is used). |
![]() | ProxyAuthenticationRequired | Gets whether or not authentication is required by the proxy server configured for the system. |
![]() | ProxyRequired | Gets whether or not this system is configured to use a proxy server. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RunTestRequest | Runs a test HTTP request. |
![]() | ToString | (Inherited from Object.) |