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