2 references to ServiceChannelFactoryOverRequest
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
139
return new
ServiceChannelFactoryOverRequest
(customBinding.BuildChannelFactory<IRequestChannel>(parameters), clientRuntime, binding);
195
return new
ServiceChannelFactoryOverRequest
(customBinding.BuildChannelFactory<IRequestChannel>(parameters), clientRuntime, binding);