Response.Buffered (gb.web)
Static Property Buffered As Boolean
Returns or sets if the response is buffered. By default, the response is not buffered.
When the HTTP response is buffered, then the headers and the data are sent when calling the
Response.End method.
You must set this property before using
Begin.