Click or drag to resize

InitiatorType Enumeration

Version 109.1.110
Type of this initiator.

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