wodHttpDLX ActiveX Control - Login Property
      
 

Description

Login/Username for web server authentication.


Property type

A String value.  


Syntax

object.Login [= value]



The Login Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodHttpDLX.
value A String value.

Remarks

Login property (together with Password property) specifies your credentials to supply to the server when protected resource need to be accessed. If you're using AuthNTLM authentication and you need to provide domain information to the 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.

It is used only when Authentication property is set to value other than AuthNone.