A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cefsharp.github.io/api/118.6.x/html/T_CefSharp_IUrlRequestClient.htm below:

IUrlRequestClient Interface Version 118.6.80

Interface that should be implemented by the CefURLRequest client. The methods of this class will be called on the same thread that created the request unless otherwise documented.

Namespace:  CefSharp
Assembly:

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

Syntax
public interface IUrlRequestClient
public interface class IUrlRequestClient

The IUrlRequestClient type exposes the following members.

Methods   Name Description GetAuthCredentials

Called on the CEF IO thread when the browser needs credentials from the user. This method will only be called for requests initiated from the browser process.

OnDownloadData

Called when some part of the response is read. This method will not be called if the

NoDownloadData

flag is set on the request.

OnDownloadProgress

Notifies the client of download progress.

OnRequestComplete

Notifies the client that the request has completed. Use the

RequestStatus

property to determine if the request was successful or not.

OnUploadProgress

Notifies the client of upload progress. This method will only be called if the UR_FLAG_REPORT_UPLOAD_PROGRESS flag is set on the request.

Top See Also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4