Internet Direct (Indy) Version 9.0.1 Beta
|
property OnCommandQuit: TBasicEvent;
QUIT is used to inform the server that the client connection should be closed. The server process should acknowledges the QUIT command, and then close the connection to the client. This is the preferred method for a client to indicate that it has finished all its transactions with the NNTP server.
If a client simply disconnects (or the connection times out, or some other fault occurs), the server should gracefully cease its attempts to service the client.
Applications should assign a procedure to the event handler in order to respond to the NNTP command, or the server will return the default message:
500 command not recognized