[To be supplied.]
[C#] In C#, this member is the indexer for the HttpCookieCollection class.
Default property. Indexed property that enables access to a cookie in the collection.
[Visual Basic] Overloads Public Default ReadOnly Property Item(Integer) As HttpCookie
[C#] public HttpCookie this[int] {get;}
[C++] public: __property HttpCookie* get_Item(int);
[JScript] HttpCookieCollection.Item (int)
Indexed value that enables access to a cookie in the collection.
[Visual Basic] Overloads Public Default ReadOnly Property Item(String) As HttpCookie
[C#] public HttpCookie this[String] {get;}
[C++] public: __property HttpCookie* get_Item(String*);
[JScript] HttpCookieCollection.Item (String)
HttpCookieCollection Class | HttpCookieCollection Members | System.Web Namespace