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