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