HttpResponseWrapper::Buffer Property

 

Gets or sets a value that indicates whether to buffer output and send it after the complete response has finished processing.

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

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

Property Value

Type: System::Boolean

true if the output is buffered; otherwise, false.

The Buffer property of the HttpResponseWrapper class has been deprecated in favor of the BufferOutput property and is provided only for compatibility with earlier versions of ASP.

.NET Framework
Available since 3.5
Return to top
Show: