1 instantiation of DuplexOneWayChannelListener
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayBindingElement.cs (1)
141
return (IChannelListener<TChannel>)(object)new
DuplexOneWayChannelListener
(this, context);
1 reference to DuplexOneWayChannelListener
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
553
public DuplexOneWayInputChannel(
DuplexOneWayChannelListener
listener, IDuplexChannel innerChannel)