The IDuplexOutputChannel type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CloseConnection |
Closes the connection with the duplex input channel.
| |
| OpenConnection |
Opens the connection with the duplex input channel.
| |
| SendMessage |
Sends the message to the address represented by ChannelId.
|
Properties
| Name | Description | |
|---|---|---|
| ChannelId |
Returns the id of the duplex input channel where messages are sent.
It represents the address where messages are sent.
| |
| IsConnected |
Returns true if the duplex output channel is connected to the duplex input channel and listens to response messages.
| |
| ResponseReceiverId |
Returns response receiving id of the duplex output channel.
|
Events
| Name | Description | |
|---|---|---|
| ConnectionClosed |
The event is invoked when the connection with the duplex input channel was closed.
| |
| ConnectionOpened |
The event is invoked when the connection with the duplex input channel was opened.
| |
| ResponseMessageReceived |
The event is invoked when a response message was received.
|