HttpResponse::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)

public:
Task^ FlushAsync()

Return Value

Type: System.Threading.Tasks::Task^

A Task that represents the asynchronous operation.

.NET Framework
Available since 4.6
Return to top
Show: