3 types derived from HttpInput
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
817class WebResponseHttpInput : HttpInput 4131class HttpRequestMessageHttpInput : HttpInput, HttpRequestMessageProperty.IHttpHeaderProvider
System\ServiceModel\Channels\HttpRequestContext.cs (1)
896class ListenerContextHttpInput : HttpInput
20 references to HttpInput
System.ServiceModel (20)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
1336HttpInput httpInput = HttpChannelUtilities.ValidateRequestReplyResponse(this.webRequest, response, 1394HttpInput httpInput;
System\ServiceModel\Channels\HttpChannelHelpers.cs (7)
71internal static HttpInput CreateHttpInput(HttpWebResponse httpWebResponse, IHttpTransportFactorySettings settings, ChannelBinding channelBinding) 636HttpInput httpInput; 645HttpInput httpInput, 3822public static HttpInput ValidateRequestReplyResponse(HttpWebRequest request, HttpWebResponse response, 3827HttpInput httpInput = null; 3874httpInput = HttpInput.CreateHttpInput(response, factory, channelBinding); 3893httpInput = HttpInput.CreateHttpInput(response, factory, channelBinding);
System\ServiceModel\Channels\HttpPipeline.cs (6)
23HttpInput httpInput; 37public HttpInput HttpInput 201protected virtual HttpInput GetHttpInput() 380protected override HttpInput GetHttpInput() 599protected override HttpInput GetHttpInput() 601HttpInput httpInput = base.GetHttpInput();
System\ServiceModel\Channels\HttpRequestContext.cs (5)
87public HttpInput GetHttpInput(bool throwOnError) 95HttpInput httpInput = null; 125protected abstract HttpInput GetHttpInput(); 298HttpInput input = this.httpPipeline.HttpInput; 790protected override HttpInput GetHttpInput()