5 references to Final
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
327final = wsrm11 && info.AcknowledgementInfo.Final;
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
3467else if (info.AcknowledgementInfo == null || !info.AcknowledgementInfo.Final) 3586if (ackInfo == null || !ackInfo.Final)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
547final = wsrm11 && messageInfo.AcknowledgementInfo.Final;
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
666else if (wsrm11 && messageInfo.AcknowledgementInfo.Final)