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