2 instantiations of ServiceChannelFactoryOverRequest
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
145
return new
ServiceChannelFactoryOverRequest
(customBinding.BuildChannelFactory<IRequestChannel>(parameters), clientRuntime, binding);
201
return new
ServiceChannelFactoryOverRequest
(customBinding.BuildChannelFactory<IRequestChannel>(parameters), clientRuntime, binding);