CoreWebView2WebResourceResponseReceivedEventArgs.Request Property

Definition

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.

Applies to