Click or drag to resize

IApiClientTransportPatchAsync Method

Send a PATCH request.

Namespace:  ArangoDBNetStandard.Transport
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<IApiClientResponse> PatchAsync(
	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