RequestInterceptedEventArgsAuthChallenge Property |
Version 130.1.90
Details of the Authorization Challenge encountered. If this is set then
continueInterceptedRequest must contain an authChallengeResponse.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntaxpublic AuthChallenge AuthChallenge { get; }
public:
property AuthChallenge^ AuthChallenge {
AuthChallenge^ get ();
}
Property Value
AuthChallenge
See Also