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?
ProxyPassword property
Specifies the password to use when connecting to proxy server.
Type
StringSyntax
- C#
- VB.NET
String ProxyPassword {get; set; };
Property ProxyPassword As String
Remarks
ProxyLogin and ProxyPassword properties are set, wodFtpDLX.NET will try to send these credentials to proxy server before it sends command to finally select destination FTP through proxy.Only the Socks 5 protocol supports passwords when connecting to a proxy server. For other proxy types, this property is ignored.