RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebResponse.ReasonString Property

Indicates the status of the response to the web client request as a human-readable string.

Pascal
property ReasonString: string;
C++
__property AnsiString ReasonString;

Set ReasonString to inform the human web client of the success or failure of the HTTP request message. Each reason string is associated with a 3-digit status code whose value indicates the status of the response. The HTTP standard defines a number of stock status codes and corresponding reason strings. In addition, server applications can define new reason strings and associate them with unused status codes. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!