Initializes a new instance of the TcpExChannel class.
Declaring type: TcpExChannel
Namespace: Zyan.Communication.Protocols.Tcp.DuplexChannel
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public TcpExChannel (
        bool listen
) 
Parameters
listen
if set to true, the channel will listen for incoming connections.