Gets or sets a value indicating whether HTTP output is buffered.
[Visual Basic] Public Property BufferOutput As Boolean [C#] public bool BufferOutput {get; set;} [C++] public: __property bool get_BufferOutput(); public: __property void set_BufferOutput(bool); [JScript] public function get BufferOutput() : Boolean; public function set BufferOutput(Boolean);
true if the output to client is buffered, otherwise false. Default value is true.
HttpResponse Class | HttpResponse Members | System.Web Namespace