Rebex SFTP for .NET

ProxySocket Constructor (ProxyType, String, Int32)

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

public ProxySocket(
   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

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