ICoreWebView2HttpRequestHeaders

Undocumented in source.

Members

Functions

Contains
HRESULT Contains(LPCWSTR name, BOOL* contains)

Verifies that the headers contain an entry that matches the header name.

GetHeader
HRESULT GetHeader(LPCWSTR name, LPWSTR* value)

Gets the header value matching the name.

GetHeaders
HRESULT GetHeaders(LPCWSTR name, ICoreWebView2HttpHeadersCollectionIterator* iterator)

Gets the header value matching the name using an iterator.

GetIterator
HRESULT GetIterator(ICoreWebView2HttpHeadersCollectionIterator* iterator)

Gets an iterator over the collection of request headers.

RemoveHeader
HRESULT RemoveHeader(LPCWSTR name)

Removes header that matches the name.

SetHeader
HRESULT SetHeader(LPCWSTR name, LPCWSTR value)

Adds or updates header that matches the name.

Meta