Click or drag to resize

NetworkClientSubresourceWebBundleMetadataReceived Event

Version 130.1.90
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.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public event EventHandler<SubresourceWebBundleMetadataReceivedEventArgs> SubresourceWebBundleMetadataReceived

Value

EventHandlerSubresourceWebBundleMetadataReceivedEventArgs
See Also