Table of Contents
CookieCollection.Get Method (Int32)

Returns the HttpCookie item with the specified index from the cookie collection.

Syntax
 public Cookie Get(
   int index
);

Parameters

index
The index of the cookie to return from the collection.
See Also