Internet Direct (Indy) Version 9.0.2 Beta
TIdIdentServer.ReplyIdent
This method sends the specified user name for a query.

procedure ReplyIdent(AThread: TIdPeerThread; AServerPort: Integer; AClientPort: Integer; AOS: String; AUserName: String; const ACharset: String);
Parameters
AThread: TIdPeerThread
The connection thread for the query

AServerPort: Integer
The port that the connection on the server (the computer making the query)

AClientPort: Integer
The port that the client is connecting from (the port the daemon is using to connect to the server making the query)

AOS: String
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: String
This is the user name to be sent to the client.

const ACharset: String = ''
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.

Description
This method sends the specified user name for a query.