Click or drag to resize

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.13.0
Syntax
C#
public bool IsProxy { get; }

Property Value

Type: Boolean
true if this authentication challenge came from a server or a proxy, false otherwise.
See Also