Back to product page

ProxyTypes enumeration


List of all proxy types supported by wodSFTP.NET.

Remarks

Possible values for ProxyTypes:

ProxyNone No proxy is used.
ProxySocks4 Connection is made through SOCKS4 proxy firewall.
ProxySocks5 Connection is made through SOCKS5 proxy firewall.
ProxyWEBStandard Typical WEB proxy (using web CONNECT command) is used.
ProxyRelay Pipe/Relay is used.
ProxySocks4a Connection is made through SOCKS4a proxy firewall.

Platforms

Windows