IInterceptorSelector public interface IInterceptorSelector Provides an extension point that allows proxies to choose specific interceptors on a per method basis. Documentation Code IInterceptor[] SelectInterceptors(Type type, MethodInfo method, IInterceptor[] interceptors) Selects the interceptors that should intercept calls to the given method.