Click or drag to resize

Headers.ToDictionary Method

Version 118.6.80
Returns itself

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public Dictionary<string, string> ToDictionary()

Return Value

Type: Dictionary<String, String>
Dictionary of headers
See Also