17 references to Last
System.ServiceModel (17)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (5)
173temp.MessageBody = new CloseSequence(this.session.OutputID, this.outputConnection.Last); 191this.outputConnection.Last); 296this.outputConnection.Last) 298info, this.outputConnection.Last); 587fault = WsrmUtilities.ValidateFinalAck(this.session, info, this.outputConnection.Last);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (7)
144temp.MessageBody = new CloseSequence(this.session.OutputID, this.connection.Last); 163this.connection.Last); 506this.connection.Last) 508this.connection.Last); 563this.terminateRequestor.MessageId, messageInfo, this.connection.Last); 573this.closeRequestor.MessageId, messageInfo, this.connection.Last); 627fault = WsrmUtilities.ValidateFinalAck(this.session, messageInfo, this.connection.Last);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (5)
138temp.MessageBody = new CloseSequence(this.session.OutputID, this.connection.Last); 160this.session.OutputID, this.connection.Last); 589this.connection.Last) 591info, this.connection.Last); 683WsrmFault fault = WsrmUtilities.ValidateFinalAck(this.session, messageInfo, this.connection.Last);