AuthChallengeSource Enumeration |
Version 101.0.180
Source of the authentication challenge.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax public enum AuthChallengeSource
public enum class AuthChallengeSource
Members
| Member name | Value | Description |
---|
| Server | 0 |
Server
|
| Proxy | 1 |
Proxy
|
See Also