Click or drag to resize

FetchClientAuthRequired Event

Version 92.0.260
Issued when the domain is enabled with handleAuthRequests set to true. The request is paused until client responds with continueWithAuth.

Namespace:  CefSharp.DevTools.Fetch
Assembly:  CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax
public event EventHandler<AuthRequiredEventArgs> AuthRequired

Value

Type: SystemEventHandlerAuthRequiredEventArgs
See Also