QueryClient Constructor Couchbase .NET SDK 2.0
Initializes a new instance of the QueryClient class

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public QueryClient(
	HttpClient httpClient,
	IDataMapper dataMapper
)

Parameters

httpClient
Type: System.Net.Http HttpClient

[Missing <param name="httpClient"/> documentation for "M:Couchbase.N1QL.QueryClient.#ctor(System.Net.Http.HttpClient,Couchbase.Views.IDataMapper)"]

dataMapper
Type: Couchbase.Views IDataMapper

[Missing <param name="dataMapper"/> documentation for "M:Couchbase.N1QL.QueryClient.#ctor(System.Net.Http.HttpClient,Couchbase.Views.IDataMapper)"]

See Also