9 references to ChannelFactory
System.ServiceModel (8)
System\ServiceModel\ChannelFactory.cs (1)
874ChannelFactory<TChannel> channelFactory = new ChannelFactory<TChannel>(endpointConfigurationName);
System\ServiceModel\ClientBase.cs (2)
67this.channelFactoryRef = new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>("*")); 87this.channelFactoryRef = new ChannelFactoryRef<TChannel>(new ChannelFactory<TChannel>(endpointConfigurationName));
System\ServiceModel\ConfigurationEndpointTrait.cs (1)
92return new ChannelFactory<TChannel>(this.endpointConfigurationName);
System\ServiceModel\Description\MetadataExchangeClient.cs (3)
48this.factory = new ChannelFactory<IMetadataExchange>("*"); 83this.factory = new ChannelFactory<IMetadataExchange>(endpointConfigurationName); 218this.factory = new ChannelFactory<IMetadataExchange>(scheme);
System\ServiceModel\Security\WSTrustChannelFactory.cs (1)
91: base(endpointConfigurationName)
System.ServiceModel.Web (1)
System\ServiceModel\Web\WebChannelFactory.cs (1)
39: base(endpointConfigurationName)