FetchClientAuthRequired Event |
Version 104.4.240
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: 104.4.240.0 (104.4.240.0)
Syntax public event EventHandler<AuthRequiredEventArgs> AuthRequired
public:
event EventHandler<AuthRequiredEventArgs^>^ AuthRequired {
void add (EventHandler<AuthRequiredEventArgs^>^ value);
void remove (EventHandler<AuthRequiredEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerAuthRequiredEventArgsSee Also