Click or drag to resize

InitiatorType Enumeration

Version 98.1.210
Type of this initiator.

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