Description
-
Login/Username for remote proxy.
Property type
-
A String value.
Syntax
-
object.ProxyLogin [= value]
The ProxyLogin Property syntax has these parts:
| object |
An expression evaluating to an object
of type wodXMPP. |
| value |
A String value. |
Remarks
-
This property specifies the Login (username) to use when
connecting to a remote server through a proxy server. Since some
proxy servers require authorization for access, ProxyLogin and
ProxyPassword
properties enable the user to specify his logon name and password on
the proxy server. Among all supported proxies, only
Socks 4/4a, Socks
5 and ProxyWebStandard can use
these values. ProxyRelay does not use
it.
|