Click or drag to resize

HeadersToDictionary Method

Version 113.3.50
Returns itself

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

Return Value

Type: DictionaryString, String
Dictionary of headers
See Also