HttpBaseProtocolFilter.CookieManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.