AuthChallengeResponseResponse Enumeration |
Version 118.6.80
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.Network
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public enum AuthChallengeResponseResponse
public enum class AuthChallengeResponseResponse
Members
| Member name | Value | Description |
---|
| Default | 0 |
Default
|
| CancelAuth | 1 |
CancelAuth
|
| ProvideCredentials | 2 |
ProvideCredentials
|
See Also