Click or drag to resize

CefRequestSetHeaderMap Method

Set the header values. If a Referer value exists in the header map it will be removed and ignored.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void SetHeaderMap(
	NameValueCollection headers
)

Parameters

headers  NameValueCollection
 
See Also