| IRequestContextHandler Methods | 
The IRequestContextHandler type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetCookieManager | 
            Called on the browser process IO thread to retrieve the cookie manager. If
            this method returns NULL the default cookie manager retrievable via
            IRequestContext.GetDefaultCookieManager() will be used.
             | 
|  | OnBeforePluginLoad | 
            Called on the CEF IO thread before a plugin instance is loaded.
            The default plugin policy can be set at runtime using the `--plugin-policy=[allow|detect|block]` command-line flag.
             | 
|  | OnRequestContextInitialized | 
            Called immediately after the request context has been initialized.
            It's important to note this event is fired on a CEF UI thread, which by default is not the same as your application UI
            thread.
             | 
 See Also
See Also