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