2 writes to errorGettingInputStream
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
93
this.
errorGettingInputStream
= false;
97
this.
errorGettingInputStream
= true;
1 reference to errorGettingInputStream
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
88
if (inputStream == null && (throwOnError || !this.
errorGettingInputStream
))