Back to product page
- Introduction
- License Agreement
- Objects
- Enumerations
- wodTunnel
- Methods
- Properties
- AllocatePty
- Authentication
- Channels
- ClientName
- Compression
- Encryption
- EncryptionList
- FIPS
- HMacList
- Hostname
- KeyExchangeList
- KeySignatureList
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- State
- StateText
- Threads
- Timeout
- UseIPv6
- Version
- Events
- wodTunnelNotify
- Channel
- Channels
- User
- Users
- How to get support?
- Technical information
- Fast notifications interface
- Using threads
- Error list
ProxyType property
Specifies the port to use when connecting to a proxy server.
Type
A Long valueSyntax
- Basic
object.ProxyType [= value]
The ProxyType(object,value) syntax has these parts:
The ProxyType(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodTunnel. |
value | A ProxyTypes enumeration, as described in settings. |
Remarks
The settings for Action are:
Constant | Value | Description |
---|---|---|
ProxyNone | 0 | No proxy is used. |
ProxySocks4 | 1 | Connection is made through SOCKS4 proxy firewall. |
ProxySocks5 | 2 | Connection is made through SOCKS5 proxy firewall. |
ProxyWEBStandard | 3 | Typical WEB proxy (using web CONNECT command) is used. |
ProxyRelay | 4 | Simple relay. |
ProxySocks4a | 5 | Connection is made through SOCKS4a proxy firewall. |
ProxyWEBNtlmAuth | 6 | NTLM authenticated WEB proxy (using web CONNECT command) is used. |
ProxyWindows | 7 | Uses settings from the registry (same as Internet Explorer). |
ProxyWEBIntegratedAuth | 8 | Windows Integrated Authentication |