IWinHttpRequestEvents::OnResponseFinished event

The OnResponseFinished event occurs when the response data is complete.

Syntax

void OnResponseFinished();

Parameters

This event has no parameters.

Return value

This event does not return a value.

Remarks

This event signals that all of the response data that pertains to the most recent request has been received. OnResponseDataAvailable does not occur again until the next request.

Note

For Windows XP and Windows 2000, see the Run-Time Requirements section of the WinHTTP Start Page.

Requirements

Requirement Value
Minimum supported client
Windows XP, Windows 2000 Professional with SP3 [desktop apps only]
Minimum supported server
Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only]
Redistributable
WinHTTP 5.0 and Internet Explorer 5.01 or later on Windows XP and Windows 2000.
IDL
HttpRequest.idl

See also

IWinHttpRequestEvents

WinHttpRequest

WinHTTP Versions