Class Response

Declaration
Response = class(TObject)
  property Allow: String read GetAllow write SetAllow;
  property Content: String read GetContent write SetContent;
  property ContentEncoding: String read GetContentEncoding write SetContentEncoding;
  property ContentLength: Integer read GetContentLength write SetContentLength;
  property ContentType: String read GetContentType write SetContentType;
  property ContentVersion: String read GetContentVersion write SetContentVersion;
  function Cookie(Index: Integer): TCookie;
  function CookieByName(Name: String): TCookie;
  function CookieCount: Integer;
  property Date: DateTime read GetDate write SetDate;
  property DerivedFrom: String read GetDerivedFrom write SetDerivedFrom;
  property Expires: DateTime read GetExpires write SetExpires;
  function GetAllow: String;
  function GetContent: String;
  function GetContentEncoding: String;
  function GetContentLength: Integer;
  function GetContentType: String;
  function GetContentVersion: String;
  function GetDate: DateTime;
  function GetDerivedFrom: String;
  function GetExpires: DateTime;
  function GetLastModified: DateTime;
  function GetLocation: String;
  function GetLogMessage: String;
  function GetRealm: String;
  function GetReasonString: String;
  function GetServer: String;
  function GetStatusCode: Integer;
  function GetTitle: String;
  function GetVersion: String;
  property LastModified: DateTime read GetLastModified write SetLastModified;
  property Location: String read GetLocation write SetLocation;
  property LogMessage: String read GetLogMessage write SetLogMessage;
  function NewCookie: TCookie;
  property Realm: String read GetRealm write SetRealm;
  property ReasonString: String read GetReasonString write SetReasonString;
  procedure SendRedirect(Uri: String);
  property Server: String read GetServer write SetServer;
  procedure SetAllow(Value: String);
  procedure SetContent(Value: String);
  procedure SetContentEncoding(Value: String);
  procedure SetContentLength(Value: Integer);
  procedure SetContentType(Value: String);
  procedure SetContentVersion(Value: String);
  procedure SetDate(Value: DateTime);
  procedure SetDerivedFrom(Value: String);
  procedure SetExpires(Value: DateTime);
  procedure SetLastModified(Value: DateTime);
  procedure SetLocation(Value: String);
  procedure SetLogMessage(Value: String);
  procedure SetRealm(Value: String);
  procedure SetReasonString(Value: String);
  procedure SetServer(Value: String);
  procedure SetStatusCode(Value: Integer);
  procedure SetTitle(Value: String);
  procedure SetVersion(Value: String);
  property StatusCode: Integer read GetStatusCode write SetStatusCode;
  property Title: String read GetTitle write SetTitle;
  property Version: String read GetVersion write SetVersion;
end;
Description


Property Response.Allow

Declaration
property Allow: String read GetAllow write SetAllow;
Description



Property Response.Content

Declaration
property Content: String read GetContent write SetContent;
Description



Property Response.ContentEncoding

Declaration
property ContentEncoding: String read GetContentEncoding write SetContentEncoding;
Description



Property Response.ContentLength

Declaration
property ContentLength: Integer read GetContentLength write SetContentLength;
Description



Property Response.ContentType

Declaration
property ContentType: String read GetContentType write SetContentType;
Description



Property Response.ContentVersion

Declaration
property ContentVersion: String read GetContentVersion write SetContentVersion;
Description



Method Response.Cookie

Declaration
function Cookie(Index: Integer): TCookie;
Description



Method Response.CookieByName

Declaration
function CookieByName(Name: String): TCookie;
Description



Method Response.CookieCount

Declaration
function CookieCount: Integer;
Description



Property Response.Date

Declaration
property Date: DateTime read GetDate write SetDate;
Description



Property Response.DerivedFrom

Declaration
property DerivedFrom: String read GetDerivedFrom write SetDerivedFrom;
Description



Property Response.Expires

Declaration
property Expires: DateTime read GetExpires write SetExpires;
Description



Method Response.GetAllow

Declaration
function GetAllow: String;
Description



