A replacement for the standard Tcp remoting channel that allows communication in both directions over a single tcp connection.
Namespace: Zyan.Communication.Protocols.Tcp.DuplexChannel
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public class TcpExChannel :  IChannelSender,
IChannelReceiver,
IChannel,
IConnectionNotification,
IDisposable
Collapse/Expand Remarks
TcpExChannel only supports IPv4. Remoting Configuration Parameters:
  • port
    The tcp port the channel should listen on. If this is specified, the channel will automatically start listening on that port.
  • listen
    Indicates the channel should start listening. This is not required if the port parameter is specified. If no port is specified the channel will choose a random unused port.
  • bufferSize
    The size of the buffer to use when sending data over a connection.
  • priority
    The priority of the channel.
Collapse/Expand Members

Click here to see the list of members.