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