Click or drag to resize

IUrlRequest Interface

Version 94.4.20
Class used to make a URL request. URL requests are not associated with a browser instance so no CefClient callbacks will be executed. URL requests can be created on any valid CEF thread in either the browser or render process. Once created the methods of the URL request object must be accessed on the same thread that created it.

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

The IUrlRequest type exposes the following members.

Properties
  NameDescription
Public propertyRequestStatus
The request status.
Public propertyResponse
The response, or null if no response information is available
Public propertyResponseWasCached
True if the response was served from the cache.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also