2 writes to faultReply
System.ServiceModel (2)
System\ServiceModel\Channels\WsrmMessageInfo.cs (2)
133
this.
faultReply
= value;
647
if (faultConverter.TryCreateFaultMessage(exception, out messageInfo.
faultReply
))
2 references to faultReply
System.ServiceModel (2)
System\ServiceModel\Channels\WsrmMessageInfo.cs (2)
124
return this.
faultReply
;
128
if (this.
faultReply
!= null)