asp.net.ph

Response.Buffer Property

System.Web Namespace   HttpResponse Class


Sets or retrieves a value indicating whether to buffer output and send it after the entire response is finished processing.

[ VB ]
Public Property Buffer As Boolean

[ C# ]
public bool Buffer {get; set;}

[ C++ ]
public: __property bool get_Buffer ( );
public: __property void set_Buffer ( bool );

[ JScript ]
public function get Buffer ( ) : Boolean;
public function set Buffer ( Boolean );

Property Value

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

Remarks

Buffer has been deprecated in favor of BufferOutput and is provided only for compatibility with previous versions of ASP. With ASP.NET, use BufferOutput.

See Also

HttpResponse Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 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 asp.net.ph