HttpCookiesCollectionItem Property

Get the cookie at given index in collection

Definition

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

Parameters

index  Int32
The index in collection

Return Value

HttpRequestCookie
The cookie at the index or null if the index is out of bounds

See Also