RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebResponse Properties

The properties of the TWebResponse class are listed here.

 
Name 
Description 
 
Lists the HTTP request methods that the application can service. 
 
Contains the information sent to the web client in response to an HTTP request message. 
 
Lists the mechanisms, if any, that are used to encode the content of the HTTP response message. 
 
Specifies the length, in bytes, of the Content property. 
 
Specifies the stream object for writing the contents of the HTTP response message to the web client. 
 
Indicates the media type of the Content of the HTTP response message. 
 
Represents the version associated with the Content of the HTTP response message. 
 
Lists all cookie headers that should be sent with the response. 
 
Lists message header strings that are added to the response message before it is sent. 
 
Date 
Indicates the time and date when the HTTP response message is sent to the web client. 
 
Specifies the URI of the resource where the Content of the HTTP response originated. 
 
Specifies the date and time after which the Content of the HTTP response message should be considered invalid. 
 
Represents the HTTP request message for which this is a response. 
 
Indicates the date and time that the value of the Content property was last updated. 
 
Specifies the URI of a resource the web client should point to for the completion of its request. 
 
Describes the HTTP response message for event logging purposes. 
 
This is RawContent, a member of class TWebResponse. 
 
Specifies the set of protected-access URIs that includes the URL specified by the HTTP request message. 
 
Indicates the status of the response to the web client request as a human-readable string. 
 
Provides information about the software used by the server application to handle the request. 
 
Indicates the status of the response to the HTTP request message as a 3-digit integer. 
 
Specifies a title for the Content of the HTTP response message. 
 
Specifies the HTTP protocol version number that the web client is using. 
 
Lists of one or more comma-separated challenges provided when the request fails with StatusCode 401 (Unauthorized). 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!