2 instantiations of ReliableInputSessionChannelOverReply
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelListener.cs (2)
1799return new ReliableInputSessionChannelOverReply(this, binder, this.FaultHelper, id); 1852return new ReliableInputSessionChannelOverReply(this, binder, this.FaultHelper, id);
6 references to ReliableInputSessionChannelOverReply
System.ServiceModel (6)
System\ServiceModel\Channels\ReliableChannelListener.cs (6)
1782class ReliableInputListenerOverReply : ReliableListenerOverReply<IInputSessionChannel, ReliableInputSessionChannelOverReply> 1794protected override ReliableInputSessionChannelOverReply CreateChannel(UniqueId id, 1802protected override void ProcessSequencedItem(ReliableInputSessionChannelOverReply reliableChannel, RequestContext context, WsrmMessageInfo info) 1834class ReliableInputListenerOverReplySession : ReliableListenerOverReplySession<IInputSessionChannel, ReliableInputSessionChannelOverReply> 1846protected override ReliableInputSessionChannelOverReply CreateChannel( 1855protected override void ProcessSequencedItem(IReplySessionChannel channel, RequestContext context, ReliableInputSessionChannelOverReply reliableChannel, WsrmMessageInfo info, bool newChannel)