HttpWebResponse.Cookies Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets the cookies used to persist state information for the HTTP response.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Cookies As CookieCollection
public virtual CookieCollection Cookies { get; }

Property Value

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

Exceptions

Exception Condition
NotImplementedException

This property is not implemented.

Remarks

The NotImplementedException is thrown if the application does not use the client HTTP stack for the HTTP request. By default, the browser HTTP stack is used by the HttpWebRequest class. An application can use the client HTTP stack by calling the RegisterPrefix method with the creator parameter set to the value returned by the ClientHttp property.

If an application implements a custom HttpWebResponse class and does not override the Cookies property, then the NotImplementedException is thrown.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.