Click or drag to resize

IGetExtensionResourceCallback Interface

Version 94.4.20
Callback interface used for asynchronous continuation of GetExtensionResource(IExtension, IBrowser, String, IGetExtensionResourceCallback).

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public interface IGetExtensionResourceCallback : IDisposable

The IGetExtensionResourceCallback type exposes the following members.

Methods
  NameDescription
Public methodCancel
Cancel the request.
Public methodContinue(Byte)
Continue the request
Public methodContinue(Stream)
Continue the request. Read the resource contents from stream.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also