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