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