3 references to CreateChannel
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\Channels\ServiceChannelFactory.cs (1)
328return this.CreateChannel<TChannel>(address, null);
FrameworkFork\System.ServiceModel\System\ServiceModel\DuplexChannelFactory.cs (1)
242TChannel result = this.ServiceChannelFactory.CreateChannel<TChannel>(address, via);