edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Provides user-name/password authentication for SOCKS5.

Namespace: EnterpriseDT.Util.Socks
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public class Socks5UserNamePasswordAuthMethod : Socks5AuthMethod
Visual Basic
Public Class Socks5UserNamePasswordAuthMethod _
	Inherits Socks5AuthMethod
Visual C++
public ref class Socks5UserNamePasswordAuthMethod : public Socks5AuthMethod

Inheritance Hierarchy

System..::..Object
  EnterpriseDT.Util.Socks..::..Socks5AuthMethod
    EnterpriseDT.Util.Socks..::..Socks5UserNamePasswordAuthMethod

See Also