SocksAuthenticationMethods Enumeration

The authentication methods supported by the SOCKS protocol

Namespace:  Aspose.Email.Clients
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[FlagsAttribute]
public enum SocksAuthenticationMethods
Members
  Member nameValueDescription
NoAuthentication1 No authentication
PlainText2 Authenticates user with a user name and password. SOCKS5 server only
See Also