Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.SSH
- Methods
- Properties
- AllocatePty
- Authentication
- Blocking
- Columns
- Command
- Compression
- DataOut
- DataReady
- Encryption
- EncryptionList
- ExitSignal
- ExitStatus
- FingerPrintType
- FIPS
- ForwardHost
- ForwardPort
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- KeyFowarding
- Login
- Password
- Port
- PrivateKey
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- Rows
- ShowStdErrorMessages
- State
- StripANSI
- Subsystem
- TerminalType
- Timeout
- Version
- Events
- How to get support?
ProxyPort property
Specifies the port to use for proxy server.
Type
Integer.Syntax
- 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 web proxies is 80, or sometimes even 8000, or 8080.
- 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.