Rebex SFTP for .NET

Proxy Constructor (ProxyType, String, Int32)

Initializes a new instance of the Proxy class with the specified type, hostname, and port.

public Proxy(
   ProxyType proxyType,
   string host,
   int port
);

Parameters

proxyType
The type of the proxy.
host
The hostname of the proxy server.
port
The port of the proxy server.

See Also

Proxy Class | Rebex.Net Namespace | Proxy Constructor Overload List