Click or drag to resize

DevToolsClientNetwork Property

Version 94.4.20
Network domain allows tracking network activities of the page. It exposes information about http, file, data and other requests and responses, their headers, bodies, timing, etc.

Namespace:  CefSharp.DevTools
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public NetworkClient Network { get; }

Property Value

Type: NetworkClient
See Also