edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ProxySettings(String, Int32) Constructor

Constructs a ProxySettings setting the proxy-address and the proxy-port.

Definition

Namespace: EnterpriseDT.Net.Proxy
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public ProxySettings(
	string proxyAddress,
	int proxyPort
)

Parameters

proxyAddress  String
Address to be used to connect to the proxy.
proxyPort  Int32
Port on the proxy to connect to.

See Also