HttpResponseBase.FlushAsync Method ()

.NET Framework (current version)
 

Asynchronously sends all currently buffered output to the client.

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

abstract FlushAsync : unit -> Task
override FlushAsync : unit -> Task

Return Value

Type: System.Threading.Tasks.Task

The task the represents the asynchronous operation.

.NET Framework
Available since 4.6
Return to top
Show: