[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: httproute.pp line 164
type TRequestInterceptorItem = class(TCollectionItem) |
protected |
function RunIntercept(); |
public |
property Disabled: Boolean; [rw] |
property Name: string; [r] |
property Event: TRequestInterceptEvent; [rw] |
property InterceptAt: TInterceptAt; [rw] |
end; |
| |
TObject |