5 references to CreateChannel
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (2)
628TChannel channel = channelFactory.CreateChannel(); 642TChannel channel = channelFactory.CreateChannel();
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
185return _channelFactory.CreateChannel();
FrameworkFork\System.ServiceModel\System\ServiceModel\DuplexChannelFactory.cs (2)
282TChannel channel = channelFactory.CreateChannel(); 290TChannel channel = channelFactory.CreateChannel();