Click or drag to resize

RequestContext Constructor

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

Initializes a new instance of the RequestContext class

Namespace:  JsonRpc.Server
Assembly:  JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public RequestContext(
	IJsonRpcServiceHost serviceHost,
	IServiceFactory serviceFactory,
	IFeatureCollection features,
	RequestMessage request,
	CancellationToken cancellationToken
)

Parameters

serviceHost
Type: JsonRpc.ServerIJsonRpcServiceHost

[Missing <param name="serviceHost"/> documentation for "M:JsonRpc.Server.RequestContext.#ctor(JsonRpc.Server.IJsonRpcServiceHost,JsonRpc.Server.IServiceFactory,JsonRpc.Server.IFeatureCollection,JsonRpc.Messages.RequestMessage,System.Threading.CancellationToken)"]

serviceFactory
Type: JsonRpc.ServerIServiceFactory

[Missing <param name="serviceFactory"/> documentation for "M:JsonRpc.Server.RequestContext.#ctor(JsonRpc.Server.IJsonRpcServiceHost,JsonRpc.Server.IServiceFactory,JsonRpc.Server.IFeatureCollection,JsonRpc.Messages.RequestMessage,System.Threading.CancellationToken)"]

features
Type: JsonRpc.ServerIFeatureCollection

[Missing <param name="features"/> documentation for "M:JsonRpc.Server.RequestContext.#ctor(JsonRpc.Server.IJsonRpcServiceHost,JsonRpc.Server.IServiceFactory,JsonRpc.Server.IFeatureCollection,JsonRpc.Messages.RequestMessage,System.Threading.CancellationToken)"]

request
Type: JsonRpc.MessagesRequestMessage

[Missing <param name="request"/> documentation for "M:JsonRpc.Server.RequestContext.#ctor(JsonRpc.Server.IJsonRpcServiceHost,JsonRpc.Server.IServiceFactory,JsonRpc.Server.IFeatureCollection,JsonRpc.Messages.RequestMessage,System.Threading.CancellationToken)"]

cancellationToken
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:JsonRpc.Server.RequestContext.#ctor(JsonRpc.Server.IJsonRpcServiceHost,JsonRpc.Server.IServiceFactory,JsonRpc.Server.IFeatureCollection,JsonRpc.Messages.RequestMessage,System.Threading.CancellationToken)"]

See Also