Enum HttpAuthenticationMethods

HttpAuthenticationMethods enumeration

The authentication methods supported by the HTTP proxy

[Flags]
public enum HttpAuthenticationMethods : byte

Values

NameValueDescription
NoAuthentication1No authentication
Basic2Basic access authentication.

See Also