Click or drag to resize

IGetExtensionResourceCallback Interface

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

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.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