System.Web.HttpResponse.Flush Method

Sends all currently buffered output to the client.

Syntax

public void Flush ()

Remarks

Forces all currently buffered output to be sent to the client. The HttpResponse.Flush method can be called multiple times during request processing.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0