RequestInterceptedEventArgsAuthChallenge Property |
Version 93.1.111
Details of the Authorization Challenge encountered. If this is set then
continueInterceptedRequest must contain an authChallengeResponse.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntax public AuthChallenge AuthChallenge { get; }
public:
property AuthChallenge^ AuthChallenge {
AuthChallenge^ get ();
}
Property Value
Type:
AuthChallengeSee Also