Click or drag to resize

UrlRequestClientOnRequestComplete Method

Version 130.1.90
Notifies the client that the request has completed. Use the RequestStatus property to determine if the request was successful or not.

Namespace: CefSharp.Fluent
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
protected override void OnRequestComplete(
	IUrlRequest request
)

Parameters

request  IUrlRequest
request
See Also