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.All

Returns an array of all cookies in the cookie collection.

[Visual Basic]
Public ReadOnly Property All As HttpCookie ()
[C#]
public HttpCookie[] All {get;}
[C++]
public: __property HttpCookie* get_All();
[JScript]
public function get All() : HttpCookie[];

See Also

HttpCookieCollection Class | HttpCookieCollection Members | System.Web Namespace