 Back to product page
 Back to product page- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.FtpDLX
- Properties
- Authentication
- Blocking
- BufferSize
- Certificate
- Compression
- DirFormat
- DirItems
- Encryption
- Hostname
- KeepAlive
- LastError
- ListItem
- ListParams
- LocalPath
- Login
- MaxTransferRate
- Passive
- Password
- Port
- PreserveDates
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- PublicKeyOpenSSH
- PublicKeySSH
- RemotePath
- Resume
- SecureMethod
- SmartGet
- SmartPut
- State
- StrictHost
- Tag
- Timeout
- Timezone
- TransferMode
- TransferRate
- TransferTime
- UseIPv6
- Version
 
- Methods
- Events
 
- Properties
- WeOnlyDo.Client.DirItemsCollection
- WeOnlyDo.Client.DirItem
 
- How to get support?
ProxyTypes Enumeration
All proxy types supported by wodFtpDLX.NET.
Remarks
| Member | Description | 
|---|---|
| ProxyNone | No proxy is used. | 
| ProxySocks4 | Connection is made through SOCKS4 proxy firewall. | 
| ProxySocks4a | Connection is made through SOCKS4a proxy firewall. | 
| ProxySocks5 | Connection is made through SOCKS5 proxy firewall. | 
| ProxyWEBStandard | Typical WEB proxy (using web CONNECT command) is used. | 
| ProxyRelay | Simple relay. | 
| ProxyFTPSite | Connection is made through FTP transparent proxy server using SITE command. | 
| ProxyFTPOpen | Connection is made through FTP transparent proxy server using OPEN command. | 
| ProxyFTPUser | Connection is made through FTP transparent proxy server using USER joe@server command. | 
Please refer to ProxyTypes property for more information about using proxies with wodFtpDLX.NET.
