RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIResponse Members

The following tables list the members exposed by TISAPIResponse.

 
Name 
Description 
 
This is FCustomHeaders, a member of class TWebResponse. 
 
This is FHTTPRequest, a member of class TWebResponse. 
 
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). 
 
Reads the value of the Content property. 
 
Extracts a date from the internal table of HTTP header variables. 
 
Extracts an integer value from the internal table of HTTP header variables. 
 
Reads the value of the LogMessage property. 
 
Reads the value of the StatusCode property. 
 
Extracts a string value from the internal table of HTTP header variables. 
 
This is InitResponse, a member of class TISAPIResponse. 
 
Sets the Content property. 
 
Sets the value of the ContentStream property to the Value parameter. 
 
Sets a date-time valued HTTP header property. 
 
Sets an integer valued HTTP header property. 
 
Sets the value of the LogMessage property. 
 
Sets the StatusCode property. 
 
Sets a string valued HTTP header property. 
 
Name 
Description 
 
Responds after the last constructor has executed. 
 
Responds before the first destructor executes. 
 
Returns a pointer to the runtime type information (RTTI) table for the object type. 
 
Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). 
 
Determines whether an object is of a specific type. 
 
Returns the type of the immediate ancestor of a class. 
 
Returns the class reference for the object's class. 
 
Performs finalization on long strings, variants, and interface variables within a class. 
 
Creates an instance of TISAPIResponse to represent the response to the HTTPRequest parameter. 
 
Provides the interface for a method that processes message records. 
 
Disposes of an object instance. 
 
Disposes of an object instance. 
 
Calls message-handling methods for the object, based on the contents of the Message parameter. 
 
Checks if the current instance and the parameter are equal. 
 
This is the overview for the FieldAddress method overload. 
 
Free 
Destroys an object and frees its associated memory, if necessary. 
 
Deallocates memory allocated by a previous call to the System::TObject::NewInstance method. 
 
Returns the value of the custom header with the specified name. 
 
Returns an integer containing the hash code. 
 
Retrieves a specified interface. 
 
Returns the entry for a specific interface implemented in a class. 
 
Returns a pointer to a structure containing all of the interfaces implemented by a given class. 
 
Determines the relationship of two object types. 
 
Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. 
 
Returns the size in bytes of each instance of the object type. 
 
This is the overview for the MethodAddress method overload. 
 
Returns the name of a class method by address. 
 
Allocates memory for an instance of an object type and returns a pointer to that new instance. 
 
Handles exceptions in methods declared using the safecall calling convention. 
 
Sends the response with a StatusCode of 301 (Moved Permanently) and with Location set to the URI parameter. 
 
Sends the ISAPI response message to the web client. 
 
Sends the ISAPI response message with the contents set to the contents of AStream. 
 
Sent 
Indicates whether the ISAPI response message has been sent. 
 
Adds a cookie header to the response message. 
 
Replaces the value of a specified custom header. 
 
Returns a string containing the class name. 
 
Returns a string containing the unit name. 
 
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!