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