Click or drag to resize

UrlRequestClient.OnRequestComplete Method

Version 98.1.210
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: 98.1.210.0 (98.1.210.0)
Syntax
protected virtual void OnRequestComplete(
	IUrlRequest request
)

Parameters

request
Type: CefSharp.IUrlRequest
request
See Also