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