2 writes to preReadBuffer
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestContext.cs (2)
908this.preReadBuffer = new byte[1]; 911this.preReadBuffer = null;
4 references to preReadBuffer
System.ServiceModel (4)
System\ServiceModel\Channels\HttpRequestContext.cs (4)
909if (this.listenerHttpContext.listenerContext.Request.InputStream.Read(preReadBuffer, 0, 1) == 0) 939get { return (this.preReadBuffer != null || this.ContentLength > 0); } 989if (this.preReadBuffer != null) 991return new ListenerContextInputStream(listenerHttpContext, preReadBuffer);