Mono Class Library: System.Web.HttpResponse Overview | Members

System.Web.HttpResponse.BufferOutput Property

Controls whether to buffer the response before sending the data to the client.

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