IQueryRequest GetRequestUri Method Couchbase .NET SDK 2.0
Gets the constructed Uri for making the request.

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.2.0 (2.0.2.0)
Syntax
Uri GetRequestUri()

Return Value

Type: Uri
A reference to the current IQueryRequest for method chaining.
See Also