CoreWebView2WebResourceResponseReceivedEventArgs.Request Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the request object for the web resource, as committed.
public Microsoft.Web.WebView2.Core.CoreWebView2WebResourceRequest Request { get; }
member this.Request : Microsoft.Web.WebView2.Core.CoreWebView2WebResourceRequest
Public ReadOnly Property Request As CoreWebView2WebResourceRequest
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.