ICoreWebView2WebResourceResponseReceivedEventArgs

Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface ICoreWebView2WebResourceResponseReceivedEventArgs : IUnknown {
static const
GUID iid;
}

Members

Functions

get_Request
HRESULT get_Request(ICoreWebView2WebResourceRequest* request)

The request object for the web resource, as committed. This includes headers added by the network stack that were not be included during the associated WebResourceRequested event, such as Authentication headers. Modifications to this object have no effect on how the request is processed as it has already been sent.

get_Response
HRESULT get_Response(ICoreWebView2WebResourceResponseView* response)

View of the response object received for the web resource.

Meta