IApiClientTransportHeadAsync Method |
Send a HEAD Request.
Namespace:
ArangoDBNetStandard.Transport
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax Task<IApiClientResponse> HeadAsync(
string requestUri,
WebHeaderCollection webHeaderCollection = null
)
Function HeadAsync (
requestUri As String,
Optional webHeaderCollection As WebHeaderCollection = Nothing
) As Task(Of IApiClientResponse)
Task<IApiClientResponse^>^ HeadAsync(
String^ requestUri,
WebHeaderCollection^ webHeaderCollection = nullptr
)
abstract HeadAsync :
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