Click or drag to resize

InitiatorType Enumeration

Version 92.0.260
Type of this initiator.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax
public enum InitiatorType
Members
  Member nameValueDescription
Parser0 parser
Script1 script
Preload2 preload
SignedExchange3 SignedExchange
Preflight4 preflight
Other5 other
See Also