Click or drag to resize

DocumentApiClientGetHeaderCollection Method

Method to get the header collection.

Namespace:  ArangoDBNetStandard.DocumentApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
protected virtual WebHeaderCollection GetHeaderCollection(
	DocumentHeaderProperties headers
)

Parameters

headers
Type: ArangoDBNetStandard.DocumentApi.ModelsDocumentHeaderProperties
The DocumentHeaderProperties values.

Return Value

Type: WebHeaderCollection
WebHeaderCollection values.
See Also