3 references to ServiceChannelFactory
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
558
return (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)
242
TChannel result = this.
ServiceChannelFactory
.CreateChannel<TChannel>(address, via);