2 writes to errorGettingHttpInput
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestContext.cs (2)
101
this.
errorGettingHttpInput
= false;
105
this.
errorGettingHttpInput
= true;
1 reference to errorGettingHttpInput
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
96
if (throwOnError || !this.
errorGettingHttpInput
)