Click or drag to resize

RequestInterceptedEventArgsAuthChallenge Property

Version 104.4.240
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: 104.4.240.0 (104.4.240.0)
Syntax
public AuthChallenge AuthChallenge { get; }

Property Value

Type: AuthChallenge
See Also