Click or drag to resize

CursorApiClientGetHeaderCollection Method

Method to get the header collection.

Namespace:  ArangoDBNetStandard.CursorApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
protected virtual WebHeaderCollection GetHeaderCollection(
	CursorHeaderProperties headerProperties
)

Parameters

headerProperties
Type: ArangoDBNetStandard.CursorApi.ModelsCursorHeaderProperties
The CursorHeaderProperties values.

Return Value

Type: WebHeaderCollection
WebHeaderCollection values.
See Also