Click or drag to resize

NetworkClient.SubresourceWebBundleMetadataReceived Event

Version 110.0.300
Fired once when parsing the .wbn file has succeeded. The event contains the information about the web bundle contents.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 110.0.300.0 (110.0.300.0)
Syntax
public event EventHandler<SubresourceWebBundleMetadataReceivedEventArgs> SubresourceWebBundleMetadataReceived

Value

Type: System.EventHandler<SubresourceWebBundleMetadataReceivedEventArgs>
See Also