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.BufferOutput

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);

Property Value

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

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace