2 references to ChannelFactory
Binding.Http.IntegrationTests (1)
BasicHttpBindingTests.4.0.0.cs (1)
36factory = new ChannelFactory<IWcfService>(binding);
System.ServiceModel.Primitives (1)
System\ServiceModel\ChannelFactory.cs (1)
565ChannelFactory<TChannel> channelFactory = new ChannelFactory<TChannel>(binding);