CefSharp.Handler Namespace |
Class | Description | |
---|---|---|
RequestContextHandler |
Implement this interface to provide handler implementations. The handler
instance will not be released until all objects related to the context have
been destroyed. Implement this interface to cancel loading of specific plugins
| |
RequestHandler |
Default implementation of IRequestHandler. This class provides default implementations of the methods from
IRequestHandler, therefore providing a convenience base class for any custom request handler.
| |
ResourceRequestHandler |
Default implementation of IResourceRequestHandler. This class provides default implementations of the methods
from IResourceRequestHandler, therefore providing a convenience base class for any custom resource request
handler.
|