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