Creates a SOCKS5 authentication method the no user-name and password.
Creates a SOCKS5 authentication method the no user-name and password.
public Socks5UserNamePasswordAuthMethod();
Creates a SOCKS5 authentication method the given user-name and password.
public Socks5UserNamePasswordAuthMethod(string,string);
Socks5UserNamePasswordAuthMethod Class | EnterpriseDT.Util.Socks Namespace