2 writes to inputStream
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
58this.inputStream = null; 92inputStream = GetInputStream();
2 references to inputStream
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
88if (inputStream == null && (throwOnError || !this.errorGettingInputStream)) 107return inputStream;