4 references to acked
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (4)
656
this.
acked
.Clear();
663
this.
acked
.Add(reply);
667
for (int i = 0; i < this.
acked
.Count; i++)
669
reply = this.
acked
[i];