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