Click or drag to resize

OnRequestCompleteDelegate Delegate

Version 102.0.100
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: 102.0.100.0
Syntax
public delegate void OnRequestCompleteDelegate(
	IUrlRequest request
)

Parameters

request
Type: CefSharpIUrlRequest
request
See Also