Class CoreWebView2WebResourceResponseReceivedEventArgs
Event args for the WebResourceResponseReceived event.
public class CoreWebView2WebResourceResponseReceivedEventArgs : EventArgs
- Inheritance
-
CoreWebView2WebResourceResponseReceivedEventArgs
- Inherited Members
Properties
Request
Gets the request object for the web resource, as committed.
public CoreWebView2WebResourceRequest Request { get; }
Property Value
Remarks
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.
Response
Gets view of the response object received for the web resource.
public CoreWebView2WebResourceResponseView Response { get; }