NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpCookieCollection.Item

[To be supplied.]

[C#] In C#, this member is the indexer for the HttpCookieCollection class.

Overload List

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)

See Also

HttpCookieCollection Class | HttpCookieCollection Members | System.Web Namespace