HttpBaseProtocolFilter.CookieManager Property

Definition

Get the HttpCookieManager with the cookies associated with an app.

public:
 property HttpCookieManager ^ CookieManager { HttpCookieManager ^ get(); };
HttpCookieManager CookieManager();
public HttpCookieManager CookieManager { get; }
var httpCookieManager = httpBaseProtocolFilter.cookieManager;
Public ReadOnly Property CookieManager As HttpCookieManager

Property Value

The HttpCookieManager object that contains the cookies associated with an app.

Remarks

The HttpCookieManager object allows a developer to add or delete an HttpCookie or view the cookies associated with an app.

Applies to