Click or drag to resize

IUrlRequestClientOnRequestComplete Method

Version 86.0.240
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: 86.0.240.0 (86.0.240.0)
Syntax
void OnRequestComplete(
	IUrlRequest request
)

Parameters

request
Type: CefSharpIUrlRequest
request
See Also