6 references to Last
System.ServiceModel (6)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
529isLastConsistent = (last == this.inputConnection.Last);
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
784isLastConsistent = (last == this.Connection.Last); 1181isLastConsistent = (last == this.Connection.Last);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (3)
586if (wsrmFeb2005 && (this.connection.Last == requestSequenceNumber)) 615if (wsrmFeb2005 && (this.connection.Last == requestSequenceNumber)) 779isLastConsistent = (last == this.connection.Last);