IQueryClientHttpClient Property |
The HttpClient to use for the HTTP POST to the Server.
Namespace: Couchbase.N1QLAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxHttpClient HttpClient { get; set; }
Property HttpClient As HttpClient
Get
Set
property HttpClient^ HttpClient {
HttpClient^ get ();
void set (HttpClient^ value);
}
abstract HttpClient : HttpClient with get, set
Property Value
Type:
HttpClient
See Also