1 write to preReadBuffer
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedHttpContext.cs (1)
259preReadBuffer = hostedHttpContext.result.GetPrereadBuffer(ref this.contentLength);
3 references to preReadBuffer
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\HostedHttpContext.cs (3)
281get { return (this.preReadBuffer != null || this.ContentLength > 0); } 349if (this.preReadBuffer != null) 351return new HostedInputStream(this.hostedHttpContext, this.preReadBuffer);