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[];
HttpCookieCollection Class | HttpCookieCollection Members | System.Web Namespace