Click or drag to resize

FetchClientAuthRequired Event

Version 130.1.90
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.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public event EventHandler<AuthRequiredEventArgs> AuthRequired

Value

EventHandlerAuthRequiredEventArgs
See Also