Property IsConnected
IsConnected
Gets whether the transport connection is currently established and ready for communication.
public bool IsConnected { get; }
Property Value
- bool
trueif the transport is connected and operational; otherwise,false.