Method Response.GetContent

Declaration
function GetContent: String;
Description



Method Response.GetContentEncoding

Declaration
function GetContentEncoding: String;
Description



Method Response.GetContentLength

Declaration
function GetContentLength: Integer;
Description



Method Response.GetContentType

Declaration
function GetContentType: String;
Description



Method Response.GetContentVersion

Declaration
function GetContentVersion: String;
Description



Method Response.GetDate

Declaration
function GetDate: DateTime;
Description



Method Response.GetDerivedFrom

Declaration
function GetDerivedFrom: String;
Description



Method Response.GetExpires

Declaration
function GetExpires: DateTime;
Description



Method Response.GetLastModified

Declaration
function GetLastModified: DateTime;
Description



Method Response.GetLocation

Declaration
function GetLocation: String;
Description



Method Response.GetLogMessage

Declaration
function GetLogMessage: String;
Description



Method Response.GetRealm

Declaration
function GetRealm: String;
Description



Method Response.GetReasonString

Declaration
function GetReasonString: String;
Description



Method Response.GetServer

Declaration
function GetServer: String;
Description



Method Response.GetStatusCode

Declaration
function GetStatusCode: Integer;
Description



Method Response.GetTitle

Declaration
function GetTitle: String;
Description



Method Response.GetVersion

Declaration
function GetVersion: String;
Description



Property Response.LastModified

Declaration
property LastModified: DateTime read GetLastModified write SetLastModified;
Description



Property Response.Location

Declaration
property Location: String read GetLocation write SetLocation;
Description



Property Response.LogMessage

Declaration
property LogMessage: String read GetLogMessage write SetLogMessage;
Description



Method Response.NewCookie

Declaration
function NewCookie: TCookie;
Description



Property Response.Realm

Declaration
property Realm: String read GetRealm write SetRealm;
Description



Property Response.ReasonString

Declaration
property ReasonString: String read GetReasonString write SetReasonString;
Description



Method Response.SendRedirect

Declaration
procedure SendRedirect(Uri: String);
Description



Property Response.Server

Declaration
property Server: String read GetServer write SetServer;
Description



Method Response.SetAllow

Declaration
procedure SetAllow(Value: String);
Description



Method Response.SetContent

Declaration
procedure SetContent(Value: String);
Description



Method Response.SetContentEncoding

Declaration
procedure SetContentEncoding(Value: String);
Description



Method Response.SetContentLength

Declaration
procedure SetContentLength(Value: Integer);
Description



Method Response.SetContentType

Declaration
procedure SetContentType(Value: String);
Description



Method Response.SetContentVersion

Declaration
procedure SetContentVersion(Value: String);
Description



Method Response.SetDate

Declaration
procedure SetDate(Value: DateTime);
Description



Method Response.SetDerivedFrom

Declaration
procedure SetDerivedFrom(Value: String);
Description



Method Response.SetExpires

Declaration
procedure SetExpires(Value: DateTime);
Description



Method Response.SetLastModified

Declaration
procedure SetLastModified(Value: DateTime);
Description



Method Response.SetLocation

Declaration
procedure SetLocation(Value: String);
Description



Method Response.SetLogMessage

Declaration
procedure SetLogMessage(Value: String);
Description



Method Response.SetRealm

Declaration
procedure SetRealm(Value: String);
Description



Method Response.SetReasonString

Declaration
procedure SetReasonString(Value: String);
Description



Method Response.SetServer

Declaration
procedure SetServer(Value: String);
Description



Method Response.SetStatusCode

Declaration
procedure SetStatusCode(Value: Integer);
Description



Method Response.SetTitle

Declaration
procedure SetTitle(Value: String);
Description



Method Response.SetVersion

Declaration
procedure SetVersion(Value: String);
Description



Property Response.StatusCode

Declaration
property StatusCode: Integer read GetStatusCode write SetStatusCode;
Description



Property Response.Title

Declaration
property Title: String read GetTitle write SetTitle;
Description



Property Response.Version

Declaration
property Version: String read GetVersion write SetVersion;
Description