Skip to content

Latest commit

 

History

History
71 lines (36 loc) · 1.67 KB

iwinhttprequestevents-onresponsefinished.md

File metadata and controls

71 lines (36 loc) · 1.67 KB
description ms.assetid title ms.topic ms.date
Occurs when the response data is complete.
0df2031e-826f-436e-a689-201fa8b5c38f
IWinHttpRequestEvents::OnResponseFinished event
reference
05/31/2018

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