5 references to ChannelFactory
System.ServiceModel (4)
System\ServiceModel\ChannelFactory.cs (1)
902
ChannelFactory<TChannel> channelFactory = new
ChannelFactory
<TChannel>(binding);
System\ServiceModel\Description\MetadataExchangeClient.cs (2)
92
this.factory = new
ChannelFactory
<IMetadataExchange>(mexBinding);
225
this.factory = new
ChannelFactory
<IMetadataExchange>(mexBinding);
System\ServiceModel\Security\WSTrustChannelFactory.cs (1)
100
:
base
(binding)
System.ServiceModel.Web (1)
System\ServiceModel\Web\WebChannelFactory.cs (1)
27
:
base
(binding)