Unit 'IdHTTPHeaderInfo' Package
[Overview][Classes][Variables][Index] [#pl_indy]

TIdResponseHeaderInfo

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: IdHTTPHeaderInfo.pas line 261

type TIdResponseHeaderInfo = class(TIdEntityHeaderInfo)

protected

  FAcceptPatch: string;

  

  FAcceptRanges: string;

  

  FLocation: string;

  

  FServer: string;

  

  FProxyConnection: string;

  

  FProxyAuthenticate: TIdHeaderList;

  

  FWWWAuthenticate: TIdHeaderList;

  

  procedure SetProxyAuthenticate();

  

  procedure SetWWWAuthenticate();

  

  procedure SetAcceptPatch();

  

  procedure SetAcceptRanges();

  

  procedure ProcessHeaders; override;

  

  procedure SetHeaders; override;

  

public

  procedure Clear; override;

  

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property AcceptPatch: string; [rw]

  

  property AcceptRanges: string; [rw]

  

  property Location: string; [rw]

  

  property ProxyConnection: string; [rw]

  

  property ProxyAuthenticate: TIdHeaderList; [rw]

  

  property Server: string; [rw]

  

  property WWWAuthenticate: TIdHeaderList; [rw]

  

end;

Inheritance

TIdResponseHeaderInfo

  

|

TIdEntityHeaderInfo

  

|

TObject



CT Web help

CodeTyphon Studio