1 type derived from ServerReliableSession
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1927
class DuplexServerReliableSession :
ServerReliableSession
, IDuplexSession
2 instantiations of ServerReliableSession
System.ServiceModel (2)
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);
2 references to ServerReliableSession
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (1)
20
ServerReliableSession
session;
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
39
ServerReliableSession
session;