1 instantiation of DuplexSessionOneWayInputChannel
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1083return new DuplexSessionOneWayInputChannel(this.ChannelManager, null);
2 references to DuplexSessionOneWayInputChannel
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
1148DuplexSessionOneWayInputChannel singletonChannel = (DuplexSessionOneWayInputChannel)base.GetCurrentChannel();