2 references to DuplexChannelBinder
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
526return new DuplexChannelBinder(this.InnerChannelFactory.CreateChannel(to, via), this.RequestReplyCorrelator);
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
45: this(channel, correlator)