Description
-
Specifies the password to use when connecting to proxy
server.
Property type
-
A String value.
Syntax
-
object.ProxyPassword [=
value]
The ProxyPassword Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodTelnetDLX. |
| value |
A String value. |
Remarks
-
If ProxyLogin
and ProxyPassword properties are set, wodTelnetDLX will try
to send these credentials to proxy server before it sends
command to finally select destination Telnet through
proxy.
Only the Socks 5 protocol
supports passwords when connecting to a proxy server. For
other proxy types, this property is ignored.
|