InterceptionConfigurationElement.Interceptors Property
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Unity Application Block information can be found at the Unity Application Block site. |
Collection of configuration elements indicating types and keys for which transparent-proxy-based interception should be performed.
Namespace: Microsoft.Practices.Unity.InterceptionExtension.Configuration
Assembly: Microsoft.Practices.Unity.Interception.Configuration (in Microsoft.Practices.Unity.Interception.Configuration.dll)
Syntax
'Declaration
<ConfigurationCollectionAttribute(GetType(InterceptorConfigurationElementCollection), AddItemName := "interceptor")> _
<ConfigurationPropertyAttribute("interceptors")> _
Public ReadOnly Property Interceptors As InterceptorConfigurationElementCollection
[ConfigurationCollectionAttribute(typeof(InterceptorConfigurationElementCollection), AddItemName = "interceptor")]
[ConfigurationPropertyAttribute("interceptors")]
public InterceptorConfigurationElementCollection Interceptors { get; }
[ConfigurationCollectionAttribute(typeof(InterceptorConfigurationElementCollection), AddItemName = L"interceptor")]
[ConfigurationPropertyAttribute(L"interceptors")]
public:
property InterceptorConfigurationElementCollection^ Interceptors {
InterceptorConfigurationElementCollection^ get ();
}
public function get Interceptors () : InterceptorConfigurationElementCollection
See Also
InterceptionConfigurationElement Class
Microsoft.Practices.Unity.InterceptionExtension.Configuration Namespace