Click or drag to resize

HttpRpcClientHandler Constructor (HttpMessageHandler)

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

Initializes a new instance of the HttpRpcClientHandler class

Namespace:  JsonRpc.Http
Assembly:  JsonRpc.Http (in JsonRpc.Http.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public HttpRpcClientHandler(
	HttpMessageHandler handler
)

Parameters

handler
Type: System.Net.HttpHttpMessageHandler

[Missing <param name="handler"/> documentation for "M:JsonRpc.Http.HttpRpcClientHandler.#ctor(System.Net.Http.HttpMessageHandler)"]

See Also