Settings for using proxies.

Namespace: EnterpriseDT.Net.Ftp.Http
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public ProxySettings ProxySettings { get; set; }
Visual Basic
Public Property ProxySettings As ProxySettings
	Get
	Set
Visual C++
public:
virtual property ProxySettings^ ProxySettings {
	ProxySettings^ get () sealed;
	void set (ProxySettings^ value) sealed;
}

Implements

IExFileTransferClient..::..ProxySettings

Remarks

Proxies may be used for transferring files through firewalls. Only HTTP proxies are supported for HTTP transfers. supported.

Often a username and password will be required to authenticate with the proxy. These can be set in ProxySettings.

ProxySettings is easiest to edit via the Property View.

See Also