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