Click or drag to resize

UrlRequestClient Class

Version 102.0.100
Fluent UrlRequestClient
Inheritance Hierarchy

Namespace:  CefSharp.Fluent
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 102.0.100.0
Syntax
public class UrlRequestClient : UrlRequestClient

The UrlRequestClient type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Create a new UrlRequestClient Builder
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetAuthCredentials
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.
(Overrides UrlRequestClientGetAuthCredentials(Boolean, String, Int32, String, String, IAuthCallback).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDownloadData
Called when some part of the response is read. This method will not be called if the NoDownloadData flag is set on the request.
(Overrides UrlRequestClientOnDownloadData(IUrlRequest, Stream).)
Protected methodOnDownloadProgress
Notifies the client of download progress.
(Overrides UrlRequestClientOnDownloadProgress(IUrlRequest, Int64, Int64).)
Protected methodOnRequestComplete
Notifies the client that the request has completed. Use the RequestStatus property to determine if the request was successful or not.
(Overrides UrlRequestClientOnRequestComplete(IUrlRequest).)
Protected methodOnUploadProgress
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.
(Overrides UrlRequestClientOnUploadProgress(IUrlRequest, Int64, Int64).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also