Unit 'FPHTTPClientAsyncPool' Package
[Overview][Types][Classes][Index] [#fcl-web]

TFPHTTPClientPoolResult

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

Declaration

Source position: fphttpclientasyncpool.pas line 32

type TFPHTTPClientPoolResult = class(TPersistent)

protected

  procedure AssignTo(); override;

public

  property Request: TFPHTTPClientAbstractAsyncPoolRequest; [r]

  property MethodResult: TFPHTTPClientPoolMethodResult; [rw]

  property ResponseStatusCode: Integer; [rw]

  property ResponseStatusText: string; [rw]

  property ResponseEncoding: TEncoding; [r]

  property ResponseHeaders: TStringList; [r]

  property ResponseStream: TStream; [rw]

  property OwnsResponseStream: Boolean; [rw]

  property ResponseString: string; [r]

  property ResponseBytes: TBytes; [r]

  property ResponseContentType: string; [r]

  property ExceptionClass: TClass; [rw]

  property ExceptionMessage: string; [rw]

  constructor Create();

  destructor Destroy; override;

end;

Inheritance

TFPHTTPClientPoolResult

|

TObject


Documentation generated on: 2023-03-18