Initializes a new instance of the TcpExChannel class with default settings (client mode).
Declaring type: TcpExChannel
Namespace: Zyan.Communication.Protocols.Tcp.DuplexChannel
Assembly: Zyan.Communication
Collapse/Expand Overload List
  Name Description
Public Method TcpExChannel () Initializes a new instance of the TcpExChannel class with default settings (client mode).
Public Method TcpExChannel (int) Initializes a new instance of the TcpExChannel class (server mode).
Public Method TcpExChannel (bool) Initializes a new instance of the TcpExChannel class.
Public Method TcpExChannel (TypeFilterLevel, bool) Initializes a new instance of the TcpExChannel class.
Public Method TcpExChannel (TypeFilterLevel, int) Initializes a new instance of the TcpExChannel class.
Public Method TcpExChannel (IDictionary, IClientChannelSinkProvider, IServerChannelSinkProvider) Initializes a new instance of the TcpExChannel class.