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