2 instantiations of ServiceChannelFactoryOverDuplex
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
87
return new
ServiceChannelFactoryOverDuplex
(channelBuilder.BuildChannelFactory<IDuplexChannel>(), clientRuntime,
151
return new
ServiceChannelFactoryOverDuplex
(customBinding.BuildChannelFactory<IDuplexChannel>(parameters), clientRuntime, binding);