An NDoc Documented Class Library

Socks5UserNamePasswordAuthMethod Constructor

Creates a SOCKS5 authentication method the no user-name and password.

Overload List

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);

See Also

Socks5UserNamePasswordAuthMethod Class | EnterpriseDT.Util.Socks Namespace