Gets a value indicating whether the connection with the client is valid.
public bool IsConnected {get;}
public:
property bool IsConnected {
bool get();
}
'Declaration
Public ReadOnly Property IsConnected As Boolean
'Usage
Dim instance As ClientSession
Dim value As Boolean
value = instance.IsConnected
Property Value
true if the connection with the client is valid; otherwise, false.