1 write to response
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
1740
this.
response
= this.requestor.OnEndRequest(this.lastIteration, requestResult);
2 references to response
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
1705
return requestResult.
response
;
1766
if (this.requestor.ValidateReply(this.
response
))