IApiClientTransport Interface |
Namespace: ArangoDBNetStandard.Transport
The IApiClientTransport type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteAsync(String, WebHeaderCollection) |
Send a DELETE request.
| |
| DeleteAsync(String, Byte, WebHeaderCollection) |
Send a DELETE request with body content.
| |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| GetAsync |
Send a GET request.
| |
| HeadAsync |
Send a HEAD Request.
| |
| PatchAsync |
Send a PATCH request.
| |
| PostAsync |
Send a POST request.
| |
| PutAsync |
Send a PUT request.
|