asp.net.ph

HttpWorkerRequest.FlushResponse Method

System.Web Namespace   HttpWorkerRequest Class


Sends all pending response data to the client.

[ VB ]
<ComVisible ( False ) >
MustOverride Public Sub FlushResponse ( _
   ByVal finalFlush As Boolean _
)

[ C# ]
 [ ComVisible ( false ) ] 
public abstract void FlushResponse (
   bool finalFlush
);

[ C++ ]
 [ ComVisible ( false ) ] 
public: virtual void FlushResponse (
   bool finalFlush
) = 0;

[ JScript ]
public ComVisible ( false ) 
abstract function FlushResponse (
   finalFlush : Boolean
);

Parameters

finalFlush
true if this is the last time response data will be flushed; otherwise, false.
See Also

HttpWorkerRequest Members   HttpRuntime Class Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph