Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpResponse::Buffer Property

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property bool Buffer {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the output to client is buffered; otherwise, false.

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.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft