5 references to ChannelFactory
System.ServiceModel (4)
System\ServiceModel\ChannelFactory.cs (1)
902ChannelFactory<TChannel> channelFactory = new ChannelFactory<TChannel>(binding);
System\ServiceModel\Description\MetadataExchangeClient.cs (2)
92this.factory = new ChannelFactory<IMetadataExchange>(mexBinding); 225this.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)