RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebResponse Methods

The methods of the TWebResponse class are listed here.

 
Name 
Description 
 
Appends the custom headers specified by the CustomHeaders property to the Headers parameter. 
 
Lists of one or more comma-separated challenges provided when the request fails with StatusCode 401 (Unauthorized). 
 
Provides the abstract (pure virtual) prototype of a method to access the Content property. 
 
Provides the abstract (pure virtual) prototype of a method to extract a date value from an indexed table of HTTP header variables. 
 
Provides the abstract (in C++ terminology, pure vitrual) prototype of a method to extract an integer value from an indexed table of HTTP header variables. 
 
Provides the abstract (pure virtual) prototype of a method to access the LogMessage property. 
 
Provides the abstract (pure virtual) prototype of a method to access the StatusCode property. 
 
Provides the prototype of a method to extract a string value from an indexed table of HTTP header variables. 
 
Provides the abstract (pure virtual) prototype of a method to set the Content property. 
 
Sets the value of the ContentStream property to the Value parameter. 
 
Provides the abstract (pure virtual) prototype of a method to set a date-time valued HTTP header property. 
 
Provides the abstract (pure virtual) prototype of a method to set an integer valued HTTP header property. 
 
Provides the abstract (pure virtual) prototype of a method to set the value of the LogMessage property. 
 
Provides the abstract (pure virtual) prototype of a method to set the value of the StatusCode property. 
 
Provides the abstract (pure virtual) prototype of a method to set a string valued HTTP header property. 
 
Name 
Description 
 
Returns the value of the custom header with the specified name. 
 
Provides the abstract (pure virtual) prototype of a method that sends the response with a StatusCode of 301 (Moved Permanently) and a Location of URI. 
 
Provides the abstract (pure virtual) prototype of a method that sends the HTTP response message to the web client. 
 
Provides the abstract (pure virtual) prototype of a method that sends the HTTP response message with the contents set to the contents of AStream. 
 
Sent 
Indicates whether the HTTP response message has already been sent. 
 
Adds a cookie header to the response message. 
 
Replaces the value of a specified custom header. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!