Click or drag to resize

InitiatorType Enumeration

Version 94.4.20
Type of this initiator.

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