Click or drag to resize

IApiClientTransportPutAsync 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: SystemString
content
Type: SystemByte
webHeaderCollection (Optional)
Type: System.NetWebHeaderCollection
Object containing a dictionary of Header keys and values.

Return Value

Type: TaskIApiClientResponse
See Also