AuthenticateParametersIsProxy Property  | 
 
                Indicates whether this authentication challenge came from a server or a proxy.
            
 
    Namespace: 
   DotNetBrowser.Net.Handlers
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.0
Syntaxpublic bool IsProxy { get; }Property Value
Type: 
Booleantrue if this authentication challenge came from a server or a proxy, 
false otherwise.
See Also