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

Sends all currently buffered output to the client.

[Visual Basic]
Public Sub Flush()
[C#]
public void Flush();
[C++]
public: void Flush();
[JScript]
public function Flush();

Remarks

Flush forces all currently buffered output to be sent to the client. It can be called multiple times during request processing.

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace