2 instantiations of RequestChannelBinder
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
546
return new
RequestChannelBinder
(this.InnerChannelFactory.CreateChannel(to, via));
643
return new
RequestChannelBinder
(channel);