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 | |
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ------------------------------------------------------------------ |
| | IsDisposed | Gets a value indicating whether the callback has been disposed of. |
Methods
| | Name | Description | |
| -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| | Cancel | Cancel the url request. |
|
| Continue | Continue the url request. |
|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
See Also