The IDuplexOutputChannel type exposes the following members.

Methods

  NameDescription
Public methodCloseConnection
Closes the connection with the duplex input channel.
Public methodOpenConnection
Opens the connection with the duplex input channel.
Public methodSendMessage
Sends the message to the address represented by ChannelId.

Properties

  NameDescription
Public propertyChannelId
Returns the id of the duplex input channel where messages are sent. It represents the address where messages are sent.
Public propertyIsConnected
Returns true if the duplex output channel is connected to the duplex input channel and listens to response messages.
Public propertyResponseReceiverId
Returns response receiving id of the duplex output channel.

Events

  NameDescription
Public eventConnectionClosed
The event is invoked when the connection with the duplex input channel was closed.
Public eventConnectionOpened
The event is invoked when the connection with the duplex input channel was opened.
Public eventResponseMessageReceived
The event is invoked when a response message was received.

See Also