IContextChannel Properties

IContextChannel Properties

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

The IContextChannel type exposes the following members.

  NameDescription
Public property AllowOutputBatching Gets or sets a value that instructs Windows Phone to store a set of messages before giving the messages to the transport.
Public property Extensions Gets a collection of extension objects for this extensible object. (Inherited from IExtensibleObject(Of T).)
Public property InputSession Gets the input session for the channel.
Public property LocalAddress Gets the local endpoint for the channel.
Public property OperationTimeout Gets or sets the time period within which an operation must complete or an exception is thrown.
Public property OutputSession Gets the output session associated with the channel, if any.
Public property RemoteAddress Gets the remote address associated with the channel.
Public property SessionId Returns an identifier for the current session, if any.
Public property State Gets the current state of the communication-oriented object. (Inherited from ICommunicationObject.)
Top

Show:
© 2017 Microsoft