Castle.Facilities.WcfIntegration.Proxy.WcfRemotingInterceptor.IWcfInterceptor C# (CSharp) Method

IWcfInterceptor() private method

private IWcfInterceptor ( MethodInfo method ) : bool
method System.Reflection.MethodInfo
return bool
		bool IWcfInterceptor.Handles(MethodInfo method)
		{
			return Handles(method);
		}