This documentation is archived and is not being maintained.
HttpResponseBase::Buffer Property
Visual Studio 2008
When overridden in a derived class, gets or sets a value that indicates whether to buffer output and send it after the complete response has finished processing.
Assembly: System.Web.Abstractions (in System.Web.Abstractions.dll)
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
The Buffer property of the HttpResponseBase class has been deprecated in favor of the BufferOutput property and is provided only for compatibility with earlier versions of ASP.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: