Click or drag to resize

InitiatorType Enumeration

Version 93.1.111
Type of this initiator.

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