8 references to IInputSessionChannel
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelRequirements.cs (2)
197
channelType == typeof(
IInputSessionChannel
) ||
206
channelType == typeof(
IInputSessionChannel
) ||
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerBinder.cs (6)
18
IChannelListener<
IInputSessionChannel
> inputSession = listener as IChannelListener<
IInputSessionChannel
>;
185
private IChannelListener<
IInputSessionChannel
> _listener;
188
internal InputSessionListenerBinder(IChannelListener<
IInputSessionChannel
> listener, MessageVersion messageVersion)
206
IInputSessionChannel
channel = _listener.AcceptChannel(timeout);
220
IInputSessionChannel
channel = _listener.EndAcceptChannel(result);