This documentation is archived and is not being maintained.

HttpWriter.Flush Method

Sends all buffered output to the HTTP output stream.

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

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

HttpWriter Class | HttpWriter Members | System.Web Namespace

Show: