WinHttpRequestAutoLogonPolicy class enum

Possible settings for the Automatic Logon Policy.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

AutoLogonPolicy_Always → const int
An authenticated log on, using the default credentials, is performed for all requests.
AutoLogonPolicy_Never → const int
Authentication is not used automatically.
AutoLogonPolicy_OnlyIfBypassProxy → const int
An authenticated log on, using the default credentials, is performed only for requests on the local intranet. The local intranet is considered to be any server on the proxy bypass list in the current proxy configuration.