CoreWebView2WebResourceResponseView Class
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.
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 |
The HTTP response headers as received. |
ReasonPhrase |
The HTTP response reason phrase. |
StatusCode |
The HTTP response status code. |
Methods
GetContentAsync() |
Gets the response content stream asynchronously. The content failed to load. |