2 instantiations of OutputChannelBinder
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
507
return new
OutputChannelBinder
(this.InnerChannelFactory.CreateChannel(to, via));
580
return new
OutputChannelBinder
(channel);