IDuplexSessionChannel Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The IDuplexSessionChannel type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone LocalAddress Gets the address on which the input channel receives messages. (Inherited from IInputChannel.)
Public propertySupported by Silverlight for Windows Phone RemoteAddress Gets the destination of the service to which messages are sent out on the output channel. (Inherited from IOutputChannel.)
Public propertySupported by Silverlight for Windows Phone Session Gets the type of session associated with the channel. (Inherited from ISessionChannel<TSession>.)
Public propertySupported by Silverlight for Windows Phone State Gets the current state of the communication-oriented object. (Inherited from ICommunicationObject.)
Public propertySupported by Silverlight for Windows Phone Via Gets the URI that contains the transport address to which messages are sent on the output channel. (Inherited from IOutputChannel.)

Top