3 references to BuildChannelFactory
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (3)
87
return new ServiceChannelFactoryOverDuplex(channelBuilder.
BuildChannelFactory
<IDuplexChannel>(), clientRuntime,
92
return new ServiceChannelFactoryOverDuplexSession(channelBuilder.
BuildChannelFactory
<IDuplexSessionChannel>(), clientRuntime, channelBuilder.Binding, false);
96
return new ServiceChannelFactoryOverRequestSession(channelBuilder.
BuildChannelFactory
<IRequestSessionChannel>(), clientRuntime, channelBuilder.Binding, false);