InternetConnectionInformationIsConnected Property |
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).
Namespace: com.softwarekey.Client.UtilsAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public bool IsConnected { get; }
Public ReadOnly Property IsConnected As Boolean
Get
public:
property bool IsConnected {
bool get ();
}
Property Value
Type:
BooleanSee Also