WebOperationContext Properties
The WebOperationContext type exposes the following members.
| Name | Description | |
|---|---|---|
|
Current | Gets the current Web operation context. |
|
IncomingRequest | Gets the Web request context for the request being received. |
|
IncomingResponse | Gets the Web response context for the request being received. |
|
OutgoingRequest | Gets the Web request context for the request being sent. |
|
OutgoingResponse | Gets the Web response context for the response being sent. |