Type Interceptors
作者:互联网
Type Interceptors
Castle.Core, part of the Castle Project, provides a method interception framework called “DynamicProxy.”
The Autofac.Extras.DynamicProxy
integration package enables method calls on Autofac components to be intercepted by other components. Common use-cases are transaction handling, logging, and declarative security. You can use Autofac.Extras.DynamicProxy2
for Autofac versions up to 4.0.0
标签:DynamicProxy,Autofac,Interceptors,use,Extras,Castle,Type,method 来源: https://www.cnblogs.com/chucklu/p/10973947.html