HttpResponse.Flush Method  [C#]See Also
HttpResponse Class | HttpResponse Members | System.Web Namespace 
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows .NET Server
family
Language
C#

C++

JScript

Visual Basic

Show All
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();
Exceptions
Exception Type Condition 
HttpException The cache is flushed after the response has been sent. 

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

Example
[Visual Basic, C#] The following example flushes the buffer to the
output stream.

[Visual Basic] 
Response.Flush()
[C#] 
Response.Flush();
[C++, JScript] No example is available for C++ or JScript. To view a
Visual Basic or C# example, click the Language Filter button  in the
upper-left corner of the page.

Requirements

-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im
Auftrag von J�rg Schwalenberg
Gesendet: Mittwoch, 2. April 2003 13:33
An: ASP.Net Liste
Betreff: [Asp.net] HTML Output Rendern ?

Hallo Leute,

mich besch�ftigt seit einiger Zeit die Frage, wie ich am schnellsten
einen HTML Output rendern kann. Ich habe in einer Tabellenzeile einen
Output von ca. 2 kb. Wenn man nun rechnet und ca. 100 Eintr�ge hat, da
kommen schnell 200 kb Output zusammen. Gibt es hier irgendwelche
M�glichkeiten, um das ganze schnell zu rendern, oder nur neu
hinzugekommene DS zu rendern ?

Gibt's in .Net eigentlich noch Response.flush ?

MfG
J. Schwalenberg
______________________
www.udex.de
www.ultradevextensions.de
[EMAIL PROTECTED]
______________________
Think big - UDEX Software !
Software & Extensions for Dreamweaver Ultradev & MX

_______________________________________________
Asp.net mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/asp.net


_______________________________________________
Asp.net mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/asp.net

Antwort per Email an