Informs a server that the client wishes to close the connection.
procedure Disconnect; override;
Description
Disconnect is a procedure used to inform a NNTP server that the client will be closing the connection. Disconnect transmits the NNTP QUIT command, and calls the inherited Disconnect method.