Click or drag to resize

NetworkClientLoadingFailed Event

Version 92.0.260
Fired when HTTP request has failed to load.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax
public event EventHandler<LoadingFailedEventArgs> LoadingFailed

Value

Type: SystemEventHandlerLoadingFailedEventArgs
See Also