Castle.Facilities.WcfIntegration.Proxy.WcfInterceptorSelector.WcfInterceptorSelector C# (CSharp) Method

WcfInterceptorSelector() public method

public WcfInterceptorSelector ( Type proxiedType, IInterceptorSelector userProvidedSelector ) : System
proxiedType Type
userProvidedSelector IInterceptorSelector
return System
		public WcfInterceptorSelector(Type proxiedType, IInterceptorSelector userProvidedSelector)
		{
			this.proxiedType = proxiedType;
			this.userProvidedSelector = userProvidedSelector;
		}