System.Web.HttpResponse.BufferOutput Property

Gets or sets a value indicating whether to buffer output and send it after the complete page is finished processing.

Syntax

public bool BufferOutput { set; get; }

Value

Whether output is currently being buffered.

Remarks

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.

This property is the same as HttpResponse.Buffer

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0