1 write to replyInfo
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
2232
this.
replyInfo
= info;
4 references to replyInfo
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (4)
2144
return this.
replyInfo
;
2151
if (this.
replyInfo
!= null)
2154
return this.
replyInfo
.Message;
2227
if (this.replied || this.
replyInfo
!= null)