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
)
Function GetAsync (
requestUri As String,
Optional webHeaderCollection As WebHeaderCollection = Nothing
) As Task(Of IApiClientResponse)
Task<IApiClientResponse^>^ GetAsync(
String^ requestUri,
WebHeaderCollection^ webHeaderCollection = nullptr
)
abstract GetAsync :
requestUri : string *
?webHeaderCollection : WebHeaderCollection
(* Defaults:
let _webHeaderCollection = defaultArg webHeaderCollection null
*)
-> Task<IApiClientResponse>
Parameters
- requestUri
- Type: SystemString
- webHeaderCollection (Optional)
- Type: System.NetWebHeaderCollection
Object containing a dictionary of Header keys and values.
Return Value
Type:
TaskIApiClientResponseSee Also