HttpResponseBase.BeginFlush(AsyncCallback, Object) Method

Definition

Sends the currently buffered response to the client.

C#
public virtual IAsyncResult BeginFlush(AsyncCallback callback, object state);

Parameters

callback
AsyncCallback

The callback object.

state
Object

The response state.

Returns

The asynchronous result object.

Applies to

Produit Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1