CoreWebView2WebResourceResponseReceivedEventArgs Class

Event args for the CoreWebView2.WebResourceResponseReceived event.

Summary

Members Description
Request Gets the request object for the web resource, as committed.
Response Gets view of the response object received for the web resource.

Properties

Request

readonly CoreWebView2WebResourceRequest Request

Gets 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 CoreWebView2.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.

Response

readonly CoreWebView2WebResourceResponseView Response

Gets view of the response object received for the web resource.

Referenced by