wodHttpDLX ActiveX Control - ProxyLogin Property
      
 

Description

Login/Username for remote proxy.


Property type

A String value.  


Syntax

object.ProxyLogin [= value]



The ProxyLogin Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodHttpDLX.
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. 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.