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


In This Topic
    SOCKS4ProxyClient Constructor
    In This Topic
    Creates a new SOCKS4ProxyClient for connecting to a SOCKS 4/4A proxy server and connect to a SSH server on our behalf.
    Overload List
    OverloadDescription
    Creates a new SOCKS4ProxyClient for connecting to the specified SOCKS 4/4A proxy server host.  
    Creates a new SOCKS4ProxyClient for connecting to the specified SOCKS 4/4A proxy server host, using the specified port number.  
    Creates a new SOCKS4ProxyClient for connecting to the specified SOCKS 4/4A proxy server host, using the specified SOCKS userID.  
    Creates a new SOCKS4ProxyClient for connecting to the specified SOCKS 4/4A proxy server host, using the specified port number and SOCKS userID.  
    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