[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fphttpclientpool.pas line 49
type TFPCustomHTTPClientPool = class(TComponent) |
protected |
function DoCreateClient; virtual; |
public |
constructor Create(); override; |
destructor Destroy; override; |
property AvailableClientCount: Integer; [r] |
property BusyClientCount: Integer; [r] |
property ClientCount: Integer; [r] |
property MaxClientsPerServer: Integer; [rw] |
function GetClient(); |
procedure ReleaseClient(); |
function GetCreateServerClients(); |
end; |
| |
TObject |