1 instantiation of DuplexOneWayChannelFactory
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayBindingElement.cs (1)
105return (IChannelFactory<TChannel>)(object)new DuplexOneWayChannelFactory(this, context);
1 reference to DuplexOneWayChannelFactory
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
276public DuplexOutputChannel(DuplexOneWayChannelFactory factory, IDuplexChannel innerChannel)