2 writes to replyMessage
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
1779
this.
replyMessage
= null;
1789
this.
replyMessage
= this.httpInput.EndParseIncomingMessage(result, out exception);
3 references to replyMessage
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
1756
return
replyMessage
;
1792
if (this.
replyMessage
!= null)
1795
this.
replyMessage
);