Internet Direct (Indy)
|
Represents the response message used for an unkown command.
property ReplyUnknownCommand: TIdReply;
ReplyUnknownCommand is a TIdReply property that represents the response code and text used when an unknown command is received during execution of a client connection.
ReplyUnknownCommand is used during execution of the client connection task when COmmandHandlersEnabled contains True. Methods in the server are used to read the command and optional data from the client connection context. If a valid TIdCommandHandler instance in CommandHandlers cannot be located for the values read from the client connection, values in ReplyUnknownCommand are used to generate the response written using the IOHandler for the client connection.
The default values in ReplyUnknownCommand are assigned during initialization of the component, and includes the following response code and text:
Code |
Text |
400 |
Unknown Command |
Resources allocated to the ReplyUnknownCommand property are freed in Destroy.
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. |