OperationContext Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The OperationContext type exposes the following members.
| Name | Description | |
|---|---|---|
|
Current | Gets or sets the execution context for the current thread. |
|
IncomingMessageHeaders | Gets the incoming message headers for the OperationContext. |
|
IncomingMessageProperties | Gets the message properties for the incoming message in the OperationContext. |
|
IncomingMessageVersion | Gets the incoming SOAP message version for the OperationContext. |
|
IsUserContext | This property is intended for system use and should not be called by users. |
|
OutgoingMessageHeaders | Gets the outgoing message headers for the active OperationContext. |
|
OutgoingMessageProperties | Gets the message properties for the outbound message in the active OperationContext. |
|
RequestContext | Gets or sets the request context implementation for this method. |
Show: