| |||||||
Response.BufferOutput PropertySystem.Web Namespace HttpResponse Class Sets or retrieves a value indicating whether to buffer output and send it after the entire page is finished processing. [ VB ] 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 ); Property Valuetrue if the output to client is buffered, otherwise false. The default is true. ExampleThe following example takes action only if the output is buffered.
See Also |
| ||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme