ICoreWebView2HttpResponseHeaders

Undocumented in source.

Members

Functions

AppendHeader
HRESULT AppendHeader(LPCWSTR name, LPCWSTR value)

Appends header line with name and value.

Contains
HRESULT Contains(LPCWSTR name, BOOL* contains)

Verifies that the headers contain entries that match the header name.

GetHeader
HRESULT GetHeader(LPCWSTR name, LPWSTR* value)

Gets the first header value in the collection matching the name.

GetHeaders
HRESULT GetHeaders(LPCWSTR name, ICoreWebView2HttpHeadersCollectionIterator* iterator)

Gets the header values matching the name.

GetIterator
HRESULT GetIterator(ICoreWebView2HttpHeadersCollectionIterator* iterator)

Gets an iterator over the collection of entire response headers.

Meta