An NDoc Documented Class Library

HttpClient.ProxySettings Property

Settings for using proxies.

public EnterpriseDT.Net.Proxy.ProxySettings ProxySettings {get; set;}

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

HttpClient Class | EnterpriseDT.Net.Ftp.Http Namespace