Indicates whether this Session object is connected to a host.
VB.NET
[Boolean =] Session.Connected
C#
[bool =] Session.Connected;
Remarks
True means connected, False means not connected.