DevToolsClientNetwork Property |
Version 101.0.180
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: 101.0.180.0 (101.0.180.0)
Syntax public NetworkClient Network { get; }
public:
property NetworkClient^ Network {
NetworkClient^ get ();
}
Property Value
Type:
NetworkClientSee Also