ICookieAccessFilter Interface |
Version 79.1.350
Implement this interface to filter cookies that may be sent or received from
resource requests. The methods of this class will be called on the CEF IO thread
unless otherwise indicated.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 76.1.90.0 (76.1.90.0)
Syntaxpublic interface ICookieAccessFilter
public interface class ICookieAccessFilter
The ICookieAccessFilter type exposes the following members.
Methods
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) | CanSaveCookie |
Called on the CEF IO thread after a resource response is received.
|
![Public method Public method](../icons/pubmethod.gif) | CanSendCookie |
Called on the CEF IO thread before a resource request is sent.
|
Top
See Also