CoreWebView2WebResourceResponse 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.
An HTTP response used with the WebResourceRequested event.
public class CoreWebView2WebResourceResponse
type CoreWebView2WebResourceResponse = class
Public Class CoreWebView2WebResourceResponse
- Inheritance
-
CoreWebView2WebResourceResponse
Properties
Content |
Gets HTTP response content as stream. |
Headers |
Overridden HTTP response headers. |
ReasonPhrase |
The HTTP response reason phrase. |
StatusCode |
The HTTP response status code. |