[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fphttpclient.pp line 463
type TFPHTTPClient = class(TFPCustomHTTPClient)
public
property ResponseCookies: TCookies;
published
property KeepConnection: Boolean;
property Connected: Boolean;
property IOTimeout: Integer;
property ConnectTimeout: Integer;
property RequestCookies: TCookies;
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 CertCAFileName: string;
property TrustedCertsDir: string;
property AfterSocketHandlerCreate: TSocketHandlerCreatedEvent;
property OnVerifySSLCertificate: THTTPVerifyCertificateEvent;
property OnEventStream: THTTPEventStreamHandler;
end;
TFPHTTPClient
TFPCustomHTTPClient
TObject