IQueryRequest.HttpMethod Method Couchbase .NET SDK 2.0
The HTTP method type to use.

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
IQueryRequest HttpMethod(
	Method method
)

Parameters

method
Type: Couchbase.N1QL.Method

[Missing <param name="method"/> documentation for "M:Couchbase.N1QL.IQueryRequest.HttpMethod(Couchbase.N1QL.Method)"]

Return Value

Type: IQueryRequest

[Missing <returns> documentation for "M:Couchbase.N1QL.IQueryRequest.HttpMethod(Couchbase.N1QL.Method)"]

See Also