Response.Buffer = True
Expected: True (buffering is on by default)
Response.Status = 200 OK
Expected: 200 OK
Response.ContentType = text/html
Expected: text/html
Response.IsClientConnected = True
Expected: True
Before Flush
After Flush - if you see this, Flush worked!
This should appear