Click or drag to resize

IApiClientTransportGetAsync Method

Send a GET request.

Namespace:  ArangoDBNetStandard.Transport
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<IApiClientResponse> GetAsync(
	string requestUri,
	WebHeaderCollection webHeaderCollection = null
)

Parameters

requestUri
Type: SystemString
webHeaderCollection (Optional)
Type: System.NetWebHeaderCollection
Object containing a dictionary of Header keys and values.

Return Value

Type: TaskIApiClientResponse
See Also