2 writes to replyInfo
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
1891
this.
replyInfo
= null;
1928
this.
replyInfo
= info;
5 references to replyInfo
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (5)
1882
return this.
replyInfo
;
1889
if (reply != null && this.
replyInfo
!= null)
1893
else if (reply == null && this.
replyInfo
!= null)
1895
reply = this.
replyInfo
.Message;
1926
if (!this.replied && this.
replyInfo
== null)