Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / SOCKS5ProxyClient Class / SOCKS5ProxyClient Constructor


In This Topic
    SOCKS5ProxyClient Constructor
    In This Topic
    Creates a new SOCKS5ProxyClient for connecting to a SOCKS 5 proxy server and connect to a SSH server on our behalf.
    Overload List
    OverloadDescription
    Creates a new SOCKS5ProxyClient for connecting to the specified SOCKS 5 proxy server host.  
    Creates a new SOCKS5ProxyClient for connecting to the specified SOCKS 5 proxy server host, using the specified port number.  
    Creates a new SOCKS5ProxyClient for connecting to the specified SOCKS 5 proxy server host, using the specified username and password credentials.  
    Creates a new SOCKS5ProxyClient for connecting to the specified SOCKS 5 proxy server host, using the specified port number, username and password credentials.  
    Remarks
    If no port number is specified in the hostName string, port 1080 is used.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also