AuthRequiredEventArgsAuthChallenge Property |
Version 104.4.240
Details of the Authorization Challenge encountered.
If this is set, client should respond with continueRequest that
contains AuthChallengeResponse.
Namespace:
CefSharp.DevTools.Fetch
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax public AuthChallenge AuthChallenge { get; }
public:
property AuthChallenge^ AuthChallenge {
AuthChallenge^ get ();
}
Property Value
Type:
AuthChallengeSee Also