Internet Direct (Indy) Version 9.0.1 Beta
TIdTelnetServer.LoginMessage
Represents the login message for a new connection.

property LoginMessage: String;
Description
LoginMessage is a String property used to inform the TELNET connection that the server is ready to accept parameter values for Username and Password.

LoginMessage is written to the peer connection after option negotiation has been completed.

The default value for LoginMessage is the constant value RSTELNETSRVWelcomeString, or "Indy Telnet Server".