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.25.1
Syntax public bool IsProxy { get; }
Property Value
Type:
Booleantrue if this authentication challenge came from a server or a proxy,
false otherwise.
See Also