Controls whether to buffer the response before sending the data to the client.
The current state of buffering.
This controls whether HttpResponse should buffer the output before it is delivered to a client. The default is true.The buffering can be changed during the execution back and forth if needed. Notice that changing the buffering state will not flush the current contents held in the output buffer, the contents will only be flushed out on the next write operation or by manually calling System.Web.HttpResponse.Flush
This property is the same as HttpResponse.BufferOutput
Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0