2 types derived from InputChannelAcceptor
System.ServiceModel (2)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
789class InputDatagramAdapterAcceptor : InputChannelAcceptor
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1038class DuplexSessionOneWayInputChannelAcceptor : InputChannelAcceptor
2 instantiations of InputChannelAcceptor
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
1119listener.Acceptor = (IChannelAcceptor<IInputChannel>)new InputChannelAcceptor(listener); 1321listener.Acceptor = (IChannelAcceptor<IInputChannel>)new InputChannelAcceptor(listener);