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?
ProxyPort property
Specifies the port to use for proxy server.
Type
IntegerSyntax
- C#
- VB.NET
Int32 ProxyPort {get; set; };
Property ProxyPort As Int32
Remarks
When connection to a remote server is requested through a proxy server, this property specifies the proxy's port number for connection purposes. The usual value for ftp proxies is 21. The usual value for Socks 4 and Socks 5 servers is 1080. When a Relay proxy is used, there is no usual value since Relay can listen on any port. ProxyWebStandard usually uses 80, 800, 8000 or 8080 port.Please contact your administrator to obtain the proper value for this property.