Finds index of interceptor by name
Source position: httproute.pp line 194
public function TRequestInterceptorList.IndexOfInterceptor( |
const aName: string |
):Integer; |
aName |
|
Name of interceptor to find |
Index of the interceptor or -1 if not found
IndexOfInterceptor searches for an interceptor with the specified name and returns its index. It returns -1 if no interceptor with the given name is found.