HttpResponseBase::BeginFlush Method (AsyncCallback^, Object^)

.NET Framework (current version)
 

Sends the currently buffered response to the client.

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

public:
virtual IAsyncResult^ BeginFlush(
	AsyncCallback^ callback,
	Object^ state
)

Parameters

callback
Type: System::AsyncCallback^

The callback object.

state
Type: System::Object^

The response state.

Return Value

Type: System::IAsyncResult^

The asynchronous result object.

.NET Framework
Available since 4.5
Return to top
Show: