8 references to IReplySessionChannel
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelRequirements.cs (2)
198channelType == typeof(IReplySessionChannel) || 214channelType == typeof(IReplySessionChannel) ||
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerBinder.cs (6)
26IChannelListener<IReplySessionChannel> replySession = listener as IChannelListener<IReplySessionChannel>; 275private IChannelListener<IReplySessionChannel> _listener; 278internal ReplySessionListenerBinder(IChannelListener<IReplySessionChannel> listener, MessageVersion messageVersion) 296IReplySessionChannel channel = _listener.AcceptChannel(timeout); 310IReplySessionChannel channel = _listener.EndAcceptChannel(result);