Click or drag to resize

UrlRequestClientOnRequestComplete Method

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

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
protected virtual void OnRequestComplete(
	IUrlRequest request
)

Parameters

request
Type: CefSharpIUrlRequest
request
See Also