Click or drag to resize

HttpRpcClientHandler Constructor (HttpClient)

[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(
	HttpClient httpClient
)

Parameters

httpClient
Type: System.Net.HttpHttpClient

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

See Also