DevToolsClientNetwork Property |
Version 130.1.90
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.DevToolsAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public NetworkClient Network { get; }
public:
property NetworkClient^ Network {
NetworkClient^ get ();
}
Property Value
NetworkClientSee Also