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