AuthChallengeResponseResponse Property  | 
Version 106.0.290 
            The decision on what to do in response to the authorization challenge.  Default means
            deferring to the default behavior of the net stack, which will likely either the Cancel
            authentication or display a popup dialog box.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic AuthChallengeResponseResponse Response { get; set; }public:
property AuthChallengeResponseResponse Response {
	AuthChallengeResponseResponse get ();
	void set (AuthChallengeResponseResponse value);
}Property Value
Type: 
AuthChallengeResponseResponse
See Also