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