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