ResourceRequestHandlerDispose Method  | 
Version 106.0.290 
            Called when the unmanaged resource is freed.
            Unmanaged resources are ref counted and freed when
            the last reference is released, this works differently
            to .Net garbage collection.
            
 
    Namespace: 
   CefSharp.Handler
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxprotected virtual void Dispose()
protected:
virtual void Dispose()
See Also