3 references to ServiceChannelFactory
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
558return (TChannel)this.ServiceChannelFactory.CreateChannel<TChannel>(address, via);
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
534_channel = cf.ServiceChannelFactory.CreateServiceChannel(client.Endpoint.Address, client.Endpoint.Address.Uri);
FrameworkFork\System.ServiceModel\System\ServiceModel\DuplexChannelFactory.cs (1)
242TChannel result = this.ServiceChannelFactory.CreateChannel<TChannel>(address, via);