IDuplexChannel Properties
Collapse the table of content
Expand the table of content

IDuplexChannel Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The IDuplexChannel type exposes the following members.

  NameDescription
Public property LocalAddress Gets the address on which the input channel receives messages. (Inherited from IInputChannel.)
Public property RemoteAddress Gets the destination of the service to which messages are sent out on the output channel. (Inherited from IOutputChannel.)
Public property State Gets the current state of the communication-oriented object. (Inherited from ICommunicationObject.)
Public property Via Gets the URI that contains the transport address to which messages are sent on the output channel. (Inherited from IOutputChannel.)
Top

Show:
© 2017 Microsoft