2 overrides of GetHttpInput
System.ServiceModel (2)
System\ServiceModel\Channels\HttpPipeline.cs (2)
380protected override HttpInput GetHttpInput() 599protected override HttpInput GetHttpInput()
3 references to GetHttpInput
System.ServiceModel (3)
System\ServiceModel\Channels\HttpPipeline.cs (3)
43this.httpInput = this.GetHttpInput(); 382return base.GetHttpInput().CreateHttpRequestMessageInput(); 601HttpInput httpInput = base.GetHttpInput();