Topic Path: Symbol Reference > Classes > TIdCommand Class > TIdCommand Properties > Response Property
ContentsIndexHome
PreviousUpNext
TIdCommand.Response Property

Contains the command response for the client connection.

property Response: TIdStrings;

Response is a TStrings property that contains values to send as the command response to the peer connection using WriteRFCStrings. Response values, when present, are sent to the peer connection following any content in the Reply for the command. When Respond contain no values, it is ignored.

TIdPeerThread.Connection 

Reply

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