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