Autofac.Extras.DynamicProxy
Indicates that a type should be intercepted.
Gets the interceptor service.
Initializes a new instance of the class.
The interceptor service.
Thrown if is .
Initializes a new instance of the class.
Name of the interceptor service.
Initializes a new instance of the class.
The typed interceptor service.
Adds registration syntax to the type.
Enable class interception on the target type. Interceptors will be determined
via Intercept attributes on the class or added with InterceptedBy().
Only virtual methods can be intercepted this way.
Registration limit type.
Registration style.
Registration to apply interception to.
Registration builder allowing the registration to be configured.
Enable class interception on the target type. Interceptors will be determined
via Intercept attributes on the class or added with InterceptedBy().
Only virtual methods can be intercepted this way.
Registration limit type.
Activator data type.
Registration style.
Registration to apply interception to.
Registration builder allowing the registration to be configured.
Enable class interception on the target type. Interceptors will be determined
via Intercept attributes on the class or added with InterceptedBy().
Only virtual methods can be intercepted this way.
Registration limit type.
Registration style.
Registration to apply interception to.
Proxy generation options to apply.
Additional interface types. Calls to their members will be proxied as well.
Registration builder allowing the registration to be configured.
Enable class interception on the target type. Interceptors will be determined
via Intercept attributes on the class or added with InterceptedBy().
Only virtual methods can be intercepted this way.
Registration limit type.
Activator data type.
Registration style.
Registration to apply interception to.
Proxy generation options to apply.
Additional interface types. Calls to their members will be proxied as well.
Registration builder allowing the registration to be configured.
Enable interface interception on the target type. Interceptors will be determined
via Intercept attributes on the class or interface, or added with InterceptedBy() calls.
Registration limit type.
Activator data type.
Registration style.
Registration to apply interception to.
Registration builder allowing the registration to be configured.
Enable interface interception on the target type. Interceptors will be determined
via Intercept attributes on the class or interface, or added with InterceptedBy() calls.
Registration limit type.
Activator data type.
Registration style.
Registration to apply interception to.
Proxy generation options to apply.
Registration builder allowing the registration to be configured.
Allows a list of interceptor services to be assigned to the registration.
Registration limit type.
Activator data type.
Registration style.
Registration to apply interception to.
The interceptor services.
Registration builder allowing the registration to be configured.
or .
Allows a list of interceptor services to be assigned to the registration.
Registration limit type.
Activator data type.
Registration style.
Registration to apply interception to.
The names of the interceptor services.
Registration builder allowing the registration to be configured.
or .
Allows a list of interceptor services to be assigned to the registration.
Registration limit type.
Activator data type.
Registration style.
Registration to apply interception to.
The types of the interceptor services.
Registration builder allowing the registration to be configured.
or .
Intercepts the interface of a transparent proxy (such as WCF channel factory based clients).
Registration limit type.
Activator data type.
Registration style.
Registration to apply interception to.
Additional interface types. Calls to their members will be proxied as well.
Registration builder allowing the registration to be configured.
Intercepts the interface of a transparent proxy (such as WCF channel factory based clients).
Registration limit type.
Activator data type.
Registration style.
Registration to apply interception to.
Proxy generation options to apply.
Additional interface types. Calls to their members will be proxied as well.
Registration builder allowing the registration to be configured.
A strongly-typed resource class, for looking up localized strings, etc.
Returns the cached ResourceManager instance used by this class.
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
Looks up a localized string similar to The transparent proxy does not support the additional interface(s): {0}..
Looks up a localized string similar to The component {0} cannot use interface interception as it provides services that are not publicly visible interfaces. Check your registration of the component to ensure you're not enabling interception and registering it as an internal/private interface type..
Looks up a localized string similar to The transparent proxy of type '{0}' must be an interface..
Looks up a localized string similar to The instance of type '{0}' is not a transparent proxy..