Gets or sets a value indicating whether to buffer output and send it after the complete response is finished processing.
Public Property Buffer As Boolean
Dim instance As HttpResponse Dim value As Boolean value = instance.Buffer instance.Buffer = value
public bool Buffer { get; set; }
public: property bool Buffer { bool get (); void set (bool value); }
public function get Buffer () : boolean public function set Buffer (value : boolean)
The Buffer property has been deprecated in favor of the BufferOutput property and is provided only for compatibility with earlier versions of ASP. With ASP.NET, use BufferOutput.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98