[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: httproute.pp line 181
type TRequestInterceptorList = class(TCollection) |
public |
function addInterCeptor(); |
function RunIntercepts(); virtual; |
function IndexOfInterceptor(); |
function FindInterceptor(); |
property Interceptors []: TRequestInterceptorItem; default; [r] |
end; |
| |
TObject |