Click or drag to resize

ResourceRequestHandler Class

Version 75.1.140
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.
Inheritance Hierarchy
SystemObject
  CefSharp.HandlerResourceRequestHandler

Namespace:  CefSharp.Handler
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
public class ResourceRequestHandler : IResourceRequestHandler

The ResourceRequestHandler type exposes the following members.

Constructors
  NameDescription
Public methodResourceRequestHandler
Initializes a new instance of the ResourceRequestHandler class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetCookieAccessFilter
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetResourceHandler
Protected methodGetResourceResponseFilter
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnBeforeResourceLoad
Protected methodOnProtocolExecution
Protected methodOnResourceLoadComplete
Protected methodOnResourceRedirect
Protected methodOnResourceResponse
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also