Gets a boolean value indicating whether the connection has been established.
public bool IsConnected { get; }
Public ReadOnly Property IsConnected As Boolean
public:
property bool IsConnected {
bool get();
}
Value
true
if the session is connected; otherwise is
false
.