Internet Direct (Indy) Version 9.0.2 Beta
TIdTCPConnection.WriteRFCReply
Sends an RFC response message on the connection.

procedure WriteRFCReply(AReply: TIdRFCReply);
Parameters
AReply: TIdRFCReply
RFC response message to be sent on the connection.

Description
WriteRFCReply is a procedure used to send the value of the TIdRFCReply specified in AReply on the current connection. WriteRFCReply calls the Write method using the value supplied by TIdRFCReply.GenerateReply when the RFC response message contains non-blank values.