2 references to CreateServiceChannel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
343ServiceChannel serviceChannel = this.CreateServiceChannel(address, via);
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
534_channel = cf.ServiceChannelFactory.CreateServiceChannel(client.Endpoint.Address, client.Endpoint.Address.Uri);