See: Description
| Interface | Description |
|---|---|
| IDuplexInputChannel |
Duplex input channel which can receive messages from the duplex output channel and send response messages.
|
| IDuplexOutputChannel |
Duplex output channel which can send messages to the duplex input channel and receive response messages.
|
| IMessagingSystemFactory |
Represents messaging providing output and input channels for the communication.
|
| Class | Description |
|---|---|
| DuplexChannelEventArgs |
Event argument used by output channel to indicate connection open or connection closed.
|
| DuplexChannelMessageEventArgs |
Event argument used by output and input channel to indicate a message was received.
|
| ResponseReceiverEventArgs |
Event argument used by the input channel to indicate the output channel was connected or disconnected.
|