Internet Direct (Indy)
|
This method sends the specified user name for a query.
procedure ReplyIdent( AContext: TIdContext; AServerPort: Integer; AClientPort: Integer; AOS: String; AUserName: String; const ACharset: String = '' );
Parameters |
Description |
AContext |
The connection thread for the query |
AServerPort |
The port that the connection on the server (the computer making the query) |
AClientPort |
The port that the client is connecting from (the port the daemon is using to connect to the server making the query) |
AOS |
This is the operating system that this computer is running. This value should be one of the Id_OS_ constants that is defined in the IdAssignedNumbers unit |
AUserName |
This is the user name to be sent to the client. |
ACharset |
This is the character set that the User name is in. This value should be one of the Id_CS constants that is defined in the IdAssignedNumber unit. |
This method sends the specified user name for a query.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |