socks5.Socks5Client.Socks5Client.Socks5Client C# (CSharp) Method

Socks5Client() private method

private Socks5Client ( ) : System
return System
        private Socks5Client()
        {
            UseAuthTypes = new List<AuthTypes>(new[] { AuthTypes.None, AuthTypes.Login, AuthTypes.SocksEncrypt });
        }

Same methods

Socks5Client::Socks5Client ( IPAddress ip, int port, string dest, int destport, string username = null, string password = null ) : System
Socks5Client::Socks5Client ( string ipOrDomain, int port, string dest, int destport, string username = null, string password = null ) : System