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

System.Web.HttpResponse.Buffer Property

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

public bool Buffer { set; get; }

Value

The current state of buffering.

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. 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

Requirements

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