Internet Direct (Indy)
Home
PreviousUpNext
TIdCommandHandler.Response Property

Contains string values used as the response for the command handler.

Pascal
property Response: TIdStrings;

Response is a TStrings property that contains string values to be written in an RFC-complaint format as the response for the command. Response is used in Check when the associated TIdCommand.Response does not contain any values. Note: Check also examines the TIdCommand.Reply property to generate any values from the command object. 

Response is sent to the peer connection in the current thread of execution using the TIdTCPConnection.WriteRFCStrings method.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.