CoreWebView2WebResourceResponseView Class

Definition

View of the HTTP representation for a web resource response.

public class CoreWebView2WebResourceResponseView
type CoreWebView2WebResourceResponseView = class
Public Class CoreWebView2WebResourceResponseView
Inheritance
CoreWebView2WebResourceResponseView

Remarks

The properties of this object are not mutable. This response view is used with the WebResourceResponseReceived event.

Properties

Headers

Gets the HTTP response headers as received.

ReasonPhrase

Gets the HTTP response reason phrase.

StatusCode

Gets the HTTP response status code.

Methods

GetContentAsync()

Gets the response content stream asynchronously.

Applies to