Topic Path: Symbol Reference > Classes > TIdCommand Class > TIdCommand Methods > SendReply Method
ContentsIndexHome
PreviousUpNext
TIdCommand.SendReply Method

Sends the contents of the RFC reply to the peer connection.

procedure SendReply;

SendReply is a procedure used to send the generated content of the TIdRFCReply values in Reply to the peer connection using WriteRFCReply. When the command is executed, SendReply is called prior to transmitting the values in Response to the peer connection, but only when PerformReply is True. SendReply sets the PeformReply property to False prior to writing the RFC reply to the peer connection.

TIdRFCReply 

Response 

PerformReply

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.