3 references to ClientReliableSession
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1727
:
base
(channel, settings, (IClientReliableChannelBinder)channel.Binder, helper, inputID)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
32
this.session = new
ClientReliableSession
(this, settings, binder, faultHelper, null);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
38
this.session = new
ClientReliableSession
(this, settings, binder, faultHelper, inputID);