HttpHeadersCollectionItem Property
Returns the header at the given index from collection
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public HttpRequestHeader this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As HttpRequestHeader
Get
public:
property HttpRequestHeader^ default[int index] {
HttpRequestHeader^ get (int index);
}
member Item : HttpRequestHeader with get
- index Int32
- The header index in collection
HttpRequestHeaderThe header at the index or null if the index is out of bounds