Name | Description | |
---|---|---|
![]() |
Connection | Encapsulates a connection, providing read/write locking for synchronisation. Additionally, this should provide a useful position for adding reconnection abilities. |
![]() |
Message | A message which can be sent or received over a Duplex Channel instance. |
![]() |
MessageException | Should be thrown when problems with sending or receiving a message occur. |
![]() |
TcpExChannel | A replacement for the standard Tcp remoting channel that allows communication in both directions over a single tcp connection. |
![]() |
TcpExChannelData | Describes configuration data of a TcpEx channel. |
Name | Description | |
---|---|---|
![]() |
ConnectionRole | Defines connection roles. A connection may act as Server or as Client. |