Table of Contents
CookieCollection.Get Method
Overload List
Name Description
Cookie Get(int); Returns the HttpCookie item with the specified index from the cookie collection.
Cookie Get(string); Returns the cookie with the specified name from the cookie collection.
See Also