interface ICoreWebView2ExperimentalWebResourceResponseReceivedEventArgsPopulateResponseContentCompletedHandler

Note

This an experimental API that is shipped with our prerelease SDK. See WebView2 release notes.

interface ICoreWebView2ExperimentalWebResourceResponseReceivedEventArgsPopulateResponseContentCompletedHandler
  : public IUnknown

Completion handler for PopulateResponseContent async method.

Summary

Members Descriptions
Invoke Called to provide the implementer with the completion status of the corresponding asynchronous method call.

It's invoked when the Content stream of the Response of a WebResourceResponseReceieved event is available.

Members

Invoke

Called to provide the implementer with the completion status of the corresponding asynchronous method call.

public HRESULT Invoke(HRESULT errorCode)