3 references to ServerReliableSession
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1934
:
base
(channel, listener, (IServerReliableChannelBinder)channel.Binder, faultHelper, inputID, outputID)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
36
this.session = new
ServerReliableSession
(this, listener, binder, faultHelper, inputID, null);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
54
this.session = new
ServerReliableSession
(this, listener, binder, faultHelper, inputID, outputID);