HttpWebResponse.Cookies Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the cookies used to persist state information for the HTTP response.
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System.Net.CookieCollectionThe CookieCollection object associated with the HTTP response.
| Exception | Condition |
|---|---|
| NotImplementedException | This property is not implemented. |
If an application implements a custom HttpWebResponse class and does not override the Cookies property, then the NotImplementedException is thrown.
Show: