3 references to DuplexChannelBinder
System.ServiceModel (3)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
57
:
this
(useActiveAutoClose ? new AutoCloseDuplexSessionChannel(channel) : channel, correlator, null)
System\ServiceModel\Dispatcher\ListenerBinder.cs (2)
120
return new
DuplexChannelBinder
(channel, this.correlator, this.listener.Uri);
134
return new
DuplexChannelBinder
(channel, this.correlator, this.listener.Uri);