RequestContext Properties |
[This is preliminary documentation and is subject to change.]
The RequestContext type exposes the following members.
| Name | Description | |
|---|---|---|
| CancellationToken |
The CancellationToken used to cancel this request. This token may be
checked in the RPC method.
| |
| Features |
The features provided with the request.
| |
| Request |
Gets the request message.
| |
| Response |
The response message to be sent. If this property is not null,
it will take precedence to the return value of the invoked CLR method.
| |
| ServiceFactory |
The factory that creates the JSON RPC service instances to handle the requests.
| |
| ServiceHost |
Gets the service host that initiates this request.
|