Click or drag to resize

IApiClientTransport.PutAsync Method

Send a PUT request.

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

Parameters

requestUri
Type: System.String
content
Type:System.Byte[]
webHeaderCollection (Optional)
Type: System.Net.WebHeaderCollection
Object containing a dictionary of Header keys and values.

Return Value

Type: Task<IApiClientResponse>
See Also