Xceed .NET Libraries Documentation
HttpProxyClient Constructor


Xceed.SSH.Client Assembly > Xceed.SSH.Client Namespace > HttpProxyClient Class : HttpProxyClient Constructor
Creates a new HttpProxyClient for connecting to a HTTP proxy server and connect to a SSH server on our behalf.
Overload List
OverloadDescription
Creates a new HttpProxyClient for connecting to the specified HTTP proxy server host.  
Creates a new HttpProxyClient for connecting to the specified HTTP proxy server host, using the specified userName and password credentials.  
Creates a new HttpProxyClient for connecting to the specified HTTP proxy server host and port number.  
Creates a new HttpProxyClient for connecting to the specified HTTP proxy server host and port number, using the specified userName and password credentials.  
Creates a new HttpProxyClient for connecting to the specified HTTP proxy server address.  
Creates a new HttpProxyClient for connecting to the specified HTTP proxy server address, using the specified userName and password credentials.  
Remarks

If no port number is specified in the hostName string, port 80 is used.

A port number is included in the host name string like this:

"proxyserverhost.com:8080"

where proxyserverhost.com is the host name and 8080 is the port number.

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

Reference

HttpProxyClient Class
HttpProxyClient Members