8 references to IInputSessionChannel
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\ChannelRequirements.cs (2)
198channelType == typeof(IInputSessionChannel) || 207channelType == typeof(IInputSessionChannel) ||
System\ServiceModel\Dispatcher\ListenerBinder.cs (6)
20IChannelListener<IInputSessionChannel> inputSession = listener as IChannelListener<IInputSessionChannel>; 197private IChannelListener<IInputSessionChannel> _listener; 199internal InputSessionListenerBinder(IChannelListener<IInputSessionChannel> listener, MessageVersion messageVersion) 214IInputSessionChannel channel = _listener.AcceptChannel(timeout); 230IInputSessionChannel channel = _listener.EndAcceptChannel(result);