5 types derived from InputChannel
System.ServiceModel (5)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
805class InputDatagramAdapterChannel : InputChannel
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
13sealed class MsmqInputSessionChannel : InputChannel, IInputSessionChannel
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1159class DuplexSessionOneWayInputChannel : InputChannel
System\ServiceModel\Channels\PeerInputChannel.cs (1)
13class PeerInputChannel : InputChannel
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
13abstract class ReliableInputSessionChannel : InputChannel, IInputSessionChannel
1 instantiation of InputChannel
System.ServiceModel (1)
System\ServiceModel\Channels\InputChannelAcceptor.cs (1)
21return new InputChannel(this.ChannelManager, null);
48 references to InputChannel
System.ServiceModel (48)
System\ServiceModel\Channels\ChannelDemuxer.cs (16)
1118SingletonChannelListener<IInputChannel, InputChannel, Message> listener = new SingletonChannelListener<IInputChannel, InputChannel, Message>(filter, this); 1125SingletonChannelListener<IInputChannel, InputChannel, Message> singletonListener = (SingletonChannelListener<IInputChannel, InputChannel, Message>)listener; 1145SingletonChannelListener<IInputChannel, InputChannel, Message> singletonListener = (SingletonChannelListener<IInputChannel, InputChannel, Message>)listener; 1151SingletonChannelListener<IInputChannel, InputChannel, Message> singletonListener = (SingletonChannelListener<IInputChannel, InputChannel, Message>)listener; 1320SingletonChannelListener<IInputChannel, InputChannel, Message> listener = new SingletonChannelListener<IInputChannel, InputChannel, Message>(filter, this); 1338SingletonChannelListener<IInputChannel, InputChannel, Message> inputListener = listener as SingletonChannelListener<IInputChannel, InputChannel, Message>; 1456SingletonChannelListener<IInputChannel, InputChannel, Message> inputListener = listener as SingletonChannelListener<IInputChannel, InputChannel, Message>; 1490SingletonChannelListener<IInputChannel, InputChannel, Message> inputListener = listener as SingletonChannelListener<IInputChannel, InputChannel, Message>;
System\ServiceModel\Channels\DatagramAdapter.cs (2)
756SingletonChannelAcceptor<IInputChannel, InputChannel, Message> acceptor; 799protected override InputChannel OnCreateChannel()
System\ServiceModel\Channels\DuplexChannel.cs (3)
118return InputChannel.HelpReceive(this, timeout); 135return InputChannel.HelpBeginReceive(this, timeout, callback, state); 140return InputChannel.HelpEndReceive(result);
System\ServiceModel\Channels\InputChannel.cs (4)
69return InputChannel.HelpReceive(this, timeout); 87return InputChannel.HelpBeginReceive(this, timeout, callback, state); 92return InputChannel.HelpEndReceive(result); 209InputChannel.CreateReceiveTimedOutException(this.channel, this.timeout));
System\ServiceModel\Channels\InputChannelAcceptor.cs (2)
12class InputChannelAcceptor : SingletonChannelAcceptor<IInputChannel, InputChannel, Message> 19protected override InputChannel OnCreateChannel()
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (3)
153return InputChannel.HelpReceive(this, timeout); 163return InputChannel.HelpBeginReceive(this, timeout, callback, state); 168return InputChannel.HelpEndReceive(result);
System\ServiceModel\Channels\MsmqInputChannelBase.cs (3)
126return InputChannel.HelpReceive(this, timeout); 138return InputChannel.HelpBeginReceive(this, timeout, callback, state); 144return InputChannel.HelpEndReceive(result);
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (2)
97return InputChannel.HelpReceive(this, timeout); 107return InputChannel.HelpBeginReceive(this, timeout, callback, state);
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1081protected override InputChannel OnCreateChannel()
System\ServiceModel\Channels\SecurityChannelFactory.cs (3)
736return InputChannel.HelpReceive(this, timeout); 746return InputChannel.HelpBeginReceive(this, timeout, callback, state); 751return InputChannel.HelpEndReceive(result);
System\ServiceModel\Channels\SecurityChannelListener.cs (3)
913return InputChannel.HelpReceive(this, timeout); 923return InputChannel.HelpBeginReceive(this, timeout, callback, state); 928return InputChannel.HelpEndReceive(result);
System\ServiceModel\Channels\TransactionChannelListener.cs (3)
285return InputChannel.HelpReceive(this, timeout); 295return InputChannel.HelpBeginReceive(this, timeout, callback, state); 300return InputChannel.HelpEndReceive(result);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (3)
3197return InputChannel.HelpReceive(this, timeout); 3207return InputChannel.HelpBeginReceive(this, timeout, callback, state); 3212return InputChannel.HelpEndReceive(result);