List of all possible proxy types wodSFTP.NET supports.
[Visual Basic]
Public Enum SFTP.ProxyTypes
[C#]
public enum SFTP.ProxyTypes
Members
| Member Name | Description |
|---|---|
| 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. |
Requirements
Namespace: WeOnlyDo.Client Namespace
Assembly: WeOnlyDo.Client.SFTP.dll