Removes a request interceptor
Source position: httproute.pp line 252
public procedure THTTPRouter.UnRegisterInterceptor( |
const aName: string |
); |
aName |
|
Name of interceptor to remove |
UnRegisterInterceptor removes the specified interceptor from the router. It searches for the interceptor by name and removes it from the collection.