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