6 references to InputChannel
System.ServiceModel (6)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
810
:
base
(listener, null)
System\ServiceModel\Channels\InputChannelAcceptor.cs (1)
21
return new
InputChannel
(this.ChannelManager, null);
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
28
:
base
(listener, new EndpointAddress(listener.Uri))
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1165
:
base
(channelManager, localAddress)
System\ServiceModel\Channels\PeerInputChannel.cs (1)
22
:
base
(channelManager, localAddress)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
30
:
base
(listener, binder.LocalAddress)