Unit 'fphttpclient' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-web]

TFPHTTPClient

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

Declaration

Source position: fphttpclient.pp line 375

type TFPHTTPClient = class(TFPCustomHTTPClient)

published

  property KeepConnection: Boolean;

  property Connected: Boolean;

  property IOTimeout: Integer;

  property ConnectTimeout: Integer;

  property RequestHeaders: TStrings;

  property RequestBody: TStream;

  property ResponseHeaders: TStrings;

  property HTTPversion: string;

  property ServerHTTPVersion: string;

  property ResponseStatusCode: Integer;

  property ResponseStatusText: string;

  property Cookies: TStrings;

  property AllowRedirect: Boolean;

  property MaxRedirects: Byte;

  property OnRedirect: TRedirectEvent;

  property UserName: string;

  property Password: string;

  property OnPassword: TPasswordEvent;

  property OnDataReceived: TDataEvent;

  property OnDataSent: TDataEvent;

  property OnHeaders: TNotifyEvent;

  property OnGetSocketHandler: TGetSocketHandlerEvent;

  property Proxy: TProxyData;

  property VerifySSLCertificate: Boolean;

  property AfterSocketHandlerCreate: TSocketHandlerCreatedEvent;

  property OnVerifySSLCertificate: THTTPVerifyCertificateEvent;

end;

Inheritance

TFPHTTPClient

|

TFPCustomHTTPClient

|

TObject


Documentation generated on: 2023-03-18