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