This namespace contains duplex TCP-channel implementation classes.
Assembly: Zyan.Communication
Collapse/Expand Public Classes
  Name Description
Public Class Connection Encapsulates a connection, providing read/write locking for synchronisation. Additionally, this should provide a useful position for adding reconnection abilities.
Public Class Message A message which can be sent or received over a Duplex Channel instance.
Public Class MessageException Should be thrown when problems with sending or receiving a message occur.
Public Class TcpExChannel A replacement for the standard Tcp remoting channel that allows communication in both directions over a single tcp connection.
Public Class TcpExChannelData Describes configuration data of a TcpEx channel.
Collapse/Expand Public Enumerations
  Name Description
Public Enumeration ConnectionRole Defines connection roles. A connection may act as Server or as Client.