10 references to IReplySessionChannel
System.ServiceModel.Primitives (10)
System\ServiceModel\Channels\ChannelRequirements.cs (2)
199channelType == typeof(IReplySessionChannel) || 215channelType == typeof(IReplySessionChannel) ||
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
2086ReliableChannelBinder<IReplySessionChannel> binder, IReplySessionChannel channel,
System\ServiceModel\Dispatcher\ListenerBinder.cs (6)
32IChannelListener<IReplySessionChannel> replySession = listener as IChannelListener<IReplySessionChannel>; 287private IChannelListener<IReplySessionChannel> _listener; 289internal ReplySessionListenerBinder(IChannelListener<IReplySessionChannel> listener, MessageVersion messageVersion) 304IReplySessionChannel channel = _listener.AcceptChannel(timeout); 320IReplySessionChannel channel = _listener.EndAcceptChannel(result);