[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpwebproxy.pp line 78
type TProxyManager = class(TObject) |
public |
constructor create; |
destructor Destroy; override; |
function RegisterLocation(); |
function UnRegisterLocation(); |
function FindLocation(); |
property LocationCount: Integer; [r] |
property Locations []: TProxyLocation; [r] |
property OnLog: TProxyRequestLog; [rw] |
end; |
| |
TObject |