Web.ApacheHTTP.TApacheResponse Properties
InheritedProtected
| Allow | public | Lists the HTTP request methods that the application can service. | 
| Content | public | Contains the information sent to the web client in response to an HTTP request message. | 
| ContentEncoding | public | Lists the mechanisms, if any, that are used to encode the content of the HTTP response message. | 
| ContentLength | public | Specifies the length, in bytes, of the Content property. | 
| ContentStream | public | Specifies the stream object for writing the contents of the HTTP response message to the web client. | 
| ContentType | public | Indicates the media type of the Content of the HTTP response message. | 
| ContentVersion | public | Represents the version associated with the Content of the HTTP response message. | 
| Cookies | public | Lists all cookie headers that should be sent with the response. | 
| CustomHeaders | public | Lists message header strings that are added to the response message before it is sent. | 
| Date | public | Indicates the time and date when the HTTP response message is sent to the web client. | 
| DerivedFrom | public | Specifies the URI of the resource where the Content of the HTTP response originated. | 
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. | 
| Expires | public | Specifies the date and time after which the Content of the HTTP response message should be considered invalid. | 
| FreeContentStream | public | Specifies whether the stream object for writing the contents of the HTTP response message to the web client is freed when destroying the TWebResponse class instance. | 
| HTTPRequest | public | Represents the HTTP request message for which this is a response. | 
| LastModified | public | Indicates the date and time that the value of the Content property was last updated. | 
| Location | public | Specifies the URI of a resource the web client should point to for the completion of its request. | 
| LogMessage | public | Describes the HTTP response message for event logging purposes. | 
| Realm | public | Specifies the set of protected-access URIs that includes the URL specified by the HTTP request message. | 
| ReasonString | public | Indicates the status of the response to the web client request as a human-readable string. | 
| ReturnCode | public | |
| Server | public | Provides information about the software used by the server application to handle the request. | 
| StatusCode | public | Indicates the status of the response to the HTTP request message as a 3-digit integer. | 
| Title | public | Specifies a title for the Content of the HTTP response message. | 
| Version | public | Specifies the HTTP protocol version number that the web client is using. | 
| WWWAuthenticate | public | Lists of one or more comma-separated challenges provided when the request fails with StatusCode 401 (Unauthorized). |