Cookies Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Net
Assembly:  System.Net (in System.Net.dll)

'Declaration
Public Overridable ReadOnly Property Cookies As CookieCollection

Property Value

Type: System.Net.CookieCollection
The CookieCollection object associated with the HTTP response.

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

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft