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: CefSharpCefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntaxpublic interface IUrlRequestClient
public interface class IUrlRequestClient
The IUrlRequestClient type exposes the following members.
Methods Name Description GetAuthCredentialsCalled 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.
OnDownloadDataCalled when some part of the response is read. This method will not be called if the
NoDownloadDataflag is set on the request.
OnDownloadProgressNotifies the client of download progress.
OnRequestCompleteNotifies the client that the request has completed. Use the
RequestStatusproperty to determine if the request was successful or not.
OnUploadProgressNotifies 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 AlsoRetroSearch 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