HttpHeadersCollectionItem Property

Returns the header at the given index from collection

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public HttpRequestHeader this[
	int index
] { get; }

Parameters

index  Int32
The header index in collection

Return Value

HttpRequestHeader
The header at the index or null if the index is out of bounds

See Also