2 writes to preReadBuffer
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
831this.preReadBuffer = new byte[1]; 835this.preReadBuffer = null;
4 references to preReadBuffer
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelHelpers.cs (4)
833if (this.httpWebResponse.GetResponseStream().Read(preReadBuffer, 0, 1) == 0) 839this.hasContent = (this.preReadBuffer != null || this.httpWebResponse.ContentLength > 0); 920if (this.preReadBuffer != null) 922return new WebResponseInputStream(httpWebResponse, preReadBuffer);