Internet Direct (Indy) Version 9.0.2 Beta
TIdIdentServer.ReplyOther
This method returns unformatted text to the client making a query.

procedure ReplyOther(AThread: TIdPeerThread; AServerPort: Integer; AClientPort: Integer; AOther: 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)

AOther: String
This is the text that is sent to the client making the query.

Description
This method returns unformatted text to the client making a query. Examples include an encrypted audit token or other information about a user (such as the real name and phone number of a user from a UNIX passwd file)