This method sends an error reply to the client requesting a query.
procedure ReplyError( AContext: TIdContext; AServerPort: Integer; AClientPort: Integer; AErr: TIdIdentErrorType );
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) |
AErr |
The error reply to send and it is one of the values in the TIdIdentErrorType topic |
This method sends an error reply to the client requesting a query.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|