Click or drag to resize

NetworkClientSubresourceWebBundleMetadataReceived Event

Version 94.4.20
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: 94.4.20.0 (94.4.20.0)
Syntax
public event EventHandler<SubresourceWebBundleMetadataReceivedEventArgs> SubresourceWebBundleMetadataReceived

Value

Type: SystemEventHandlerSubresourceWebBundleMetadataReceivedEventArgs
See Also