System.Web.HttpResponse.Buffer Property

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

Syntax

public bool Buffer { set; get; }

Value

The current state of buffering.

Remarks

The HttpResponse.Buffer property has been deprecated in favor of the HttpResponse.BufferOutput property and is provided only for compatibility with earlier versions of ASP. With ASP.NET, use HttpResponse.BufferOutput.

Requirements

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