Web.ApacheHTTP.TApacheResponse Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AllowpublicLists the HTTP request methods that the application can service.
ContentpublicContains the information received by the web client in response to an HTTP request message.
ContentEncodingpublicLists the mechanisms, if any, that are used to encode the content of the HTTP response message.
ContentLengthpublicSpecifies the length, in bytes, of the Content property.
ContentStreampublicSpecifies the stream object for writing the contents of the HTTP response message to the web client.
ContentTypepublicIndicates the media type of the Content of the HTTP response message.
ContentVersionpublicRepresents the version associated with the Content of the HTTP response message.
CookiespublicLists all cookie headers that should be sent with the response.
CustomHeaderspublicLists message header strings that are added to the response message before it is sent.
DatepublicIndicates the time and date when the HTTP response message is sent to the web client.
DerivedFrompublicSpecifies the URI of the resource where the Content of the HTTP response originated.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
ExpirespublicSpecifies the date and time after which the Content of the HTTP response message should be considered invalid.
FreeContentStreampublicSpecifies 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.
HTTPRequestpublicRepresents the HTTP request message for which this is a response.
LastModifiedpublicIndicates the date and time that the value of the Content property was last updated.
LocationpublicSpecifies the URI of a resource the web client should point to for the completion of its request.
LogMessagepublicDescribes the HTTP response message for event logging purposes.
RealmpublicSpecifies the set of protected-access URIs that includes the URL specified by the HTTP request message.
ReasonStringpublicIndicates the status of the response to the web client request as a human-readable string.
ReturnCodepublic
ServerpublicProvides information about the software used by the server application to handle the request.
StatusCodepublicIndicates the status of the response to the HTTP request message as a 3-digit integer.
TitlepublicSpecifies a title for the Content of the HTTP response message.
VersionpublicSpecifies the HTTP protocol version number that the web client is using.
WWWAuthenticatepublicLists of one or more comma-separated challenges provided when the request fails with StatusCode 401 (Unauthorized).