ICoreWebView2WebResourceResponseView

Undocumented in source.

Members

Functions

GetContent
HRESULT GetContent(ICoreWebView2WebResourceResponseViewGetContentCompletedHandler handler)

Get the response content asynchronously. The handler will receive the response content stream.

get_Headers
HRESULT get_Headers(ICoreWebView2HttpResponseHeaders* headers)

The HTTP response headers as received.

get_ReasonPhrase
HRESULT get_ReasonPhrase(LPWSTR* reasonPhrase)

The HTTP response reason phrase.

get_StatusCode
HRESULT get_StatusCode(int* statusCode)

The HTTP response status code.

Meta