2 instantiations of RequestChannelBinder
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
529
return new
RequestChannelBinder
(this.InnerChannelFactory.CreateChannel(to, via));
610
return new
RequestChannelBinder
(channel);