[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fphttpclientpool.pas line 29
type TFPCustomHTTPClients = class |
public |
constructor Create(); |
destructor Destroy; override; |
property AvailableClientCount: Integer; [r] |
property BusyClientCount: Integer; [r] |
function GetClient(); |
procedure ReleaseClient(); |
end; |
| |
TObject |