Enum SocksAuthenticationMethods

SocksAuthenticationMethods enumeration

The authentication methods supported by the SOCKS protocol

[Flags]
public enum SocksAuthenticationMethods : byte

Values

NameValueDescription
NoAuthentication1No authentication
PlainText2Authenticates user with a user name and password. SOCKS5 server only

See Also