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
)
Protected Overridable Function GetHeaderCollection (
headerProperties As CursorHeaderProperties
) As WebHeaderCollection
protected:
virtual WebHeaderCollection^ GetHeaderCollection(
CursorHeaderProperties^ headerProperties
)
abstract GetHeaderCollection :
headerProperties : CursorHeaderProperties -> WebHeaderCollection
override GetHeaderCollection :
headerProperties : CursorHeaderProperties -> WebHeaderCollection
Parameters
- headerProperties
- Type: ArangoDBNetStandard.CursorApi.ModelsCursorHeaderProperties
The CursorHeaderProperties values.
Return Value
Type:
WebHeaderCollectionWebHeaderCollection values.
See Also