Castle.Facilities.WcfIntegration.ChannelFactoryExtensions.ChannelFactoryExtensions C# (CSharp) Method

ChannelFactoryExtensions() public method

public ChannelFactoryExtensions ( System.ServiceModel.ChannelFactory channelFactory, IKernel kernel ) : System.Collections.Generic
channelFactory System.ServiceModel.ChannelFactory
kernel IKernel
return System.Collections.Generic
		public ChannelFactoryExtensions(ChannelFactory channelFactory, IKernel kernel)
		{
			this.channelFactory = channelFactory;
			this.kernel = kernel;
		}