ICoreWebView2HttpHeadersCollectionIterator.GetCurrentHeader

Get the name and value of the current HTTP header of the iterator. If the previous MoveNext operation set the hasNext parameter to FALSE, this method fails.

The caller must free the returned strings with CoTaskMemFree. See API Conventions.

interface ICoreWebView2HttpHeadersCollectionIterator
HRESULT
GetCurrentHeader
(
LPWSTR* name
,
LPWSTR* value
)

Meta