[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Single request interceptor definition
Source position: httproute.pp line 171
type TRequestInterceptorItem = class(TCollectionItem) |
||
public |
||
property Disabled: Boolean; [rw] |
|
Controls whether the interceptor is active |
property Name: string; [r] |
|
Unique name of the interceptor |
property Event: TRequestInterceptEvent; [rw] |
|
Event handler for the interceptor |
property InterceptAt: TInterceptAt; [rw] |
|
Timing for when the interceptor runs |
end; |
|
Single request interceptor definition |
|
| | | ||
| | | ||
| | | ||
TRequestInterceptorItem represents a single request interceptor in the interceptor collection. It contains the interceptor configuration including timing, event handler, and status.