Back to product page

ProxyLogin property


Login/Username for remote proxy.

Type

A String value

Syntax

  • Basic
object.ProxyLogin [= value]
The ProxyLogin(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodHttpDLX.
valueA 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. f you're using AuthNTLM authentication and you need to provide domain information to the proxy server, you should provide it in this property too - in a form of DOMAIN\Login. wodHttpDLX will internally split this and cut out domain part to create proper NTLM packets.

Among all supported proxies, only Socks 4/4a, Socks 5 and ProxyWebStandard can use these values. ProxyRelay does not use it. If ProxyWEBStandard type is selected with authentication, make sure you select proper authentication mode in ProxyAuthentication property.

Platforms

Windows