This documentation is archived and is not being maintained.
HttpWorkerRequest.FlushResponse Method
.NET Framework 1.1
Sends all pending response data to the client.
[Visual Basic] Public MustOverride Sub FlushResponse( _ ByVal finalFlush As Boolean _ ) [C#] public abstract void FlushResponse( bool finalFlush ); [C++] public: virtual void FlushResponse( bool finalFlush ) = 0; [JScript] public abstract function FlushResponse( finalFlush : Boolean );
Parameters
- finalFlush
- true if this is the last time response data will be flushed; otherwise, false.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace
Show: