Gets a value indicating whether this channel is listening to incoming connections.
Declaring type: TcpExChannel
Namespace: Zyan.Communication.Protocols.Tcp.DuplexChannel
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public bool IsListening { get; }
Property Value
true if this instance is listening to incoming connections; otherwise, false.