Click or drag to resize
InternetConnectionInformation Properties

The InternetConnectionInformation type exposes the following members.

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
See Also