3 references to ChannelFactory
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
621ChannelFactory<TChannel> channelFactory = new ChannelFactory<TChannel>(endpointConfigurationName);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (2)
47_factory = new ChannelFactory<IMetadataExchange>("*"); 82_factory = new ChannelFactory<IMetadataExchange>(endpointConfigurationName);