SimpleWorkerRequest.FlushResponse Method (Boolean)

 

Sends all pending response data to the client.

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

override FlushResponse : 
        finalFlush:bool -> unit

Parameters

finalFlush
Type: System.Boolean

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

.NET Framework
Available since 1.1
Return to top
Show: