Click or drag to resize
QueryClient Constructor
Initializes a new instance of the QueryClient class

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

Parameters

httpClient
Type: System.Net.HttpHttpClient

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

dataMapper
Type: Couchbase.ViewsIDataMapper

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

See Also