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