IRequestCallback Interface (original) (raw)

Version 118.6.80

Callback interface used for asynchronous continuation of url requests.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)

Syntax

public interface IRequestCallback : IDisposable

public interface class IRequestCallback : IDisposable

The IRequestCallback type exposes the following members.

Properties

| | Name | Description | | | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ------------------------------------------------------------------ | | Public property | IsDisposed | Gets a value indicating whether the callback has been disposed of. |

Top

Methods

| | Name | Description | | | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Public method | Cancel | Cancel the url request. | | Public method | Continue | Continue the url request. | | Public method | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |

Top

See Also

Reference