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