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!

HttpResponse.Cookies

Gets the HttpCookie collection for the current request.

[Visual Basic]
Public ReadOnly Property Cookies As HttpCookieCollection
[C#]
public HttpCookieCollection Cookies {get;}
[C++]
public: __property HttpCookieCollection* get_Cookies();
[JScript]
public function get Cookies() : HttpCookieCollection;

Property Value

The current cookie collection.

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace