2 references to RequestReplyCorrelator
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
526
return new DuplexChannelBinder(this.InnerChannelFactory.CreateChannel(to, via), this.
RequestReplyCorrelator
);
604
return new DuplexChannelBinder(this.InnerChannelFactory.CreateChannel(to, via), this.
RequestReplyCorrelator
, useActiveAutoClose);