Finds interceptor by name
Source position: httproute.pp line 195
public function TRequestInterceptorList.FindInterceptor( |
const aName: string |
aName |
|
Name of interceptor to find |
Interceptor item or nil if not found
FindInterceptor searches for an interceptor with the specified name and returns the interceptor object. It returns nil if no interceptor with the given name is found.