1 instantiation of DuplexSessionOutputChannel
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
428
return new
DuplexSessionOutputChannel
(this, address, via);
2 references to DuplexSessionOutputChannel
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelFactory.cs (2)
654
DuplexSessionOutputChannel
parent;
663
public SendAsyncResult(
DuplexSessionOutputChannel
parent, Message message, TimeSpan timeout,