[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fphttpclientasyncpool.pas line 301
| type TFPHTTPClientAsyncPoolRequestQueueItem = class(TComponent) | 
| protected | 
| procedure Notification(); override; | 
| public | 
| property Pool: TFPCustomHTTPClientAsyncPool; [r] | 
| property Clients: TFPCustomHTTPClients; [r] | 
| property BreakUTC: TDateTime; [r] | 
| property Request: TFPHTTPClientAbstractAsyncPoolRequest; [r] | 
| property Result: TFPHTTPClientPoolResult; [r] | 
| procedure DoOnFinish; | 
| procedure ExecOnFinish; | 
| constructor Create(); | 
| destructor Destroy; override; | 
| end; | 
| | | 
| TObject |