Obtain an ICoreWebView2Deferral object and put the event into a deferred state. Use the ICoreWebView2Deferral object to complete the request at a later time.
The Web resource request. The request object may be missing some headers that are added by network stack at a later time.
The web resource request context.
A placeholder for the web resource response object. If this object is set, the web resource request is completed with the specified response.
Sets the Response property. Create an empty web resource response object with CreateWebResourceResponse and then modify it to construct the response.