Click or drag to resize

RequestContext Properties

[This is preliminary documentation and is subject to change.]

The RequestContext type exposes the following members.

Properties
  NameDescription
Public propertyCancellationToken
The CancellationToken used to cancel this request. This token may be checked in the RPC method.
Public propertyFeatures
The features provided with the request.
Public propertyRequest
Gets the request message.
Public propertyResponse
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.
Public propertyServiceFactory
The factory that creates the JSON RPC service instances to handle the requests.
Public propertyServiceHost
Gets the service host that initiates this request.
Top
See Also