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

TIdRequestHeaderInfo

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

Declaration

Source position: IdHTTPHeaderInfo.pas line 212

type TIdRequestHeaderInfo = class(TIdEntityHeaderInfo)

protected

  FAccept: string;

  

  FAcceptCharSet: string;

  

  FAcceptEncoding: string;

  

  FAcceptLanguage: string;

  

  FExpect: string;

  

  FFrom: string;

  

  FPassword: string;

  

  FReferer: string;

  

  FUserAgent: string;

  

  FUserName: string;

  

  FHost: string;

  

  FProxyConnection: string;

  

  FRanges: TIdEntityRanges;

  

  FBasicByDefault: Boolean;

  

  FAuthentication: TIdAuthentication;

  

  FMethodOverride: string;

  

  procedure AssignTo(); override;

  

  procedure ProcessHeaders; override;

  

  procedure SetHeaders; override;

  

  function GetRange;

  

  procedure SetRange();

  

  procedure SetRanges();

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Clear; override;

  

  property Authentication: TIdAuthentication; [rw]

  

published

  property Accept: string; [rw]

  

  property AcceptCharSet: string; [rw]

  

  property AcceptEncoding: string; [rw]

  

  property AcceptLanguage: string; [rw]

  

  property BasicAuthentication: Boolean; [rw]

  

  property Host: string; [rw]

  

  property From: string; [rw]

  

  property Password: string; [rw]

  

  property Referer: string; [rw]

  

  property UserAgent: string; [rw]

  

  property Username: string; [rw]

  

  property ProxyConnection: string; [rw]

  

  property Range: string; [rw]

  

  property Ranges: TIdEntityRanges; [rw]

  

  property MethodOverride: string; [rw]

  

end;

Inheritance

TIdRequestHeaderInfo

  

|

TIdEntityHeaderInfo

  

|

TObject



CT Web help

CodeTyphon Studio