NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpResponse.Buffer

Same as BufferOutput. Provided only for ASP compatibility.

[Visual Basic]
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.

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace