2 references to CreateServiceChannel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
343
ServiceChannel 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);