1 write to httpInput
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1761this.httpInput = HttpChannelUtilities.ValidateRequestReplyResponse(this.request, response,
3 references to httpInput
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
1765if (httpInput != null) 1769httpInput.BeginParseIncomingMessage(onProcessIncomingMessage, this); 1789this.replyMessage = this.httpInput.EndParseIncomingMessage(result, out exception);