1 write to httpRequestMessageHttpInput
System.ServiceModel (1)
System\ServiceModel\Channels\HttpPipeline.cs (1)
339this.httpRequestMessageHttpInput = this.HttpInput as HttpRequestMessageHttpInput;
3 references to httpRequestMessageHttpInput
System.ServiceModel (3)
System\ServiceModel\Channels\HttpPipeline.cs (3)
337if (this.httpRequestMessageHttpInput == null) 340Fx.Assert(this.httpRequestMessageHttpInput != null, "The 'HttpInput' field should always be of type 'HttpRequestMessageHttpInput'."); 343return this.httpRequestMessageHttpInput;