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