Back to product page

Login property


Determines username/login to be used with server.

Type

String

Syntax

  • Basic
object.Login [= value]
The Login(object) syntax has these parts:
objectAn expression evaluating to an object of type wodTelnetDLX

Remarks

If this value is set, wodTelnetDLX will try to automatically login to remote server using provided information. Even more, for SSH connections you must set this property to anything other than empty string, because it is requested so by SSH protocol specification. For Raw protocol, this property is ignored.

Together with Password property, all the information needed for successful authorization with remote server is stored in these two properties. If you prefer to use private/public key/certificate authentication, please refer to Certificate property. In Telnet protocol, leaving this property empty will cause wodTelnetDLX just to fire Received event on login prompt. If property is set, wodTelnetDLX will fire Received event after (successful) authorization for the first time.

Platforms

Windows