AuthChallengeSource Enumeration |
Version 130.1.90
Source of the authentication challenge.
Namespace: CefSharp.DevTools.FetchAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntaxpublic enum AuthChallengeSource
public enum class AuthChallengeSource
Members| Member name | Value | Description |
|---|
| Server | 0 |
Server
|
| Proxy | 1 |
Proxy
|
See Also