Click or drag to resize

AuthChallengeResponseResponse Enumeration

Version 94.4.20
The decision on what to do in response to the authorization challenge. Default means deferring to the default behavior of the net stack, which will likely either the Cancel authentication or display a popup dialog box.

Namespace:  CefSharp.DevTools.Fetch
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public enum AuthChallengeResponseResponse
Members
  Member nameValueDescription
Default0 Default
CancelAuth1 CancelAuth
ProvideCredentials2 ProvideCredentials
See Also