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)
36this.session = new ServerReliableSession(this, listener, binder, faultHelper, inputID, null);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
54this.session = new ServerReliableSession(this, listener, binder, faultHelper, inputID, outputID);