1 write to httpInput
System.ServiceModel (1)
System\ServiceModel\Channels\HttpPipeline.cs (1)
43this.httpInput = this.GetHttpInput();
3 references to httpInput
System.ServiceModel (3)
System\ServiceModel\Channels\HttpPipeline.cs (3)
41if (this.httpInput == null) 46return this.httpInput; 54return this.httpInput != null;