Click or drag to resize
InternetConnectionInformation Class
Tests Internet Connectivity by making a test request.
Inheritance Hierarchy
SystemObject
  com.softwarekey.Client.UtilsInternetConnectionInformation

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

The InternetConnectionInformation type exposes the following members.

Constructors
  NameDescription
Public methodInternetConnectionInformation
Creates a new InternetConnectionInformation object.
Public methodInternetConnectionInformation(String)
Creates a new InternetConnectionInformation object with a specified test URL.
Public methodInternetConnectionInformation(String, Int32)
Creates a new InternetConnectionInformation object with a specified test URL and timeout.
Public methodInternetConnectionInformation(String, Int32, IWebProxy)
Creates a new InternetConnectionInformation object with a specified test URL, timeout, and proxy.
Top
Properties
  NameDescription
Public propertyIsConnected
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).
Public propertyProxy
Gets or sets the WebProxy object.
Public propertyProxyAddress
Gets the proxy server address (or an empty string if none is used).
Public propertyProxyAuthenticationRequired
Gets whether or not authentication is required by the proxy server configured for the system.
Public propertyProxyRequired
Gets whether or not this system is configured to use a proxy server.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRunTestRequest
Runs a test HTTP request.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also