diff --git a/CefSharp.Core/DevTools/DevToolsClient.Generated.cs b/CefSharp.Core/DevTools/DevToolsClient.Generated.cs
index 488abc29d..574be1655 100644
--- a/CefSharp.Core/DevTools/DevToolsClient.Generated.cs
+++ b/CefSharp.Core/DevTools/DevToolsClient.Generated.cs
@@ -3,7 +3,9 @@
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
//
// **This code was generated by a tool, do not change directly**
-// CHROMIUM VERSION 111.0.5563.65
+// CHROMIUM VERSION 112.0.5615.49
+using System.Runtime.Serialization;
+
namespace CefSharp.DevTools.Accessibility
{
///
@@ -14,87 +16,87 @@ public enum AXValueType
///
/// boolean
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("boolean"))]
+ [EnumMember(Value = ("boolean"))]
Boolean,
///
/// tristate
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("tristate"))]
+ [EnumMember(Value = ("tristate"))]
Tristate,
///
/// booleanOrUndefined
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("booleanOrUndefined"))]
+ [EnumMember(Value = ("booleanOrUndefined"))]
BooleanOrUndefined,
///
/// idref
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("idref"))]
+ [EnumMember(Value = ("idref"))]
Idref,
///
/// idrefList
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("idrefList"))]
+ [EnumMember(Value = ("idrefList"))]
IdrefList,
///
/// integer
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("integer"))]
+ [EnumMember(Value = ("integer"))]
Integer,
///
/// node
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("node"))]
+ [EnumMember(Value = ("node"))]
Node,
///
/// nodeList
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("nodeList"))]
+ [EnumMember(Value = ("nodeList"))]
NodeList,
///
/// number
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("number"))]
+ [EnumMember(Value = ("number"))]
Number,
///
/// string
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("string"))]
+ [EnumMember(Value = ("string"))]
String,
///
/// computedString
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("computedString"))]
+ [EnumMember(Value = ("computedString"))]
ComputedString,
///
/// token
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("token"))]
+ [EnumMember(Value = ("token"))]
Token,
///
/// tokenList
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("tokenList"))]
+ [EnumMember(Value = ("tokenList"))]
TokenList,
///
/// domRelation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("domRelation"))]
+ [EnumMember(Value = ("domRelation"))]
DomRelation,
///
/// role
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("role"))]
+ [EnumMember(Value = ("role"))]
Role,
///
/// internalRole
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("internalRole"))]
+ [EnumMember(Value = ("internalRole"))]
InternalRole,
///
/// valueUndefined
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("valueUndefined"))]
+ [EnumMember(Value = ("valueUndefined"))]
ValueUndefined
}
@@ -106,32 +108,32 @@ public enum AXValueSourceType
///
/// attribute
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("attribute"))]
+ [EnumMember(Value = ("attribute"))]
Attribute,
///
/// implicit
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("implicit"))]
+ [EnumMember(Value = ("implicit"))]
Implicit,
///
/// style
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("style"))]
+ [EnumMember(Value = ("style"))]
Style,
///
/// contents
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("contents"))]
+ [EnumMember(Value = ("contents"))]
Contents,
///
/// placeholder
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("placeholder"))]
+ [EnumMember(Value = ("placeholder"))]
Placeholder,
///
/// relatedElement
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("relatedElement"))]
+ [EnumMember(Value = ("relatedElement"))]
RelatedElement
}
@@ -143,52 +145,52 @@ public enum AXValueNativeSourceType
///
/// description
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("description"))]
+ [EnumMember(Value = ("description"))]
Description,
///
/// figcaption
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("figcaption"))]
+ [EnumMember(Value = ("figcaption"))]
Figcaption,
///
/// label
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("label"))]
+ [EnumMember(Value = ("label"))]
Label,
///
/// labelfor
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("labelfor"))]
+ [EnumMember(Value = ("labelfor"))]
Labelfor,
///
/// labelwrapped
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("labelwrapped"))]
+ [EnumMember(Value = ("labelwrapped"))]
Labelwrapped,
///
/// legend
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("legend"))]
+ [EnumMember(Value = ("legend"))]
Legend,
///
/// rubyannotation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("rubyannotation"))]
+ [EnumMember(Value = ("rubyannotation"))]
Rubyannotation,
///
/// tablecaption
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("tablecaption"))]
+ [EnumMember(Value = ("tablecaption"))]
Tablecaption,
///
/// title
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("title"))]
+ [EnumMember(Value = ("title"))]
Title,
///
/// other
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("other"))]
+ [EnumMember(Value = ("other"))]
Other
}
@@ -217,7 +219,7 @@ public CefSharp.DevTools.Accessibility.AXValueSourceType Type
///
/// What type of source this is.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
internal string type
{
get;
@@ -227,7 +229,7 @@ internal string type
///
/// The value of this property source.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (false))]
+ [DataMember(Name = ("value"), IsRequired = (false))]
public CefSharp.DevTools.Accessibility.AXValue Value
{
get;
@@ -237,7 +239,7 @@ public CefSharp.DevTools.Accessibility.AXValue Value
///
/// The name of the relevant attribute, if any.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("attribute"), IsRequired = (false))]
+ [DataMember(Name = ("attribute"), IsRequired = (false))]
public string Attribute
{
get;
@@ -247,7 +249,7 @@ public string Attribute
///
/// The value of the relevant attribute, if any.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("attributeValue"), IsRequired = (false))]
+ [DataMember(Name = ("attributeValue"), IsRequired = (false))]
public CefSharp.DevTools.Accessibility.AXValue AttributeValue
{
get;
@@ -257,7 +259,7 @@ public CefSharp.DevTools.Accessibility.AXValue AttributeValue
///
/// Whether this source is superseded by a higher priority source.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("superseded"), IsRequired = (false))]
+ [DataMember(Name = ("superseded"), IsRequired = (false))]
public bool? Superseded
{
get;
@@ -283,7 +285,7 @@ public CefSharp.DevTools.Accessibility.AXValueNativeSourceType? NativeSource
///
/// The native markup source for this value, e.g. a <label> element.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nativeSource"), IsRequired = (false))]
+ [DataMember(Name = ("nativeSource"), IsRequired = (false))]
internal string nativeSource
{
get;
@@ -293,7 +295,7 @@ internal string nativeSource
///
/// The value, such as a node or node list, of the native source.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nativeSourceValue"), IsRequired = (false))]
+ [DataMember(Name = ("nativeSourceValue"), IsRequired = (false))]
public CefSharp.DevTools.Accessibility.AXValue NativeSourceValue
{
get;
@@ -303,7 +305,7 @@ public CefSharp.DevTools.Accessibility.AXValue NativeSourceValue
///
/// Whether the value for this property is invalid.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("invalid"), IsRequired = (false))]
+ [DataMember(Name = ("invalid"), IsRequired = (false))]
public bool? Invalid
{
get;
@@ -313,7 +315,7 @@ public bool? Invalid
///
/// Reason for the value being invalid, if it is.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("invalidReason"), IsRequired = (false))]
+ [DataMember(Name = ("invalidReason"), IsRequired = (false))]
public string InvalidReason
{
get;
@@ -330,7 +332,7 @@ public partial class AXRelatedNode : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// The BackendNodeId of the related DOM node.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("backendDOMNodeId"), IsRequired = (true))]
+ [DataMember(Name = ("backendDOMNodeId"), IsRequired = (true))]
public int BackendDOMNodeId
{
get;
@@ -340,7 +342,7 @@ public int BackendDOMNodeId
///
/// The IDRef value provided, if any.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("idref"), IsRequired = (false))]
+ [DataMember(Name = ("idref"), IsRequired = (false))]
public string Idref
{
get;
@@ -350,7 +352,7 @@ public string Idref
///
/// The text alternative of this node in the current context.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("text"), IsRequired = (false))]
+ [DataMember(Name = ("text"), IsRequired = (false))]
public string Text
{
get;
@@ -383,7 +385,7 @@ public CefSharp.DevTools.Accessibility.AXPropertyName Name
///
/// The name of this property.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
internal string name
{
get;
@@ -393,7 +395,7 @@ internal string name
///
/// The value of this property.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public CefSharp.DevTools.Accessibility.AXValue Value
{
get;
@@ -426,7 +428,7 @@ public CefSharp.DevTools.Accessibility.AXValueType Type
///
/// The type of this value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
internal string type
{
get;
@@ -436,7 +438,7 @@ internal string type
///
/// The computed value of this property.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (false))]
+ [DataMember(Name = ("value"), IsRequired = (false))]
public object Value
{
get;
@@ -446,7 +448,7 @@ public object Value
///
/// One or more related nodes, if applicable.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("relatedNodes"), IsRequired = (false))]
+ [DataMember(Name = ("relatedNodes"), IsRequired = (false))]
public System.Collections.Generic.IList RelatedNodes
{
get;
@@ -456,7 +458,7 @@ public System.Collections.Generic.IList
/// The sources which contributed to the computation of this property.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sources"), IsRequired = (false))]
+ [DataMember(Name = ("sources"), IsRequired = (false))]
public System.Collections.Generic.IList Sources
{
get;
@@ -477,197 +479,197 @@ public enum AXPropertyName
///
/// busy
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("busy"))]
+ [EnumMember(Value = ("busy"))]
Busy,
///
/// disabled
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("disabled"))]
+ [EnumMember(Value = ("disabled"))]
Disabled,
///
/// editable
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("editable"))]
+ [EnumMember(Value = ("editable"))]
Editable,
///
/// focusable
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("focusable"))]
+ [EnumMember(Value = ("focusable"))]
Focusable,
///
/// focused
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("focused"))]
+ [EnumMember(Value = ("focused"))]
Focused,
///
/// hidden
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("hidden"))]
+ [EnumMember(Value = ("hidden"))]
Hidden,
///
/// hiddenRoot
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("hiddenRoot"))]
+ [EnumMember(Value = ("hiddenRoot"))]
HiddenRoot,
///
/// invalid
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("invalid"))]
+ [EnumMember(Value = ("invalid"))]
Invalid,
///
/// keyshortcuts
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("keyshortcuts"))]
+ [EnumMember(Value = ("keyshortcuts"))]
Keyshortcuts,
///
/// settable
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("settable"))]
+ [EnumMember(Value = ("settable"))]
Settable,
///
/// roledescription
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("roledescription"))]
+ [EnumMember(Value = ("roledescription"))]
Roledescription,
///
/// live
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("live"))]
+ [EnumMember(Value = ("live"))]
Live,
///
/// atomic
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("atomic"))]
+ [EnumMember(Value = ("atomic"))]
Atomic,
///
/// relevant
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("relevant"))]
+ [EnumMember(Value = ("relevant"))]
Relevant,
///
/// root
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("root"))]
+ [EnumMember(Value = ("root"))]
Root,
///
/// autocomplete
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("autocomplete"))]
+ [EnumMember(Value = ("autocomplete"))]
Autocomplete,
///
/// hasPopup
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("hasPopup"))]
+ [EnumMember(Value = ("hasPopup"))]
HasPopup,
///
/// level
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("level"))]
+ [EnumMember(Value = ("level"))]
Level,
///
/// multiselectable
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("multiselectable"))]
+ [EnumMember(Value = ("multiselectable"))]
Multiselectable,
///
/// orientation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("orientation"))]
+ [EnumMember(Value = ("orientation"))]
Orientation,
///
/// multiline
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("multiline"))]
+ [EnumMember(Value = ("multiline"))]
Multiline,
///
/// readonly
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("readonly"))]
+ [EnumMember(Value = ("readonly"))]
Readonly,
///
/// required
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("required"))]
+ [EnumMember(Value = ("required"))]
Required,
///
/// valuemin
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("valuemin"))]
+ [EnumMember(Value = ("valuemin"))]
Valuemin,
///
/// valuemax
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("valuemax"))]
+ [EnumMember(Value = ("valuemax"))]
Valuemax,
///
/// valuetext
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("valuetext"))]
+ [EnumMember(Value = ("valuetext"))]
Valuetext,
///
/// checked
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("checked"))]
+ [EnumMember(Value = ("checked"))]
Checked,
///
/// expanded
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("expanded"))]
+ [EnumMember(Value = ("expanded"))]
Expanded,
///
/// modal
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("modal"))]
+ [EnumMember(Value = ("modal"))]
Modal,
///
/// pressed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("pressed"))]
+ [EnumMember(Value = ("pressed"))]
Pressed,
///
/// selected
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("selected"))]
+ [EnumMember(Value = ("selected"))]
Selected,
///
/// activedescendant
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("activedescendant"))]
+ [EnumMember(Value = ("activedescendant"))]
Activedescendant,
///
/// controls
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("controls"))]
+ [EnumMember(Value = ("controls"))]
Controls,
///
/// describedby
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("describedby"))]
+ [EnumMember(Value = ("describedby"))]
Describedby,
///
/// details
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("details"))]
+ [EnumMember(Value = ("details"))]
Details,
///
/// errormessage
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("errormessage"))]
+ [EnumMember(Value = ("errormessage"))]
Errormessage,
///
/// flowto
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("flowto"))]
+ [EnumMember(Value = ("flowto"))]
Flowto,
///
/// labelledby
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("labelledby"))]
+ [EnumMember(Value = ("labelledby"))]
Labelledby,
///
/// owns
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("owns"))]
+ [EnumMember(Value = ("owns"))]
Owns
}
@@ -680,7 +682,7 @@ public partial class AXNode : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Unique identifier for this node.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeId"), IsRequired = (true))]
+ [DataMember(Name = ("nodeId"), IsRequired = (true))]
public string NodeId
{
get;
@@ -690,7 +692,7 @@ public string NodeId
///
/// Whether this node is ignored for accessibility
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("ignored"), IsRequired = (true))]
+ [DataMember(Name = ("ignored"), IsRequired = (true))]
public bool Ignored
{
get;
@@ -700,7 +702,7 @@ public bool Ignored
///
/// Collection of reasons why this node is hidden.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("ignoredReasons"), IsRequired = (false))]
+ [DataMember(Name = ("ignoredReasons"), IsRequired = (false))]
public System.Collections.Generic.IList IgnoredReasons
{
get;
@@ -710,7 +712,7 @@ public System.Collections.Generic.IList
/// This `Node`'s role, whether explicit or implicit.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("role"), IsRequired = (false))]
+ [DataMember(Name = ("role"), IsRequired = (false))]
public CefSharp.DevTools.Accessibility.AXValue Role
{
get;
@@ -720,7 +722,7 @@ public CefSharp.DevTools.Accessibility.AXValue Role
///
/// This `Node`'s Chrome raw role.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("chromeRole"), IsRequired = (false))]
+ [DataMember(Name = ("chromeRole"), IsRequired = (false))]
public CefSharp.DevTools.Accessibility.AXValue ChromeRole
{
get;
@@ -730,7 +732,7 @@ public CefSharp.DevTools.Accessibility.AXValue ChromeRole
///
/// The accessible name for this `Node`.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (false))]
+ [DataMember(Name = ("name"), IsRequired = (false))]
public CefSharp.DevTools.Accessibility.AXValue Name
{
get;
@@ -740,7 +742,7 @@ public CefSharp.DevTools.Accessibility.AXValue Name
///
/// The accessible description for this `Node`.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("description"), IsRequired = (false))]
+ [DataMember(Name = ("description"), IsRequired = (false))]
public CefSharp.DevTools.Accessibility.AXValue Description
{
get;
@@ -750,7 +752,7 @@ public CefSharp.DevTools.Accessibility.AXValue Description
///
/// The value for this `Node`.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (false))]
+ [DataMember(Name = ("value"), IsRequired = (false))]
public CefSharp.DevTools.Accessibility.AXValue Value
{
get;
@@ -760,7 +762,7 @@ public CefSharp.DevTools.Accessibility.AXValue Value
///
/// All other properties
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("properties"), IsRequired = (false))]
+ [DataMember(Name = ("properties"), IsRequired = (false))]
public System.Collections.Generic.IList Properties
{
get;
@@ -770,7 +772,7 @@ public System.Collections.Generic.IList
/// ID for this node's parent.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("parentId"), IsRequired = (false))]
+ [DataMember(Name = ("parentId"), IsRequired = (false))]
public string ParentId
{
get;
@@ -780,7 +782,7 @@ public string ParentId
///
/// IDs for each of this node's child nodes.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("childIds"), IsRequired = (false))]
+ [DataMember(Name = ("childIds"), IsRequired = (false))]
public string[] ChildIds
{
get;
@@ -790,7 +792,7 @@ public string[] ChildIds
///
/// The backend ID for the associated DOM node, if any.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("backendDOMNodeId"), IsRequired = (false))]
+ [DataMember(Name = ("backendDOMNodeId"), IsRequired = (false))]
public int? BackendDOMNodeId
{
get;
@@ -800,7 +802,7 @@ public int? BackendDOMNodeId
///
/// The frame ID for the frame associated with this nodes document.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (false))]
+ [DataMember(Name = ("frameId"), IsRequired = (false))]
public string FrameId
{
get;
@@ -818,7 +820,7 @@ public class LoadCompleteEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsBa
///
/// New document root node.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("root"), IsRequired = (true))]
+ [DataMember(Name = ("root"), IsRequired = (true))]
public CefSharp.DevTools.Accessibility.AXNode Root
{
get;
@@ -835,7 +837,7 @@ public class NodesUpdatedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsBa
///
/// Updated node data.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodes"), IsRequired = (true))]
+ [DataMember(Name = ("nodes"), IsRequired = (true))]
public System.Collections.Generic.IList Nodes
{
get;
@@ -854,17 +856,17 @@ public enum AnimationType
///
/// CSSTransition
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CSSTransition"))]
+ [EnumMember(Value = ("CSSTransition"))]
CSSTransition,
///
/// CSSAnimation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CSSAnimation"))]
+ [EnumMember(Value = ("CSSAnimation"))]
CSSAnimation,
///
/// WebAnimation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WebAnimation"))]
+ [EnumMember(Value = ("WebAnimation"))]
WebAnimation
}
@@ -877,7 +879,7 @@ public partial class Animation : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// `Animation`'s id.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("id"), IsRequired = (true))]
+ [DataMember(Name = ("id"), IsRequired = (true))]
public string Id
{
get;
@@ -887,7 +889,7 @@ public string Id
///
/// `Animation`'s name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -897,7 +899,7 @@ public string Name
///
/// `Animation`'s internal paused state.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pausedState"), IsRequired = (true))]
+ [DataMember(Name = ("pausedState"), IsRequired = (true))]
public bool PausedState
{
get;
@@ -907,7 +909,7 @@ public bool PausedState
///
/// `Animation`'s play state.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("playState"), IsRequired = (true))]
+ [DataMember(Name = ("playState"), IsRequired = (true))]
public string PlayState
{
get;
@@ -917,7 +919,7 @@ public string PlayState
///
/// `Animation`'s playback rate.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("playbackRate"), IsRequired = (true))]
+ [DataMember(Name = ("playbackRate"), IsRequired = (true))]
public double PlaybackRate
{
get;
@@ -927,7 +929,7 @@ public double PlaybackRate
///
/// `Animation`'s start time.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("startTime"), IsRequired = (true))]
+ [DataMember(Name = ("startTime"), IsRequired = (true))]
public double StartTime
{
get;
@@ -937,7 +939,7 @@ public double StartTime
///
/// `Animation`'s current time.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("currentTime"), IsRequired = (true))]
+ [DataMember(Name = ("currentTime"), IsRequired = (true))]
public double CurrentTime
{
get;
@@ -963,7 +965,7 @@ public CefSharp.DevTools.Animation.AnimationType Type
///
/// Animation type of `Animation`.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
internal string type
{
get;
@@ -973,7 +975,7 @@ internal string type
///
/// `Animation`'s source animation node.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("source"), IsRequired = (false))]
+ [DataMember(Name = ("source"), IsRequired = (false))]
public CefSharp.DevTools.Animation.AnimationEffect Source
{
get;
@@ -984,7 +986,7 @@ public CefSharp.DevTools.Animation.AnimationEffect Source
/// A unique ID for `Animation` representing the sources that triggered this CSS
/// animation/transition.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cssId"), IsRequired = (false))]
+ [DataMember(Name = ("cssId"), IsRequired = (false))]
public string CssId
{
get;
@@ -1001,7 +1003,7 @@ public partial class AnimationEffect : CefSharp.DevTools.DevToolsDomainEntityBas
///
/// `AnimationEffect`'s delay.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("delay"), IsRequired = (true))]
+ [DataMember(Name = ("delay"), IsRequired = (true))]
public double Delay
{
get;
@@ -1011,7 +1013,7 @@ public double Delay
///
/// `AnimationEffect`'s end delay.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("endDelay"), IsRequired = (true))]
+ [DataMember(Name = ("endDelay"), IsRequired = (true))]
public double EndDelay
{
get;
@@ -1021,7 +1023,7 @@ public double EndDelay
///
/// `AnimationEffect`'s iteration start.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("iterationStart"), IsRequired = (true))]
+ [DataMember(Name = ("iterationStart"), IsRequired = (true))]
public double IterationStart
{
get;
@@ -1031,7 +1033,7 @@ public double IterationStart
///
/// `AnimationEffect`'s iterations.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("iterations"), IsRequired = (true))]
+ [DataMember(Name = ("iterations"), IsRequired = (true))]
public double Iterations
{
get;
@@ -1041,7 +1043,7 @@ public double Iterations
///
/// `AnimationEffect`'s iteration duration.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("duration"), IsRequired = (true))]
+ [DataMember(Name = ("duration"), IsRequired = (true))]
public double Duration
{
get;
@@ -1051,7 +1053,7 @@ public double Duration
///
/// `AnimationEffect`'s playback direction.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("direction"), IsRequired = (true))]
+ [DataMember(Name = ("direction"), IsRequired = (true))]
public string Direction
{
get;
@@ -1061,7 +1063,7 @@ public string Direction
///
/// `AnimationEffect`'s fill mode.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("fill"), IsRequired = (true))]
+ [DataMember(Name = ("fill"), IsRequired = (true))]
public string Fill
{
get;
@@ -1071,7 +1073,7 @@ public string Fill
///
/// `AnimationEffect`'s target node.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("backendNodeId"), IsRequired = (false))]
+ [DataMember(Name = ("backendNodeId"), IsRequired = (false))]
public int? BackendNodeId
{
get;
@@ -1081,7 +1083,7 @@ public int? BackendNodeId
///
/// `AnimationEffect`'s keyframes.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("keyframesRule"), IsRequired = (false))]
+ [DataMember(Name = ("keyframesRule"), IsRequired = (false))]
public CefSharp.DevTools.Animation.KeyframesRule KeyframesRule
{
get;
@@ -1091,7 +1093,7 @@ public CefSharp.DevTools.Animation.KeyframesRule KeyframesRule
///
/// `AnimationEffect`'s timing function.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("easing"), IsRequired = (true))]
+ [DataMember(Name = ("easing"), IsRequired = (true))]
public string Easing
{
get;
@@ -1108,7 +1110,7 @@ public partial class KeyframesRule : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// CSS keyframed animation's name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (false))]
+ [DataMember(Name = ("name"), IsRequired = (false))]
public string Name
{
get;
@@ -1118,7 +1120,7 @@ public string Name
///
/// List of animation keyframes.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("keyframes"), IsRequired = (true))]
+ [DataMember(Name = ("keyframes"), IsRequired = (true))]
public System.Collections.Generic.IList Keyframes
{
get;
@@ -1135,7 +1137,7 @@ public partial class KeyframeStyle : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Keyframe's time offset.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("offset"), IsRequired = (true))]
+ [DataMember(Name = ("offset"), IsRequired = (true))]
public string Offset
{
get;
@@ -1145,7 +1147,7 @@ public string Offset
///
/// `AnimationEffect`'s timing function.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("easing"), IsRequired = (true))]
+ [DataMember(Name = ("easing"), IsRequired = (true))]
public string Easing
{
get;
@@ -1162,7 +1164,7 @@ public class AnimationCanceledEventArgs : CefSharp.DevTools.DevToolsDomainEventA
///
/// Id of the animation that was cancelled.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("id"), IsRequired = (true))]
+ [DataMember(Name = ("id"), IsRequired = (true))]
public string Id
{
get;
@@ -1179,7 +1181,7 @@ public class AnimationCreatedEventArgs : CefSharp.DevTools.DevToolsDomainEventAr
///
/// Id of the animation that was created.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("id"), IsRequired = (true))]
+ [DataMember(Name = ("id"), IsRequired = (true))]
public string Id
{
get;
@@ -1196,7 +1198,7 @@ public class AnimationStartedEventArgs : CefSharp.DevTools.DevToolsDomainEventAr
///
/// Animation that was started.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("animation"), IsRequired = (true))]
+ [DataMember(Name = ("animation"), IsRequired = (true))]
public CefSharp.DevTools.Animation.Animation Animation
{
get;
@@ -1216,7 +1218,7 @@ public partial class AffectedCookie : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// The following three properties uniquely identify a cookie
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -1226,7 +1228,7 @@ public string Name
///
/// Path
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("path"), IsRequired = (true))]
+ [DataMember(Name = ("path"), IsRequired = (true))]
public string Path
{
get;
@@ -1236,7 +1238,7 @@ public string Path
///
/// Domain
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("domain"), IsRequired = (true))]
+ [DataMember(Name = ("domain"), IsRequired = (true))]
public string Domain
{
get;
@@ -1253,7 +1255,7 @@ public partial class AffectedRequest : CefSharp.DevTools.DevToolsDomainEntityBas
///
/// The unique request id.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -1263,7 +1265,7 @@ public string RequestId
///
/// Url
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (false))]
+ [DataMember(Name = ("url"), IsRequired = (false))]
public string Url
{
get;
@@ -1280,7 +1282,7 @@ public partial class AffectedFrame : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// FrameId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (true))]
+ [DataMember(Name = ("frameId"), IsRequired = (true))]
public string FrameId
{
get;
@@ -1296,42 +1298,42 @@ public enum CookieExclusionReason
///
/// ExcludeSameSiteUnspecifiedTreatedAsLax
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ExcludeSameSiteUnspecifiedTreatedAsLax"))]
+ [EnumMember(Value = ("ExcludeSameSiteUnspecifiedTreatedAsLax"))]
ExcludeSameSiteUnspecifiedTreatedAsLax,
///
/// ExcludeSameSiteNoneInsecure
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ExcludeSameSiteNoneInsecure"))]
+ [EnumMember(Value = ("ExcludeSameSiteNoneInsecure"))]
ExcludeSameSiteNoneInsecure,
///
/// ExcludeSameSiteLax
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ExcludeSameSiteLax"))]
+ [EnumMember(Value = ("ExcludeSameSiteLax"))]
ExcludeSameSiteLax,
///
/// ExcludeSameSiteStrict
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ExcludeSameSiteStrict"))]
+ [EnumMember(Value = ("ExcludeSameSiteStrict"))]
ExcludeSameSiteStrict,
///
/// ExcludeInvalidSameParty
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ExcludeInvalidSameParty"))]
+ [EnumMember(Value = ("ExcludeInvalidSameParty"))]
ExcludeInvalidSameParty,
///
/// ExcludeSamePartyCrossPartyContext
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ExcludeSamePartyCrossPartyContext"))]
+ [EnumMember(Value = ("ExcludeSamePartyCrossPartyContext"))]
ExcludeSamePartyCrossPartyContext,
///
/// ExcludeDomainNonASCII
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ExcludeDomainNonASCII"))]
+ [EnumMember(Value = ("ExcludeDomainNonASCII"))]
ExcludeDomainNonASCII,
///
/// ExcludeThirdPartyCookieBlockedInFirstPartySet
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ExcludeThirdPartyCookieBlockedInFirstPartySet"))]
+ [EnumMember(Value = ("ExcludeThirdPartyCookieBlockedInFirstPartySet"))]
ExcludeThirdPartyCookieBlockedInFirstPartySet
}
@@ -1343,52 +1345,52 @@ public enum CookieWarningReason
///
/// WarnSameSiteUnspecifiedCrossSiteContext
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WarnSameSiteUnspecifiedCrossSiteContext"))]
+ [EnumMember(Value = ("WarnSameSiteUnspecifiedCrossSiteContext"))]
WarnSameSiteUnspecifiedCrossSiteContext,
///
/// WarnSameSiteNoneInsecure
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WarnSameSiteNoneInsecure"))]
+ [EnumMember(Value = ("WarnSameSiteNoneInsecure"))]
WarnSameSiteNoneInsecure,
///
/// WarnSameSiteUnspecifiedLaxAllowUnsafe
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WarnSameSiteUnspecifiedLaxAllowUnsafe"))]
+ [EnumMember(Value = ("WarnSameSiteUnspecifiedLaxAllowUnsafe"))]
WarnSameSiteUnspecifiedLaxAllowUnsafe,
///
/// WarnSameSiteStrictLaxDowngradeStrict
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WarnSameSiteStrictLaxDowngradeStrict"))]
+ [EnumMember(Value = ("WarnSameSiteStrictLaxDowngradeStrict"))]
WarnSameSiteStrictLaxDowngradeStrict,
///
/// WarnSameSiteStrictCrossDowngradeStrict
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WarnSameSiteStrictCrossDowngradeStrict"))]
+ [EnumMember(Value = ("WarnSameSiteStrictCrossDowngradeStrict"))]
WarnSameSiteStrictCrossDowngradeStrict,
///
/// WarnSameSiteStrictCrossDowngradeLax
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WarnSameSiteStrictCrossDowngradeLax"))]
+ [EnumMember(Value = ("WarnSameSiteStrictCrossDowngradeLax"))]
WarnSameSiteStrictCrossDowngradeLax,
///
/// WarnSameSiteLaxCrossDowngradeStrict
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WarnSameSiteLaxCrossDowngradeStrict"))]
+ [EnumMember(Value = ("WarnSameSiteLaxCrossDowngradeStrict"))]
WarnSameSiteLaxCrossDowngradeStrict,
///
/// WarnSameSiteLaxCrossDowngradeLax
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WarnSameSiteLaxCrossDowngradeLax"))]
+ [EnumMember(Value = ("WarnSameSiteLaxCrossDowngradeLax"))]
WarnSameSiteLaxCrossDowngradeLax,
///
/// WarnAttributeValueExceedsMaxSize
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WarnAttributeValueExceedsMaxSize"))]
+ [EnumMember(Value = ("WarnAttributeValueExceedsMaxSize"))]
WarnAttributeValueExceedsMaxSize,
///
/// WarnDomainNonASCII
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WarnDomainNonASCII"))]
+ [EnumMember(Value = ("WarnDomainNonASCII"))]
WarnDomainNonASCII
}
@@ -1400,12 +1402,12 @@ public enum CookieOperation
///
/// SetCookie
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SetCookie"))]
+ [EnumMember(Value = ("SetCookie"))]
SetCookie,
///
/// ReadCookie
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ReadCookie"))]
+ [EnumMember(Value = ("ReadCookie"))]
ReadCookie
}
@@ -1423,7 +1425,7 @@ public partial class CookieIssueDetails : CefSharp.DevTools.DevToolsDomainEntity
/// cookie line is syntactically or semantically malformed in a way
/// that no valid cookie could be created.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cookie"), IsRequired = (false))]
+ [DataMember(Name = ("cookie"), IsRequired = (false))]
public CefSharp.DevTools.Audits.AffectedCookie Cookie
{
get;
@@ -1433,7 +1435,7 @@ public CefSharp.DevTools.Audits.AffectedCookie Cookie
///
/// RawCookieLine
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("rawCookieLine"), IsRequired = (false))]
+ [DataMember(Name = ("rawCookieLine"), IsRequired = (false))]
public string RawCookieLine
{
get;
@@ -1459,7 +1461,7 @@ public CefSharp.DevTools.Audits.CookieWarningReason[] CookieWarningReasons
///
/// CookieWarningReasons
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cookieWarningReasons"), IsRequired = (true))]
+ [DataMember(Name = ("cookieWarningReasons"), IsRequired = (true))]
internal string cookieWarningReasons
{
get;
@@ -1485,7 +1487,7 @@ public CefSharp.DevTools.Audits.CookieExclusionReason[] CookieExclusionReasons
///
/// CookieExclusionReasons
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cookieExclusionReasons"), IsRequired = (true))]
+ [DataMember(Name = ("cookieExclusionReasons"), IsRequired = (true))]
internal string cookieExclusionReasons
{
get;
@@ -1513,7 +1515,7 @@ public CefSharp.DevTools.Audits.CookieOperation Operation
/// Optionally identifies the site-for-cookies and the cookie url, which
/// may be used by the front-end as additional context.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("operation"), IsRequired = (true))]
+ [DataMember(Name = ("operation"), IsRequired = (true))]
internal string operation
{
get;
@@ -1523,7 +1525,7 @@ internal string operation
///
/// SiteForCookies
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("siteForCookies"), IsRequired = (false))]
+ [DataMember(Name = ("siteForCookies"), IsRequired = (false))]
public string SiteForCookies
{
get;
@@ -1533,7 +1535,7 @@ public string SiteForCookies
///
/// CookieUrl
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cookieUrl"), IsRequired = (false))]
+ [DataMember(Name = ("cookieUrl"), IsRequired = (false))]
public string CookieUrl
{
get;
@@ -1543,7 +1545,7 @@ public string CookieUrl
///
/// Request
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("request"), IsRequired = (false))]
+ [DataMember(Name = ("request"), IsRequired = (false))]
public CefSharp.DevTools.Audits.AffectedRequest Request
{
get;
@@ -1559,17 +1561,17 @@ public enum MixedContentResolutionStatus
///
/// MixedContentBlocked
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("MixedContentBlocked"))]
+ [EnumMember(Value = ("MixedContentBlocked"))]
MixedContentBlocked,
///
/// MixedContentAutomaticallyUpgraded
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("MixedContentAutomaticallyUpgraded"))]
+ [EnumMember(Value = ("MixedContentAutomaticallyUpgraded"))]
MixedContentAutomaticallyUpgraded,
///
/// MixedContentWarning
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("MixedContentWarning"))]
+ [EnumMember(Value = ("MixedContentWarning"))]
MixedContentWarning
}
@@ -1581,137 +1583,137 @@ public enum MixedContentResourceType
///
/// AttributionSrc
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("AttributionSrc"))]
+ [EnumMember(Value = ("AttributionSrc"))]
AttributionSrc,
///
/// Audio
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Audio"))]
+ [EnumMember(Value = ("Audio"))]
Audio,
///
/// Beacon
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Beacon"))]
+ [EnumMember(Value = ("Beacon"))]
Beacon,
///
/// CSPReport
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CSPReport"))]
+ [EnumMember(Value = ("CSPReport"))]
CSPReport,
///
/// Download
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Download"))]
+ [EnumMember(Value = ("Download"))]
Download,
///
/// EventSource
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EventSource"))]
+ [EnumMember(Value = ("EventSource"))]
EventSource,
///
/// Favicon
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Favicon"))]
+ [EnumMember(Value = ("Favicon"))]
Favicon,
///
/// Font
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Font"))]
+ [EnumMember(Value = ("Font"))]
Font,
///
/// Form
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Form"))]
+ [EnumMember(Value = ("Form"))]
Form,
///
/// Frame
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Frame"))]
+ [EnumMember(Value = ("Frame"))]
Frame,
///
/// Image
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Image"))]
+ [EnumMember(Value = ("Image"))]
Image,
///
/// Import
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Import"))]
+ [EnumMember(Value = ("Import"))]
Import,
///
/// Manifest
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Manifest"))]
+ [EnumMember(Value = ("Manifest"))]
Manifest,
///
/// Ping
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Ping"))]
+ [EnumMember(Value = ("Ping"))]
Ping,
///
/// PluginData
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PluginData"))]
+ [EnumMember(Value = ("PluginData"))]
PluginData,
///
/// PluginResource
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PluginResource"))]
+ [EnumMember(Value = ("PluginResource"))]
PluginResource,
///
/// Prefetch
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Prefetch"))]
+ [EnumMember(Value = ("Prefetch"))]
Prefetch,
///
/// Resource
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Resource"))]
+ [EnumMember(Value = ("Resource"))]
Resource,
///
/// Script
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Script"))]
+ [EnumMember(Value = ("Script"))]
Script,
///
/// ServiceWorker
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ServiceWorker"))]
+ [EnumMember(Value = ("ServiceWorker"))]
ServiceWorker,
///
/// SharedWorker
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SharedWorker"))]
+ [EnumMember(Value = ("SharedWorker"))]
SharedWorker,
///
/// Stylesheet
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Stylesheet"))]
+ [EnumMember(Value = ("Stylesheet"))]
Stylesheet,
///
/// Track
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Track"))]
+ [EnumMember(Value = ("Track"))]
Track,
///
/// Video
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Video"))]
+ [EnumMember(Value = ("Video"))]
Video,
///
/// Worker
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Worker"))]
+ [EnumMember(Value = ("Worker"))]
Worker,
///
/// XMLHttpRequest
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("XMLHttpRequest"))]
+ [EnumMember(Value = ("XMLHttpRequest"))]
XMLHttpRequest,
///
/// XSLT
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("XSLT"))]
+ [EnumMember(Value = ("XSLT"))]
XSLT
}
@@ -1746,7 +1748,7 @@ public CefSharp.DevTools.Audits.MixedContentResourceType? ResourceType
/// blink::mojom::RequestContextType, which will be replaced
/// by network::mojom::RequestDestination
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("resourceType"), IsRequired = (false))]
+ [DataMember(Name = ("resourceType"), IsRequired = (false))]
internal string resourceType
{
get;
@@ -1772,7 +1774,7 @@ public CefSharp.DevTools.Audits.MixedContentResolutionStatus ResolutionStatus
///
/// The way the mixed content issue is being resolved.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("resolutionStatus"), IsRequired = (true))]
+ [DataMember(Name = ("resolutionStatus"), IsRequired = (true))]
internal string resolutionStatus
{
get;
@@ -1782,7 +1784,7 @@ internal string resolutionStatus
///
/// The unsafe http url causing the mixed content issue.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("insecureURL"), IsRequired = (true))]
+ [DataMember(Name = ("insecureURL"), IsRequired = (true))]
public string InsecureURL
{
get;
@@ -1792,7 +1794,7 @@ public string InsecureURL
///
/// The url responsible for the call to an unsafe url.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("mainResourceURL"), IsRequired = (true))]
+ [DataMember(Name = ("mainResourceURL"), IsRequired = (true))]
public string MainResourceURL
{
get;
@@ -1803,7 +1805,7 @@ public string MainResourceURL
/// The mixed content request.
/// Does not always exist (e.g. for unsafe form submission urls).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("request"), IsRequired = (false))]
+ [DataMember(Name = ("request"), IsRequired = (false))]
public CefSharp.DevTools.Audits.AffectedRequest Request
{
get;
@@ -1813,7 +1815,7 @@ public CefSharp.DevTools.Audits.AffectedRequest Request
///
/// Optional because not every mixed content issue is necessarily linked to a frame.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frame"), IsRequired = (false))]
+ [DataMember(Name = ("frame"), IsRequired = (false))]
public CefSharp.DevTools.Audits.AffectedFrame Frame
{
get;
@@ -1830,27 +1832,27 @@ public enum BlockedByResponseReason
///
/// CoepFrameResourceNeedsCoepHeader
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CoepFrameResourceNeedsCoepHeader"))]
+ [EnumMember(Value = ("CoepFrameResourceNeedsCoepHeader"))]
CoepFrameResourceNeedsCoepHeader,
///
/// CoopSandboxedIFrameCannotNavigateToCoopPage
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CoopSandboxedIFrameCannotNavigateToCoopPage"))]
+ [EnumMember(Value = ("CoopSandboxedIFrameCannotNavigateToCoopPage"))]
CoopSandboxedIFrameCannotNavigateToCoopPage,
///
/// CorpNotSameOrigin
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CorpNotSameOrigin"))]
+ [EnumMember(Value = ("CorpNotSameOrigin"))]
CorpNotSameOrigin,
///
/// CorpNotSameOriginAfterDefaultedToSameOriginByCoep
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CorpNotSameOriginAfterDefaultedToSameOriginByCoep"))]
+ [EnumMember(Value = ("CorpNotSameOriginAfterDefaultedToSameOriginByCoep"))]
CorpNotSameOriginAfterDefaultedToSameOriginByCoep,
///
/// CorpNotSameSite
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CorpNotSameSite"))]
+ [EnumMember(Value = ("CorpNotSameSite"))]
CorpNotSameSite
}
@@ -1865,7 +1867,7 @@ public partial class BlockedByResponseIssueDetails : CefSharp.DevTools.DevToolsD
///
/// Request
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("request"), IsRequired = (true))]
+ [DataMember(Name = ("request"), IsRequired = (true))]
public CefSharp.DevTools.Audits.AffectedRequest Request
{
get;
@@ -1875,7 +1877,7 @@ public CefSharp.DevTools.Audits.AffectedRequest Request
///
/// ParentFrame
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("parentFrame"), IsRequired = (false))]
+ [DataMember(Name = ("parentFrame"), IsRequired = (false))]
public CefSharp.DevTools.Audits.AffectedFrame ParentFrame
{
get;
@@ -1885,7 +1887,7 @@ public CefSharp.DevTools.Audits.AffectedFrame ParentFrame
///
/// BlockedFrame
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("blockedFrame"), IsRequired = (false))]
+ [DataMember(Name = ("blockedFrame"), IsRequired = (false))]
public CefSharp.DevTools.Audits.AffectedFrame BlockedFrame
{
get;
@@ -1911,7 +1913,7 @@ public CefSharp.DevTools.Audits.BlockedByResponseReason Reason
///
/// Reason
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("reason"), IsRequired = (true))]
+ [DataMember(Name = ("reason"), IsRequired = (true))]
internal string reason
{
get;
@@ -1927,12 +1929,12 @@ public enum HeavyAdResolutionStatus
///
/// HeavyAdBlocked
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("HeavyAdBlocked"))]
+ [EnumMember(Value = ("HeavyAdBlocked"))]
HeavyAdBlocked,
///
/// HeavyAdWarning
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("HeavyAdWarning"))]
+ [EnumMember(Value = ("HeavyAdWarning"))]
HeavyAdWarning
}
@@ -1944,17 +1946,17 @@ public enum HeavyAdReason
///
/// NetworkTotalLimit
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NetworkTotalLimit"))]
+ [EnumMember(Value = ("NetworkTotalLimit"))]
NetworkTotalLimit,
///
/// CpuTotalLimit
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CpuTotalLimit"))]
+ [EnumMember(Value = ("CpuTotalLimit"))]
CpuTotalLimit,
///
/// CpuPeakLimit
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CpuPeakLimit"))]
+ [EnumMember(Value = ("CpuPeakLimit"))]
CpuPeakLimit
}
@@ -1983,7 +1985,7 @@ public CefSharp.DevTools.Audits.HeavyAdResolutionStatus Resolution
///
/// The resolution status, either blocking the content or warning.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("resolution"), IsRequired = (true))]
+ [DataMember(Name = ("resolution"), IsRequired = (true))]
internal string resolution
{
get;
@@ -2009,7 +2011,7 @@ public CefSharp.DevTools.Audits.HeavyAdReason Reason
///
/// The reason the ad was blocked, total network or cpu or peak cpu.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("reason"), IsRequired = (true))]
+ [DataMember(Name = ("reason"), IsRequired = (true))]
internal string reason
{
get;
@@ -2019,7 +2021,7 @@ internal string reason
///
/// The frame that was blocked.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frame"), IsRequired = (true))]
+ [DataMember(Name = ("frame"), IsRequired = (true))]
public CefSharp.DevTools.Audits.AffectedFrame Frame
{
get;
@@ -2035,32 +2037,32 @@ public enum ContentSecurityPolicyViolationType
///
/// kInlineViolation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("kInlineViolation"))]
+ [EnumMember(Value = ("kInlineViolation"))]
KInlineViolation,
///
/// kEvalViolation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("kEvalViolation"))]
+ [EnumMember(Value = ("kEvalViolation"))]
KEvalViolation,
///
/// kURLViolation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("kURLViolation"))]
+ [EnumMember(Value = ("kURLViolation"))]
KURLViolation,
///
/// kTrustedTypesSinkViolation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("kTrustedTypesSinkViolation"))]
+ [EnumMember(Value = ("kTrustedTypesSinkViolation"))]
KTrustedTypesSinkViolation,
///
/// kTrustedTypesPolicyViolation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("kTrustedTypesPolicyViolation"))]
+ [EnumMember(Value = ("kTrustedTypesPolicyViolation"))]
KTrustedTypesPolicyViolation,
///
/// kWasmEvalViolation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("kWasmEvalViolation"))]
+ [EnumMember(Value = ("kWasmEvalViolation"))]
KWasmEvalViolation
}
@@ -2073,7 +2075,7 @@ public partial class SourceCodeLocation : CefSharp.DevTools.DevToolsDomainEntity
///
/// ScriptId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scriptId"), IsRequired = (false))]
+ [DataMember(Name = ("scriptId"), IsRequired = (false))]
public string ScriptId
{
get;
@@ -2083,7 +2085,7 @@ public string ScriptId
///
/// Url
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -2093,7 +2095,7 @@ public string Url
///
/// LineNumber
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("lineNumber"), IsRequired = (true))]
+ [DataMember(Name = ("lineNumber"), IsRequired = (true))]
public int LineNumber
{
get;
@@ -2103,7 +2105,7 @@ public int LineNumber
///
/// ColumnNumber
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("columnNumber"), IsRequired = (true))]
+ [DataMember(Name = ("columnNumber"), IsRequired = (true))]
public int ColumnNumber
{
get;
@@ -2120,7 +2122,7 @@ public partial class ContentSecurityPolicyIssueDetails : CefSharp.DevTools.DevTo
///
/// The url not included in allowed sources.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("blockedURL"), IsRequired = (false))]
+ [DataMember(Name = ("blockedURL"), IsRequired = (false))]
public string BlockedURL
{
get;
@@ -2130,7 +2132,7 @@ public string BlockedURL
///
/// Specific directive that is violated, causing the CSP issue.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("violatedDirective"), IsRequired = (true))]
+ [DataMember(Name = ("violatedDirective"), IsRequired = (true))]
public string ViolatedDirective
{
get;
@@ -2140,7 +2142,7 @@ public string ViolatedDirective
///
/// IsReportOnly
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isReportOnly"), IsRequired = (true))]
+ [DataMember(Name = ("isReportOnly"), IsRequired = (true))]
public bool IsReportOnly
{
get;
@@ -2166,7 +2168,7 @@ public CefSharp.DevTools.Audits.ContentSecurityPolicyViolationType ContentSecuri
///
/// ContentSecurityPolicyViolationType
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("contentSecurityPolicyViolationType"), IsRequired = (true))]
+ [DataMember(Name = ("contentSecurityPolicyViolationType"), IsRequired = (true))]
internal string contentSecurityPolicyViolationType
{
get;
@@ -2176,7 +2178,7 @@ internal string contentSecurityPolicyViolationType
///
/// FrameAncestor
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameAncestor"), IsRequired = (false))]
+ [DataMember(Name = ("frameAncestor"), IsRequired = (false))]
public CefSharp.DevTools.Audits.AffectedFrame FrameAncestor
{
get;
@@ -2186,7 +2188,7 @@ public CefSharp.DevTools.Audits.AffectedFrame FrameAncestor
///
/// SourceCodeLocation
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sourceCodeLocation"), IsRequired = (false))]
+ [DataMember(Name = ("sourceCodeLocation"), IsRequired = (false))]
public CefSharp.DevTools.Audits.SourceCodeLocation SourceCodeLocation
{
get;
@@ -2196,7 +2198,7 @@ public CefSharp.DevTools.Audits.SourceCodeLocation SourceCodeLocation
///
/// ViolatingNodeId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("violatingNodeId"), IsRequired = (false))]
+ [DataMember(Name = ("violatingNodeId"), IsRequired = (false))]
public int? ViolatingNodeId
{
get;
@@ -2212,12 +2214,12 @@ public enum SharedArrayBufferIssueType
///
/// TransferIssue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("TransferIssue"))]
+ [EnumMember(Value = ("TransferIssue"))]
TransferIssue,
///
/// CreationIssue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CreationIssue"))]
+ [EnumMember(Value = ("CreationIssue"))]
CreationIssue
}
@@ -2231,7 +2233,7 @@ public partial class SharedArrayBufferIssueDetails : CefSharp.DevTools.DevToolsD
///
/// SourceCodeLocation
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sourceCodeLocation"), IsRequired = (true))]
+ [DataMember(Name = ("sourceCodeLocation"), IsRequired = (true))]
public CefSharp.DevTools.Audits.SourceCodeLocation SourceCodeLocation
{
get;
@@ -2241,7 +2243,7 @@ public CefSharp.DevTools.Audits.SourceCodeLocation SourceCodeLocation
///
/// IsWarning
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isWarning"), IsRequired = (true))]
+ [DataMember(Name = ("isWarning"), IsRequired = (true))]
public bool IsWarning
{
get;
@@ -2267,7 +2269,7 @@ public CefSharp.DevTools.Audits.SharedArrayBufferIssueType Type
///
/// Type
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
internal string type
{
get;
@@ -2283,17 +2285,17 @@ public enum TwaQualityEnforcementViolationType
///
/// kHttpError
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("kHttpError"))]
+ [EnumMember(Value = ("kHttpError"))]
KHttpError,
///
/// kUnavailableOffline
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("kUnavailableOffline"))]
+ [EnumMember(Value = ("kUnavailableOffline"))]
KUnavailableOffline,
///
/// kDigitalAssetLinks
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("kDigitalAssetLinks"))]
+ [EnumMember(Value = ("kDigitalAssetLinks"))]
KDigitalAssetLinks
}
@@ -2306,7 +2308,7 @@ public partial class TrustedWebActivityIssueDetails : CefSharp.DevTools.DevTools
///
/// The url that triggers the violation.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -2332,7 +2334,7 @@ public CefSharp.DevTools.Audits.TwaQualityEnforcementViolationType ViolationType
///
/// ViolationType
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("violationType"), IsRequired = (true))]
+ [DataMember(Name = ("violationType"), IsRequired = (true))]
internal string violationType
{
get;
@@ -2342,7 +2344,7 @@ internal string violationType
///
/// HttpStatusCode
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("httpStatusCode"), IsRequired = (false))]
+ [DataMember(Name = ("httpStatusCode"), IsRequired = (false))]
public int? HttpStatusCode
{
get;
@@ -2353,7 +2355,7 @@ public int? HttpStatusCode
/// The package name of the Trusted Web Activity client app. This field is
/// only used when violation type is kDigitalAssetLinks.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("packageName"), IsRequired = (false))]
+ [DataMember(Name = ("packageName"), IsRequired = (false))]
public string PackageName
{
get;
@@ -2364,7 +2366,7 @@ public string PackageName
/// The signature of the Trusted Web Activity client app. This field is only
/// used when violation type is kDigitalAssetLinks.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("signature"), IsRequired = (false))]
+ [DataMember(Name = ("signature"), IsRequired = (false))]
public string Signature
{
get;
@@ -2381,7 +2383,7 @@ public partial class LowTextContrastIssueDetails : CefSharp.DevTools.DevToolsDom
///
/// ViolatingNodeId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("violatingNodeId"), IsRequired = (true))]
+ [DataMember(Name = ("violatingNodeId"), IsRequired = (true))]
public int ViolatingNodeId
{
get;
@@ -2391,7 +2393,7 @@ public int ViolatingNodeId
///
/// ViolatingNodeSelector
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("violatingNodeSelector"), IsRequired = (true))]
+ [DataMember(Name = ("violatingNodeSelector"), IsRequired = (true))]
public string ViolatingNodeSelector
{
get;
@@ -2401,7 +2403,7 @@ public string ViolatingNodeSelector
///
/// ContrastRatio
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("contrastRatio"), IsRequired = (true))]
+ [DataMember(Name = ("contrastRatio"), IsRequired = (true))]
public double ContrastRatio
{
get;
@@ -2411,7 +2413,7 @@ public double ContrastRatio
///
/// ThresholdAA
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("thresholdAA"), IsRequired = (true))]
+ [DataMember(Name = ("thresholdAA"), IsRequired = (true))]
public double ThresholdAA
{
get;
@@ -2421,7 +2423,7 @@ public double ThresholdAA
///
/// ThresholdAAA
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("thresholdAAA"), IsRequired = (true))]
+ [DataMember(Name = ("thresholdAAA"), IsRequired = (true))]
public double ThresholdAAA
{
get;
@@ -2431,7 +2433,7 @@ public double ThresholdAAA
///
/// FontSize
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("fontSize"), IsRequired = (true))]
+ [DataMember(Name = ("fontSize"), IsRequired = (true))]
public string FontSize
{
get;
@@ -2441,7 +2443,7 @@ public string FontSize
///
/// FontWeight
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("fontWeight"), IsRequired = (true))]
+ [DataMember(Name = ("fontWeight"), IsRequired = (true))]
public string FontWeight
{
get;
@@ -2459,7 +2461,7 @@ public partial class CorsIssueDetails : CefSharp.DevTools.DevToolsDomainEntityBa
///
/// CorsErrorStatus
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("corsErrorStatus"), IsRequired = (true))]
+ [DataMember(Name = ("corsErrorStatus"), IsRequired = (true))]
public CefSharp.DevTools.Network.CorsErrorStatus CorsErrorStatus
{
get;
@@ -2469,7 +2471,7 @@ public CefSharp.DevTools.Network.CorsErrorStatus CorsErrorStatus
///
/// IsWarning
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isWarning"), IsRequired = (true))]
+ [DataMember(Name = ("isWarning"), IsRequired = (true))]
public bool IsWarning
{
get;
@@ -2479,7 +2481,7 @@ public bool IsWarning
///
/// Request
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("request"), IsRequired = (true))]
+ [DataMember(Name = ("request"), IsRequired = (true))]
public CefSharp.DevTools.Audits.AffectedRequest Request
{
get;
@@ -2489,7 +2491,7 @@ public CefSharp.DevTools.Audits.AffectedRequest Request
///
/// Location
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("location"), IsRequired = (false))]
+ [DataMember(Name = ("location"), IsRequired = (false))]
public CefSharp.DevTools.Audits.SourceCodeLocation Location
{
get;
@@ -2499,7 +2501,7 @@ public CefSharp.DevTools.Audits.SourceCodeLocation Location
///
/// InitiatorOrigin
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("initiatorOrigin"), IsRequired = (false))]
+ [DataMember(Name = ("initiatorOrigin"), IsRequired = (false))]
public string InitiatorOrigin
{
get;
@@ -2525,7 +2527,7 @@ public CefSharp.DevTools.Network.IPAddressSpace? ResourceIPAddressSpace
///
/// ResourceIPAddressSpace
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("resourceIPAddressSpace"), IsRequired = (false))]
+ [DataMember(Name = ("resourceIPAddressSpace"), IsRequired = (false))]
internal string resourceIPAddressSpace
{
get;
@@ -2535,7 +2537,7 @@ internal string resourceIPAddressSpace
///
/// ClientSecurityState
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("clientSecurityState"), IsRequired = (false))]
+ [DataMember(Name = ("clientSecurityState"), IsRequired = (false))]
public CefSharp.DevTools.Network.ClientSecurityState ClientSecurityState
{
get;
@@ -2551,57 +2553,57 @@ public enum AttributionReportingIssueType
///
/// PermissionPolicyDisabled
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PermissionPolicyDisabled"))]
+ [EnumMember(Value = ("PermissionPolicyDisabled"))]
PermissionPolicyDisabled,
///
/// PermissionPolicyNotDelegated
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PermissionPolicyNotDelegated"))]
+ [EnumMember(Value = ("PermissionPolicyNotDelegated"))]
PermissionPolicyNotDelegated,
///
/// UntrustworthyReportingOrigin
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("UntrustworthyReportingOrigin"))]
+ [EnumMember(Value = ("UntrustworthyReportingOrigin"))]
UntrustworthyReportingOrigin,
///
/// InsecureContext
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InsecureContext"))]
+ [EnumMember(Value = ("InsecureContext"))]
InsecureContext,
///
/// InvalidHeader
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InvalidHeader"))]
+ [EnumMember(Value = ("InvalidHeader"))]
InvalidHeader,
///
/// InvalidRegisterTriggerHeader
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InvalidRegisterTriggerHeader"))]
+ [EnumMember(Value = ("InvalidRegisterTriggerHeader"))]
InvalidRegisterTriggerHeader,
///
/// InvalidEligibleHeader
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InvalidEligibleHeader"))]
+ [EnumMember(Value = ("InvalidEligibleHeader"))]
InvalidEligibleHeader,
///
/// TooManyConcurrentRequests
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("TooManyConcurrentRequests"))]
+ [EnumMember(Value = ("TooManyConcurrentRequests"))]
TooManyConcurrentRequests,
///
/// SourceAndTriggerHeaders
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SourceAndTriggerHeaders"))]
+ [EnumMember(Value = ("SourceAndTriggerHeaders"))]
SourceAndTriggerHeaders,
///
/// SourceIgnored
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SourceIgnored"))]
+ [EnumMember(Value = ("SourceIgnored"))]
SourceIgnored,
///
/// TriggerIgnored
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("TriggerIgnored"))]
+ [EnumMember(Value = ("TriggerIgnored"))]
TriggerIgnored
}
@@ -2631,7 +2633,7 @@ public CefSharp.DevTools.Audits.AttributionReportingIssueType ViolationType
///
/// ViolationType
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("violationType"), IsRequired = (true))]
+ [DataMember(Name = ("violationType"), IsRequired = (true))]
internal string violationType
{
get;
@@ -2641,7 +2643,7 @@ internal string violationType
///
/// Request
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("request"), IsRequired = (false))]
+ [DataMember(Name = ("request"), IsRequired = (false))]
public CefSharp.DevTools.Audits.AffectedRequest Request
{
get;
@@ -2651,7 +2653,7 @@ public CefSharp.DevTools.Audits.AffectedRequest Request
///
/// ViolatingNodeId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("violatingNodeId"), IsRequired = (false))]
+ [DataMember(Name = ("violatingNodeId"), IsRequired = (false))]
public int? ViolatingNodeId
{
get;
@@ -2661,7 +2663,7 @@ public int? ViolatingNodeId
///
/// InvalidParameter
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("invalidParameter"), IsRequired = (false))]
+ [DataMember(Name = ("invalidParameter"), IsRequired = (false))]
public string InvalidParameter
{
get;
@@ -2680,7 +2682,7 @@ public partial class QuirksModeIssueDetails : CefSharp.DevTools.DevToolsDomainEn
/// If false, it means the document's mode is "quirks"
/// instead of "limited-quirks".
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isLimitedQuirksMode"), IsRequired = (true))]
+ [DataMember(Name = ("isLimitedQuirksMode"), IsRequired = (true))]
public bool IsLimitedQuirksMode
{
get;
@@ -2690,7 +2692,7 @@ public bool IsLimitedQuirksMode
///
/// DocumentNodeId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("documentNodeId"), IsRequired = (true))]
+ [DataMember(Name = ("documentNodeId"), IsRequired = (true))]
public int DocumentNodeId
{
get;
@@ -2700,7 +2702,7 @@ public int DocumentNodeId
///
/// Url
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -2710,7 +2712,7 @@ public string Url
///
/// FrameId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (true))]
+ [DataMember(Name = ("frameId"), IsRequired = (true))]
public string FrameId
{
get;
@@ -2720,7 +2722,7 @@ public string FrameId
///
/// LoaderId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("loaderId"), IsRequired = (true))]
+ [DataMember(Name = ("loaderId"), IsRequired = (true))]
public string LoaderId
{
get;
@@ -2737,7 +2739,7 @@ public partial class NavigatorUserAgentIssueDetails : CefSharp.DevTools.DevTools
///
/// Url
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -2747,7 +2749,7 @@ public string Url
///
/// Location
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("location"), IsRequired = (false))]
+ [DataMember(Name = ("location"), IsRequired = (false))]
public CefSharp.DevTools.Audits.SourceCodeLocation Location
{
get;
@@ -2763,33 +2765,58 @@ public enum GenericIssueErrorType
///
/// CrossOriginPortalPostMessageError
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CrossOriginPortalPostMessageError"))]
+ [EnumMember(Value = ("CrossOriginPortalPostMessageError"))]
CrossOriginPortalPostMessageError,
///
/// FormLabelForNameError
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("FormLabelForNameError"))]
+ [EnumMember(Value = ("FormLabelForNameError"))]
FormLabelForNameError,
///
/// FormDuplicateIdForInputError
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("FormDuplicateIdForInputError"))]
+ [EnumMember(Value = ("FormDuplicateIdForInputError"))]
FormDuplicateIdForInputError,
///
/// FormInputWithNoLabelError
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("FormInputWithNoLabelError"))]
+ [EnumMember(Value = ("FormInputWithNoLabelError"))]
FormInputWithNoLabelError,
///
/// FormAutocompleteAttributeEmptyError
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("FormAutocompleteAttributeEmptyError"))]
+ [EnumMember(Value = ("FormAutocompleteAttributeEmptyError"))]
FormAutocompleteAttributeEmptyError,
///
/// FormEmptyIdAndNameAttributesForInputError
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("FormEmptyIdAndNameAttributesForInputError"))]
- FormEmptyIdAndNameAttributesForInputError
+ [EnumMember(Value = ("FormEmptyIdAndNameAttributesForInputError"))]
+ FormEmptyIdAndNameAttributesForInputError,
+ ///
+ /// FormAriaLabelledByToNonExistingId
+ ///
+ [EnumMember(Value = ("FormAriaLabelledByToNonExistingId"))]
+ FormAriaLabelledByToNonExistingId,
+ ///
+ /// FormInputAssignedAutocompleteValueToIdOrNameAttributeError
+ ///
+ [EnumMember(Value = ("FormInputAssignedAutocompleteValueToIdOrNameAttributeError"))]
+ FormInputAssignedAutocompleteValueToIdOrNameAttributeError,
+ ///
+ /// FormLabelHasNeitherForNorNestedInput
+ ///
+ [EnumMember(Value = ("FormLabelHasNeitherForNorNestedInput"))]
+ FormLabelHasNeitherForNorNestedInput,
+ ///
+ /// FormLabelForMatchesNonExistingIdError
+ ///
+ [EnumMember(Value = ("FormLabelForMatchesNonExistingIdError"))]
+ FormLabelForMatchesNonExistingIdError,
+ ///
+ /// FormHasPasswordFieldWithoutUsernameFieldError
+ ///
+ [EnumMember(Value = ("FormHasPasswordFieldWithoutUsernameFieldError"))]
+ FormHasPasswordFieldWithoutUsernameFieldError
}
///
@@ -2817,7 +2844,7 @@ public CefSharp.DevTools.Audits.GenericIssueErrorType ErrorType
///
/// Issues with the same errorType are aggregated in the frontend.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("errorType"), IsRequired = (true))]
+ [DataMember(Name = ("errorType"), IsRequired = (true))]
internal string errorType
{
get;
@@ -2827,7 +2854,7 @@ internal string errorType
///
/// FrameId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (false))]
+ [DataMember(Name = ("frameId"), IsRequired = (false))]
public string FrameId
{
get;
@@ -2837,7 +2864,7 @@ public string FrameId
///
/// ViolatingNodeId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("violatingNodeId"), IsRequired = (false))]
+ [DataMember(Name = ("violatingNodeId"), IsRequired = (false))]
public int? ViolatingNodeId
{
get;
@@ -2845,298 +2872,6 @@ public int? ViolatingNodeId
}
}
- ///
- /// DeprecationIssueType
- ///
- public enum DeprecationIssueType
- {
- ///
- /// AuthorizationCoveredByWildcard
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("AuthorizationCoveredByWildcard"))]
- AuthorizationCoveredByWildcard,
- ///
- /// CanRequestURLHTTPContainingNewline
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CanRequestURLHTTPContainingNewline"))]
- CanRequestURLHTTPContainingNewline,
- ///
- /// ChromeLoadTimesConnectionInfo
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ChromeLoadTimesConnectionInfo"))]
- ChromeLoadTimesConnectionInfo,
- ///
- /// ChromeLoadTimesFirstPaintAfterLoadTime
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ChromeLoadTimesFirstPaintAfterLoadTime"))]
- ChromeLoadTimesFirstPaintAfterLoadTime,
- ///
- /// ChromeLoadTimesWasAlternateProtocolAvailable
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ChromeLoadTimesWasAlternateProtocolAvailable"))]
- ChromeLoadTimesWasAlternateProtocolAvailable,
- ///
- /// CookieWithTruncatingChar
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CookieWithTruncatingChar"))]
- CookieWithTruncatingChar,
- ///
- /// CrossOriginAccessBasedOnDocumentDomain
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CrossOriginAccessBasedOnDocumentDomain"))]
- CrossOriginAccessBasedOnDocumentDomain,
- ///
- /// CrossOriginWindowAlert
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CrossOriginWindowAlert"))]
- CrossOriginWindowAlert,
- ///
- /// CrossOriginWindowConfirm
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CrossOriginWindowConfirm"))]
- CrossOriginWindowConfirm,
- ///
- /// CSSSelectorInternalMediaControlsOverlayCastButton
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CSSSelectorInternalMediaControlsOverlayCastButton"))]
- CSSSelectorInternalMediaControlsOverlayCastButton,
- ///
- /// DeprecationExample
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("DeprecationExample"))]
- DeprecationExample,
- ///
- /// DocumentDomainSettingWithoutOriginAgentClusterHeader
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("DocumentDomainSettingWithoutOriginAgentClusterHeader"))]
- DocumentDomainSettingWithoutOriginAgentClusterHeader,
- ///
- /// EventPath
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EventPath"))]
- EventPath,
- ///
- /// ExpectCTHeader
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ExpectCTHeader"))]
- ExpectCTHeader,
- ///
- /// GeolocationInsecureOrigin
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("GeolocationInsecureOrigin"))]
- GeolocationInsecureOrigin,
- ///
- /// GeolocationInsecureOriginDeprecatedNotRemoved
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("GeolocationInsecureOriginDeprecatedNotRemoved"))]
- GeolocationInsecureOriginDeprecatedNotRemoved,
- ///
- /// GetUserMediaInsecureOrigin
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("GetUserMediaInsecureOrigin"))]
- GetUserMediaInsecureOrigin,
- ///
- /// HostCandidateAttributeGetter
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("HostCandidateAttributeGetter"))]
- HostCandidateAttributeGetter,
- ///
- /// IdentityInCanMakePaymentEvent
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("IdentityInCanMakePaymentEvent"))]
- IdentityInCanMakePaymentEvent,
- ///
- /// InsecurePrivateNetworkSubresourceRequest
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InsecurePrivateNetworkSubresourceRequest"))]
- InsecurePrivateNetworkSubresourceRequest,
- ///
- /// LocalCSSFileExtensionRejected
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("LocalCSSFileExtensionRejected"))]
- LocalCSSFileExtensionRejected,
- ///
- /// MediaSourceAbortRemove
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("MediaSourceAbortRemove"))]
- MediaSourceAbortRemove,
- ///
- /// MediaSourceDurationTruncatingBuffered
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("MediaSourceDurationTruncatingBuffered"))]
- MediaSourceDurationTruncatingBuffered,
- ///
- /// NoSysexWebMIDIWithoutPermission
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NoSysexWebMIDIWithoutPermission"))]
- NoSysexWebMIDIWithoutPermission,
- ///
- /// NotificationInsecureOrigin
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NotificationInsecureOrigin"))]
- NotificationInsecureOrigin,
- ///
- /// NotificationPermissionRequestedIframe
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NotificationPermissionRequestedIframe"))]
- NotificationPermissionRequestedIframe,
- ///
- /// ObsoleteCreateImageBitmapImageOrientationNone
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ObsoleteCreateImageBitmapImageOrientationNone"))]
- ObsoleteCreateImageBitmapImageOrientationNone,
- ///
- /// ObsoleteWebRtcCipherSuite
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ObsoleteWebRtcCipherSuite"))]
- ObsoleteWebRtcCipherSuite,
- ///
- /// OpenWebDatabaseInsecureContext
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("OpenWebDatabaseInsecureContext"))]
- OpenWebDatabaseInsecureContext,
- ///
- /// OverflowVisibleOnReplacedElement
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("OverflowVisibleOnReplacedElement"))]
- OverflowVisibleOnReplacedElement,
- ///
- /// PaymentInstruments
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PaymentInstruments"))]
- PaymentInstruments,
- ///
- /// PaymentRequestCSPViolation
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PaymentRequestCSPViolation"))]
- PaymentRequestCSPViolation,
- ///
- /// PersistentQuotaType
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PersistentQuotaType"))]
- PersistentQuotaType,
- ///
- /// PictureSourceSrc
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PictureSourceSrc"))]
- PictureSourceSrc,
- ///
- /// PrefixedCancelAnimationFrame
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PrefixedCancelAnimationFrame"))]
- PrefixedCancelAnimationFrame,
- ///
- /// PrefixedRequestAnimationFrame
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PrefixedRequestAnimationFrame"))]
- PrefixedRequestAnimationFrame,
- ///
- /// PrefixedStorageInfo
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PrefixedStorageInfo"))]
- PrefixedStorageInfo,
- ///
- /// PrefixedVideoDisplayingFullscreen
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PrefixedVideoDisplayingFullscreen"))]
- PrefixedVideoDisplayingFullscreen,
- ///
- /// PrefixedVideoEnterFullscreen
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PrefixedVideoEnterFullscreen"))]
- PrefixedVideoEnterFullscreen,
- ///
- /// PrefixedVideoEnterFullScreen
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PrefixedVideoEnterFullScreen"))]
- PrefixedVideoEnterFullScreen,
- ///
- /// PrefixedVideoExitFullscreen
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PrefixedVideoExitFullscreen"))]
- PrefixedVideoExitFullscreen,
- ///
- /// PrefixedVideoExitFullScreen
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PrefixedVideoExitFullScreen"))]
- PrefixedVideoExitFullScreen,
- ///
- /// PrefixedVideoSupportsFullscreen
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PrefixedVideoSupportsFullscreen"))]
- PrefixedVideoSupportsFullscreen,
- ///
- /// PrivacySandboxExtensionsAPI
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PrivacySandboxExtensionsAPI"))]
- PrivacySandboxExtensionsAPI,
- ///
- /// RangeExpand
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RangeExpand"))]
- RangeExpand,
- ///
- /// RequestedSubresourceWithEmbeddedCredentials
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RequestedSubresourceWithEmbeddedCredentials"))]
- RequestedSubresourceWithEmbeddedCredentials,
- ///
- /// RTCConstraintEnableDtlsSrtpFalse
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RTCConstraintEnableDtlsSrtpFalse"))]
- RTCConstraintEnableDtlsSrtpFalse,
- ///
- /// RTCConstraintEnableDtlsSrtpTrue
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RTCConstraintEnableDtlsSrtpTrue"))]
- RTCConstraintEnableDtlsSrtpTrue,
- ///
- /// RTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics"))]
- RTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics,
- ///
- /// RTCPeerConnectionSdpSemanticsPlanB
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RTCPeerConnectionSdpSemanticsPlanB"))]
- RTCPeerConnectionSdpSemanticsPlanB,
- ///
- /// RtcpMuxPolicyNegotiate
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RtcpMuxPolicyNegotiate"))]
- RtcpMuxPolicyNegotiate,
- ///
- /// SharedArrayBufferConstructedWithoutIsolation
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SharedArrayBufferConstructedWithoutIsolation"))]
- SharedArrayBufferConstructedWithoutIsolation,
- ///
- /// TextToSpeech_DisallowedByAutoplay
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("TextToSpeech_DisallowedByAutoplay"))]
- TextToSpeechDisallowedByAutoplay,
- ///
- /// V8SharedArrayBufferConstructedInExtensionWithoutIsolation
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("V8SharedArrayBufferConstructedInExtensionWithoutIsolation"))]
- V8SharedArrayBufferConstructedInExtensionWithoutIsolation,
- ///
- /// XHRJSONEncodingDetection
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("XHRJSONEncodingDetection"))]
- XHRJSONEncodingDetection,
- ///
- /// XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload"))]
- XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload,
- ///
- /// XRSupportsSession
- ///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("XRSupportsSession"))]
- XRSupportsSession
- }
-
///
/// This issue tracks information needed to print a deprecation message.
/// https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/frame/third_party/blink/renderer/core/frame/deprecation/README.md
@@ -3147,7 +2882,7 @@ public partial class DeprecationIssueDetails : CefSharp.DevTools.DevToolsDomainE
///
/// AffectedFrame
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("affectedFrame"), IsRequired = (false))]
+ [DataMember(Name = ("affectedFrame"), IsRequired = (false))]
public CefSharp.DevTools.Audits.AffectedFrame AffectedFrame
{
get;
@@ -3157,7 +2892,7 @@ public CefSharp.DevTools.Audits.AffectedFrame AffectedFrame
///
/// SourceCodeLocation
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sourceCodeLocation"), IsRequired = (true))]
+ [DataMember(Name = ("sourceCodeLocation"), IsRequired = (true))]
public CefSharp.DevTools.Audits.SourceCodeLocation SourceCodeLocation
{
get;
@@ -3165,26 +2900,10 @@ public CefSharp.DevTools.Audits.SourceCodeLocation SourceCodeLocation
}
///
- /// Type
+ /// One of the deprecation names from third_party/blink/renderer/core/frame/deprecation/deprecation.json5
///
- public CefSharp.DevTools.Audits.DeprecationIssueType Type
- {
- get
- {
- return (CefSharp.DevTools.Audits.DeprecationIssueType)(StringToEnum(typeof(CefSharp.DevTools.Audits.DeprecationIssueType), type));
- }
-
- set
- {
- this.type = (EnumToString(value));
- }
- }
-
- ///
- /// Type
- ///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
- internal string type
+ [DataMember(Name = ("type"), IsRequired = (true))]
+ public string Type
{
get;
set;
@@ -3199,12 +2918,12 @@ public enum ClientHintIssueReason
///
/// MetaTagAllowListInvalidOrigin
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("MetaTagAllowListInvalidOrigin"))]
+ [EnumMember(Value = ("MetaTagAllowListInvalidOrigin"))]
MetaTagAllowListInvalidOrigin,
///
/// MetaTagModifiedHTML
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("MetaTagModifiedHTML"))]
+ [EnumMember(Value = ("MetaTagModifiedHTML"))]
MetaTagModifiedHTML
}
@@ -3233,7 +2952,7 @@ public CefSharp.DevTools.Audits.FederatedAuthRequestIssueReason FederatedAuthReq
///
/// FederatedAuthRequestIssueReason
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("federatedAuthRequestIssueReason"), IsRequired = (true))]
+ [DataMember(Name = ("federatedAuthRequestIssueReason"), IsRequired = (true))]
internal string federatedAuthRequestIssueReason
{
get;
@@ -3252,142 +2971,142 @@ public enum FederatedAuthRequestIssueReason
///
/// ShouldEmbargo
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ShouldEmbargo"))]
+ [EnumMember(Value = ("ShouldEmbargo"))]
ShouldEmbargo,
///
/// TooManyRequests
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("TooManyRequests"))]
+ [EnumMember(Value = ("TooManyRequests"))]
TooManyRequests,
///
/// WellKnownHttpNotFound
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WellKnownHttpNotFound"))]
+ [EnumMember(Value = ("WellKnownHttpNotFound"))]
WellKnownHttpNotFound,
///
/// WellKnownNoResponse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WellKnownNoResponse"))]
+ [EnumMember(Value = ("WellKnownNoResponse"))]
WellKnownNoResponse,
///
/// WellKnownInvalidResponse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WellKnownInvalidResponse"))]
+ [EnumMember(Value = ("WellKnownInvalidResponse"))]
WellKnownInvalidResponse,
///
/// WellKnownListEmpty
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WellKnownListEmpty"))]
+ [EnumMember(Value = ("WellKnownListEmpty"))]
WellKnownListEmpty,
///
/// ConfigNotInWellKnown
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ConfigNotInWellKnown"))]
+ [EnumMember(Value = ("ConfigNotInWellKnown"))]
ConfigNotInWellKnown,
///
/// WellKnownTooBig
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WellKnownTooBig"))]
+ [EnumMember(Value = ("WellKnownTooBig"))]
WellKnownTooBig,
///
/// ConfigHttpNotFound
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ConfigHttpNotFound"))]
+ [EnumMember(Value = ("ConfigHttpNotFound"))]
ConfigHttpNotFound,
///
/// ConfigNoResponse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ConfigNoResponse"))]
+ [EnumMember(Value = ("ConfigNoResponse"))]
ConfigNoResponse,
///
/// ConfigInvalidResponse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ConfigInvalidResponse"))]
+ [EnumMember(Value = ("ConfigInvalidResponse"))]
ConfigInvalidResponse,
///
/// ClientMetadataHttpNotFound
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ClientMetadataHttpNotFound"))]
+ [EnumMember(Value = ("ClientMetadataHttpNotFound"))]
ClientMetadataHttpNotFound,
///
/// ClientMetadataNoResponse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ClientMetadataNoResponse"))]
+ [EnumMember(Value = ("ClientMetadataNoResponse"))]
ClientMetadataNoResponse,
///
/// ClientMetadataInvalidResponse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ClientMetadataInvalidResponse"))]
+ [EnumMember(Value = ("ClientMetadataInvalidResponse"))]
ClientMetadataInvalidResponse,
///
/// DisabledInSettings
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("DisabledInSettings"))]
+ [EnumMember(Value = ("DisabledInSettings"))]
DisabledInSettings,
///
/// ErrorFetchingSignin
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ErrorFetchingSignin"))]
+ [EnumMember(Value = ("ErrorFetchingSignin"))]
ErrorFetchingSignin,
///
/// InvalidSigninResponse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InvalidSigninResponse"))]
+ [EnumMember(Value = ("InvalidSigninResponse"))]
InvalidSigninResponse,
///
/// AccountsHttpNotFound
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("AccountsHttpNotFound"))]
+ [EnumMember(Value = ("AccountsHttpNotFound"))]
AccountsHttpNotFound,
///
/// AccountsNoResponse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("AccountsNoResponse"))]
+ [EnumMember(Value = ("AccountsNoResponse"))]
AccountsNoResponse,
///
/// AccountsInvalidResponse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("AccountsInvalidResponse"))]
+ [EnumMember(Value = ("AccountsInvalidResponse"))]
AccountsInvalidResponse,
///
/// AccountsListEmpty
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("AccountsListEmpty"))]
+ [EnumMember(Value = ("AccountsListEmpty"))]
AccountsListEmpty,
///
/// IdTokenHttpNotFound
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("IdTokenHttpNotFound"))]
+ [EnumMember(Value = ("IdTokenHttpNotFound"))]
IdTokenHttpNotFound,
///
/// IdTokenNoResponse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("IdTokenNoResponse"))]
+ [EnumMember(Value = ("IdTokenNoResponse"))]
IdTokenNoResponse,
///
/// IdTokenInvalidResponse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("IdTokenInvalidResponse"))]
+ [EnumMember(Value = ("IdTokenInvalidResponse"))]
IdTokenInvalidResponse,
///
/// IdTokenInvalidRequest
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("IdTokenInvalidRequest"))]
+ [EnumMember(Value = ("IdTokenInvalidRequest"))]
IdTokenInvalidRequest,
///
/// ErrorIdToken
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ErrorIdToken"))]
+ [EnumMember(Value = ("ErrorIdToken"))]
ErrorIdToken,
///
/// Canceled
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Canceled"))]
+ [EnumMember(Value = ("Canceled"))]
Canceled,
///
/// RpPageNotVisible
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RpPageNotVisible"))]
+ [EnumMember(Value = ("RpPageNotVisible"))]
RpPageNotVisible
}
@@ -3401,7 +3120,7 @@ public partial class ClientHintIssueDetails : CefSharp.DevTools.DevToolsDomainEn
///
/// SourceCodeLocation
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sourceCodeLocation"), IsRequired = (true))]
+ [DataMember(Name = ("sourceCodeLocation"), IsRequired = (true))]
public CefSharp.DevTools.Audits.SourceCodeLocation SourceCodeLocation
{
get;
@@ -3427,7 +3146,7 @@ public CefSharp.DevTools.Audits.ClientHintIssueReason ClientHintIssueReason
///
/// ClientHintIssueReason
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("clientHintIssueReason"), IsRequired = (true))]
+ [DataMember(Name = ("clientHintIssueReason"), IsRequired = (true))]
internal string clientHintIssueReason
{
get;
@@ -3445,82 +3164,82 @@ public enum InspectorIssueCode
///
/// CookieIssue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CookieIssue"))]
+ [EnumMember(Value = ("CookieIssue"))]
CookieIssue,
///
/// MixedContentIssue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("MixedContentIssue"))]
+ [EnumMember(Value = ("MixedContentIssue"))]
MixedContentIssue,
///
/// BlockedByResponseIssue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("BlockedByResponseIssue"))]
+ [EnumMember(Value = ("BlockedByResponseIssue"))]
BlockedByResponseIssue,
///
/// HeavyAdIssue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("HeavyAdIssue"))]
+ [EnumMember(Value = ("HeavyAdIssue"))]
HeavyAdIssue,
///
/// ContentSecurityPolicyIssue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ContentSecurityPolicyIssue"))]
+ [EnumMember(Value = ("ContentSecurityPolicyIssue"))]
ContentSecurityPolicyIssue,
///
/// SharedArrayBufferIssue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SharedArrayBufferIssue"))]
+ [EnumMember(Value = ("SharedArrayBufferIssue"))]
SharedArrayBufferIssue,
///
/// TrustedWebActivityIssue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("TrustedWebActivityIssue"))]
+ [EnumMember(Value = ("TrustedWebActivityIssue"))]
TrustedWebActivityIssue,
///
/// LowTextContrastIssue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("LowTextContrastIssue"))]
+ [EnumMember(Value = ("LowTextContrastIssue"))]
LowTextContrastIssue,
///
/// CorsIssue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CorsIssue"))]
+ [EnumMember(Value = ("CorsIssue"))]
CorsIssue,
///
/// AttributionReportingIssue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("AttributionReportingIssue"))]
+ [EnumMember(Value = ("AttributionReportingIssue"))]
AttributionReportingIssue,
///
/// QuirksModeIssue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("QuirksModeIssue"))]
+ [EnumMember(Value = ("QuirksModeIssue"))]
QuirksModeIssue,
///
/// NavigatorUserAgentIssue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NavigatorUserAgentIssue"))]
+ [EnumMember(Value = ("NavigatorUserAgentIssue"))]
NavigatorUserAgentIssue,
///
/// GenericIssue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("GenericIssue"))]
+ [EnumMember(Value = ("GenericIssue"))]
GenericIssue,
///
/// DeprecationIssue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("DeprecationIssue"))]
+ [EnumMember(Value = ("DeprecationIssue"))]
DeprecationIssue,
///
/// ClientHintIssue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ClientHintIssue"))]
+ [EnumMember(Value = ("ClientHintIssue"))]
ClientHintIssue,
///
/// FederatedAuthRequestIssue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("FederatedAuthRequestIssue"))]
+ [EnumMember(Value = ("FederatedAuthRequestIssue"))]
FederatedAuthRequestIssue
}
@@ -3535,7 +3254,7 @@ public partial class InspectorIssueDetails : CefSharp.DevTools.DevToolsDomainEnt
///
/// CookieIssueDetails
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cookieIssueDetails"), IsRequired = (false))]
+ [DataMember(Name = ("cookieIssueDetails"), IsRequired = (false))]
public CefSharp.DevTools.Audits.CookieIssueDetails CookieIssueDetails
{
get;
@@ -3545,7 +3264,7 @@ public CefSharp.DevTools.Audits.CookieIssueDetails CookieIssueDetails
///
/// MixedContentIssueDetails
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("mixedContentIssueDetails"), IsRequired = (false))]
+ [DataMember(Name = ("mixedContentIssueDetails"), IsRequired = (false))]
public CefSharp.DevTools.Audits.MixedContentIssueDetails MixedContentIssueDetails
{
get;
@@ -3555,7 +3274,7 @@ public CefSharp.DevTools.Audits.MixedContentIssueDetails MixedContentIssueDetail
///
/// BlockedByResponseIssueDetails
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("blockedByResponseIssueDetails"), IsRequired = (false))]
+ [DataMember(Name = ("blockedByResponseIssueDetails"), IsRequired = (false))]
public CefSharp.DevTools.Audits.BlockedByResponseIssueDetails BlockedByResponseIssueDetails
{
get;
@@ -3565,7 +3284,7 @@ public CefSharp.DevTools.Audits.BlockedByResponseIssueDetails BlockedByResponseI
///
/// HeavyAdIssueDetails
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("heavyAdIssueDetails"), IsRequired = (false))]
+ [DataMember(Name = ("heavyAdIssueDetails"), IsRequired = (false))]
public CefSharp.DevTools.Audits.HeavyAdIssueDetails HeavyAdIssueDetails
{
get;
@@ -3575,7 +3294,7 @@ public CefSharp.DevTools.Audits.HeavyAdIssueDetails HeavyAdIssueDetails
///
/// ContentSecurityPolicyIssueDetails
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("contentSecurityPolicyIssueDetails"), IsRequired = (false))]
+ [DataMember(Name = ("contentSecurityPolicyIssueDetails"), IsRequired = (false))]
public CefSharp.DevTools.Audits.ContentSecurityPolicyIssueDetails ContentSecurityPolicyIssueDetails
{
get;
@@ -3585,7 +3304,7 @@ public CefSharp.DevTools.Audits.ContentSecurityPolicyIssueDetails ContentSecurit
///
/// SharedArrayBufferIssueDetails
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sharedArrayBufferIssueDetails"), IsRequired = (false))]
+ [DataMember(Name = ("sharedArrayBufferIssueDetails"), IsRequired = (false))]
public CefSharp.DevTools.Audits.SharedArrayBufferIssueDetails SharedArrayBufferIssueDetails
{
get;
@@ -3595,7 +3314,7 @@ public CefSharp.DevTools.Audits.SharedArrayBufferIssueDetails SharedArrayBufferI
///
/// TwaQualityEnforcementDetails
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("twaQualityEnforcementDetails"), IsRequired = (false))]
+ [DataMember(Name = ("twaQualityEnforcementDetails"), IsRequired = (false))]
public CefSharp.DevTools.Audits.TrustedWebActivityIssueDetails TwaQualityEnforcementDetails
{
get;
@@ -3605,7 +3324,7 @@ public CefSharp.DevTools.Audits.TrustedWebActivityIssueDetails TwaQualityEnforce
///
/// LowTextContrastIssueDetails
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("lowTextContrastIssueDetails"), IsRequired = (false))]
+ [DataMember(Name = ("lowTextContrastIssueDetails"), IsRequired = (false))]
public CefSharp.DevTools.Audits.LowTextContrastIssueDetails LowTextContrastIssueDetails
{
get;
@@ -3615,7 +3334,7 @@ public CefSharp.DevTools.Audits.LowTextContrastIssueDetails LowTextContrastIssue
///
/// CorsIssueDetails
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("corsIssueDetails"), IsRequired = (false))]
+ [DataMember(Name = ("corsIssueDetails"), IsRequired = (false))]
public CefSharp.DevTools.Audits.CorsIssueDetails CorsIssueDetails
{
get;
@@ -3625,7 +3344,7 @@ public CefSharp.DevTools.Audits.CorsIssueDetails CorsIssueDetails
///
/// AttributionReportingIssueDetails
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("attributionReportingIssueDetails"), IsRequired = (false))]
+ [DataMember(Name = ("attributionReportingIssueDetails"), IsRequired = (false))]
public CefSharp.DevTools.Audits.AttributionReportingIssueDetails AttributionReportingIssueDetails
{
get;
@@ -3635,7 +3354,7 @@ public CefSharp.DevTools.Audits.AttributionReportingIssueDetails AttributionRepo
///
/// QuirksModeIssueDetails
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("quirksModeIssueDetails"), IsRequired = (false))]
+ [DataMember(Name = ("quirksModeIssueDetails"), IsRequired = (false))]
public CefSharp.DevTools.Audits.QuirksModeIssueDetails QuirksModeIssueDetails
{
get;
@@ -3645,7 +3364,7 @@ public CefSharp.DevTools.Audits.QuirksModeIssueDetails QuirksModeIssueDetails
///
/// NavigatorUserAgentIssueDetails
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("navigatorUserAgentIssueDetails"), IsRequired = (false))]
+ [DataMember(Name = ("navigatorUserAgentIssueDetails"), IsRequired = (false))]
public CefSharp.DevTools.Audits.NavigatorUserAgentIssueDetails NavigatorUserAgentIssueDetails
{
get;
@@ -3655,7 +3374,7 @@ public CefSharp.DevTools.Audits.NavigatorUserAgentIssueDetails NavigatorUserAgen
///
/// GenericIssueDetails
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("genericIssueDetails"), IsRequired = (false))]
+ [DataMember(Name = ("genericIssueDetails"), IsRequired = (false))]
public CefSharp.DevTools.Audits.GenericIssueDetails GenericIssueDetails
{
get;
@@ -3665,7 +3384,7 @@ public CefSharp.DevTools.Audits.GenericIssueDetails GenericIssueDetails
///
/// DeprecationIssueDetails
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("deprecationIssueDetails"), IsRequired = (false))]
+ [DataMember(Name = ("deprecationIssueDetails"), IsRequired = (false))]
public CefSharp.DevTools.Audits.DeprecationIssueDetails DeprecationIssueDetails
{
get;
@@ -3675,7 +3394,7 @@ public CefSharp.DevTools.Audits.DeprecationIssueDetails DeprecationIssueDetails
///
/// ClientHintIssueDetails
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("clientHintIssueDetails"), IsRequired = (false))]
+ [DataMember(Name = ("clientHintIssueDetails"), IsRequired = (false))]
public CefSharp.DevTools.Audits.ClientHintIssueDetails ClientHintIssueDetails
{
get;
@@ -3685,7 +3404,7 @@ public CefSharp.DevTools.Audits.ClientHintIssueDetails ClientHintIssueDetails
///
/// FederatedAuthRequestIssueDetails
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("federatedAuthRequestIssueDetails"), IsRequired = (false))]
+ [DataMember(Name = ("federatedAuthRequestIssueDetails"), IsRequired = (false))]
public CefSharp.DevTools.Audits.FederatedAuthRequestIssueDetails FederatedAuthRequestIssueDetails
{
get;
@@ -3718,7 +3437,7 @@ public CefSharp.DevTools.Audits.InspectorIssueCode Code
///
/// Code
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("code"), IsRequired = (true))]
+ [DataMember(Name = ("code"), IsRequired = (true))]
internal string code
{
get;
@@ -3728,7 +3447,7 @@ internal string code
///
/// Details
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("details"), IsRequired = (true))]
+ [DataMember(Name = ("details"), IsRequired = (true))]
public CefSharp.DevTools.Audits.InspectorIssueDetails Details
{
get;
@@ -3739,7 +3458,7 @@ public CefSharp.DevTools.Audits.InspectorIssueDetails Details
/// A unique id for this issue. May be omitted if no other entity (e.g.
/// exception, CDP message, etc.) is referencing this issue.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("issueId"), IsRequired = (false))]
+ [DataMember(Name = ("issueId"), IsRequired = (false))]
public string IssueId
{
get;
@@ -3756,7 +3475,7 @@ public class IssueAddedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsBase
///
/// Issue
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("issue"), IsRequired = (true))]
+ [DataMember(Name = ("issue"), IsRequired = (true))]
public CefSharp.DevTools.Audits.InspectorIssue Issue
{
get;
@@ -3777,32 +3496,32 @@ public enum ServiceName
///
/// backgroundFetch
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("backgroundFetch"))]
+ [EnumMember(Value = ("backgroundFetch"))]
BackgroundFetch,
///
/// backgroundSync
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("backgroundSync"))]
+ [EnumMember(Value = ("backgroundSync"))]
BackgroundSync,
///
/// pushMessaging
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("pushMessaging"))]
+ [EnumMember(Value = ("pushMessaging"))]
PushMessaging,
///
/// notifications
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("notifications"))]
+ [EnumMember(Value = ("notifications"))]
Notifications,
///
/// paymentHandler
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("paymentHandler"))]
+ [EnumMember(Value = ("paymentHandler"))]
PaymentHandler,
///
/// periodicBackgroundSync
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("periodicBackgroundSync"))]
+ [EnumMember(Value = ("periodicBackgroundSync"))]
PeriodicBackgroundSync
}
@@ -3815,7 +3534,7 @@ public partial class EventMetadata : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Key
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("key"), IsRequired = (true))]
+ [DataMember(Name = ("key"), IsRequired = (true))]
public string Key
{
get;
@@ -3825,7 +3544,7 @@ public string Key
///
/// Value
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public string Value
{
get;
@@ -3842,7 +3561,7 @@ public partial class BackgroundServiceEvent : CefSharp.DevTools.DevToolsDomainEn
///
/// Timestamp of the event (in seconds).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -3852,7 +3571,7 @@ public double Timestamp
///
/// The origin this event belongs to.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("origin"), IsRequired = (true))]
+ [DataMember(Name = ("origin"), IsRequired = (true))]
public string Origin
{
get;
@@ -3862,7 +3581,7 @@ public string Origin
///
/// The Service Worker ID that initiated the event.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("serviceWorkerRegistrationId"), IsRequired = (true))]
+ [DataMember(Name = ("serviceWorkerRegistrationId"), IsRequired = (true))]
public string ServiceWorkerRegistrationId
{
get;
@@ -3888,7 +3607,7 @@ public CefSharp.DevTools.BackgroundService.ServiceName Service
///
/// The Background Service this event belongs to.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("service"), IsRequired = (true))]
+ [DataMember(Name = ("service"), IsRequired = (true))]
internal string service
{
get;
@@ -3898,7 +3617,7 @@ internal string service
///
/// A description of the event.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("eventName"), IsRequired = (true))]
+ [DataMember(Name = ("eventName"), IsRequired = (true))]
public string EventName
{
get;
@@ -3908,7 +3627,7 @@ public string EventName
///
/// An identifier that groups related events together.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("instanceId"), IsRequired = (true))]
+ [DataMember(Name = ("instanceId"), IsRequired = (true))]
public string InstanceId
{
get;
@@ -3918,7 +3637,7 @@ public string InstanceId
///
/// A list of event-specific information.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("eventMetadata"), IsRequired = (true))]
+ [DataMember(Name = ("eventMetadata"), IsRequired = (true))]
public System.Collections.Generic.IList EventMetadata
{
get;
@@ -3928,7 +3647,7 @@ public System.Collections.Generic.IList
/// Storage key this event belongs to.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("storageKey"), IsRequired = (true))]
+ [DataMember(Name = ("storageKey"), IsRequired = (true))]
public string StorageKey
{
get;
@@ -3945,7 +3664,7 @@ public class RecordingStateChangedEventArgs : CefSharp.DevTools.DevToolsDomainEv
///
/// IsRecording
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isRecording"), IsRequired = (true))]
+ [DataMember(Name = ("isRecording"), IsRequired = (true))]
public bool IsRecording
{
get;
@@ -3971,7 +3690,7 @@ public CefSharp.DevTools.BackgroundService.ServiceName Service
///
/// Service
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("service"), IsRequired = (true))]
+ [DataMember(Name = ("service"), IsRequired = (true))]
internal string service
{
get;
@@ -3989,7 +3708,7 @@ public class BackgroundServiceEventReceivedEventArgs : CefSharp.DevTools.DevTool
///
/// BackgroundServiceEvent
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("backgroundServiceEvent"), IsRequired = (true))]
+ [DataMember(Name = ("backgroundServiceEvent"), IsRequired = (true))]
public CefSharp.DevTools.BackgroundService.BackgroundServiceEvent BackgroundServiceEvent
{
get;
@@ -4008,22 +3727,22 @@ public enum WindowState
///
/// normal
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("normal"))]
+ [EnumMember(Value = ("normal"))]
Normal,
///
/// minimized
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("minimized"))]
+ [EnumMember(Value = ("minimized"))]
Minimized,
///
/// maximized
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("maximized"))]
+ [EnumMember(Value = ("maximized"))]
Maximized,
///
/// fullscreen
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("fullscreen"))]
+ [EnumMember(Value = ("fullscreen"))]
Fullscreen
}
@@ -4036,7 +3755,7 @@ public partial class Bounds : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// The offset from the left edge of the screen to the window in pixels.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("left"), IsRequired = (false))]
+ [DataMember(Name = ("left"), IsRequired = (false))]
public int? Left
{
get;
@@ -4046,7 +3765,7 @@ public int? Left
///
/// The offset from the top edge of the screen to the window in pixels.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("top"), IsRequired = (false))]
+ [DataMember(Name = ("top"), IsRequired = (false))]
public int? Top
{
get;
@@ -4056,7 +3775,7 @@ public int? Top
///
/// The window width in pixels.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("width"), IsRequired = (false))]
+ [DataMember(Name = ("width"), IsRequired = (false))]
public int? Width
{
get;
@@ -4066,7 +3785,7 @@ public int? Width
///
/// The window height in pixels.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("height"), IsRequired = (false))]
+ [DataMember(Name = ("height"), IsRequired = (false))]
public int? Height
{
get;
@@ -4092,7 +3811,7 @@ public CefSharp.DevTools.Browser.WindowState? WindowState
///
/// The window state. Default to normal.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("windowState"), IsRequired = (false))]
+ [DataMember(Name = ("windowState"), IsRequired = (false))]
internal string windowState
{
get;
@@ -4108,137 +3827,137 @@ public enum PermissionType
///
/// accessibilityEvents
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("accessibilityEvents"))]
+ [EnumMember(Value = ("accessibilityEvents"))]
AccessibilityEvents,
///
/// audioCapture
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("audioCapture"))]
+ [EnumMember(Value = ("audioCapture"))]
AudioCapture,
///
/// backgroundSync
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("backgroundSync"))]
+ [EnumMember(Value = ("backgroundSync"))]
BackgroundSync,
///
/// backgroundFetch
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("backgroundFetch"))]
+ [EnumMember(Value = ("backgroundFetch"))]
BackgroundFetch,
///
/// clipboardReadWrite
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("clipboardReadWrite"))]
+ [EnumMember(Value = ("clipboardReadWrite"))]
ClipboardReadWrite,
///
/// clipboardSanitizedWrite
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("clipboardSanitizedWrite"))]
+ [EnumMember(Value = ("clipboardSanitizedWrite"))]
ClipboardSanitizedWrite,
///
/// displayCapture
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("displayCapture"))]
+ [EnumMember(Value = ("displayCapture"))]
DisplayCapture,
///
/// durableStorage
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("durableStorage"))]
+ [EnumMember(Value = ("durableStorage"))]
DurableStorage,
///
/// flash
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("flash"))]
+ [EnumMember(Value = ("flash"))]
Flash,
///
/// geolocation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("geolocation"))]
+ [EnumMember(Value = ("geolocation"))]
Geolocation,
///
/// idleDetection
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("idleDetection"))]
+ [EnumMember(Value = ("idleDetection"))]
IdleDetection,
///
/// localFonts
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("localFonts"))]
+ [EnumMember(Value = ("localFonts"))]
LocalFonts,
///
/// midi
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("midi"))]
+ [EnumMember(Value = ("midi"))]
Midi,
///
/// midiSysex
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("midiSysex"))]
+ [EnumMember(Value = ("midiSysex"))]
MidiSysex,
///
/// nfc
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("nfc"))]
+ [EnumMember(Value = ("nfc"))]
Nfc,
///
/// notifications
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("notifications"))]
+ [EnumMember(Value = ("notifications"))]
Notifications,
///
/// paymentHandler
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("paymentHandler"))]
+ [EnumMember(Value = ("paymentHandler"))]
PaymentHandler,
///
/// periodicBackgroundSync
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("periodicBackgroundSync"))]
+ [EnumMember(Value = ("periodicBackgroundSync"))]
PeriodicBackgroundSync,
///
/// protectedMediaIdentifier
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("protectedMediaIdentifier"))]
+ [EnumMember(Value = ("protectedMediaIdentifier"))]
ProtectedMediaIdentifier,
///
/// sensors
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("sensors"))]
+ [EnumMember(Value = ("sensors"))]
Sensors,
///
/// storageAccess
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("storageAccess"))]
+ [EnumMember(Value = ("storageAccess"))]
StorageAccess,
///
/// topLevelStorageAccess
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("topLevelStorageAccess"))]
+ [EnumMember(Value = ("topLevelStorageAccess"))]
TopLevelStorageAccess,
///
/// videoCapture
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("videoCapture"))]
+ [EnumMember(Value = ("videoCapture"))]
VideoCapture,
///
/// videoCapturePanTiltZoom
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("videoCapturePanTiltZoom"))]
+ [EnumMember(Value = ("videoCapturePanTiltZoom"))]
VideoCapturePanTiltZoom,
///
/// wakeLockScreen
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("wakeLockScreen"))]
+ [EnumMember(Value = ("wakeLockScreen"))]
WakeLockScreen,
///
/// wakeLockSystem
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("wakeLockSystem"))]
+ [EnumMember(Value = ("wakeLockSystem"))]
WakeLockSystem,
///
/// windowManagement
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("windowManagement"))]
+ [EnumMember(Value = ("windowManagement"))]
WindowManagement
}
@@ -4250,17 +3969,17 @@ public enum PermissionSetting
///
/// granted
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("granted"))]
+ [EnumMember(Value = ("granted"))]
Granted,
///
/// denied
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("denied"))]
+ [EnumMember(Value = ("denied"))]
Denied,
///
/// prompt
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("prompt"))]
+ [EnumMember(Value = ("prompt"))]
Prompt
}
@@ -4275,7 +3994,7 @@ public partial class PermissionDescriptor : CefSharp.DevTools.DevToolsDomainEnti
/// Name of permission.
/// See https://cs.chromium.org/chromium/src/third_party/blink/renderer/modules/permissions/permission_descriptor.idl for valid permission names.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -4285,7 +4004,7 @@ public string Name
///
/// For "midi" permission, may also specify sysex control.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sysex"), IsRequired = (false))]
+ [DataMember(Name = ("sysex"), IsRequired = (false))]
public bool? Sysex
{
get;
@@ -4296,7 +4015,7 @@ public bool? Sysex
/// For "push" permission, may specify userVisibleOnly.
/// Note that userVisibleOnly = true is the only currently supported type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("userVisibleOnly"), IsRequired = (false))]
+ [DataMember(Name = ("userVisibleOnly"), IsRequired = (false))]
public bool? UserVisibleOnly
{
get;
@@ -4306,7 +4025,7 @@ public bool? UserVisibleOnly
///
/// For "clipboard" permission, may specify allowWithoutSanitization.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("allowWithoutSanitization"), IsRequired = (false))]
+ [DataMember(Name = ("allowWithoutSanitization"), IsRequired = (false))]
public bool? AllowWithoutSanitization
{
get;
@@ -4316,7 +4035,7 @@ public bool? AllowWithoutSanitization
///
/// For "camera" permission, may specify panTiltZoom.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("panTiltZoom"), IsRequired = (false))]
+ [DataMember(Name = ("panTiltZoom"), IsRequired = (false))]
public bool? PanTiltZoom
{
get;
@@ -4332,12 +4051,12 @@ public enum BrowserCommandId
///
/// openTabSearch
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("openTabSearch"))]
+ [EnumMember(Value = ("openTabSearch"))]
OpenTabSearch,
///
/// closeTabSearch
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("closeTabSearch"))]
+ [EnumMember(Value = ("closeTabSearch"))]
CloseTabSearch
}
@@ -4350,7 +4069,7 @@ public partial class Bucket : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Minimum value (inclusive).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("low"), IsRequired = (true))]
+ [DataMember(Name = ("low"), IsRequired = (true))]
public int Low
{
get;
@@ -4360,7 +4079,7 @@ public int Low
///
/// Maximum value (exclusive).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("high"), IsRequired = (true))]
+ [DataMember(Name = ("high"), IsRequired = (true))]
public int High
{
get;
@@ -4370,7 +4089,7 @@ public int High
///
/// Number of samples.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("count"), IsRequired = (true))]
+ [DataMember(Name = ("count"), IsRequired = (true))]
public int Count
{
get;
@@ -4387,7 +4106,7 @@ public partial class Histogram : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -4397,7 +4116,7 @@ public string Name
///
/// Sum of sample values.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sum"), IsRequired = (true))]
+ [DataMember(Name = ("sum"), IsRequired = (true))]
public int Sum
{
get;
@@ -4407,7 +4126,7 @@ public int Sum
///
/// Total number of samples.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("count"), IsRequired = (true))]
+ [DataMember(Name = ("count"), IsRequired = (true))]
public int Count
{
get;
@@ -4417,7 +4136,7 @@ public int Count
///
/// Buckets.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("buckets"), IsRequired = (true))]
+ [DataMember(Name = ("buckets"), IsRequired = (true))]
public System.Collections.Generic.IList Buckets
{
get;
@@ -4434,7 +4153,7 @@ public class DownloadWillBeginEventArgs : CefSharp.DevTools.DevToolsDomainEventA
///
/// Id of the frame that caused the download to begin.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (true))]
+ [DataMember(Name = ("frameId"), IsRequired = (true))]
public string FrameId
{
get;
@@ -4444,7 +4163,7 @@ public string FrameId
///
/// Global unique identifier of the download.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("guid"), IsRequired = (true))]
+ [DataMember(Name = ("guid"), IsRequired = (true))]
public string Guid
{
get;
@@ -4454,7 +4173,7 @@ public string Guid
///
/// URL of the resource being downloaded.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -4464,7 +4183,7 @@ public string Url
///
/// Suggested file name of the resource (the actual name of the file saved on disk may differ).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("suggestedFilename"), IsRequired = (true))]
+ [DataMember(Name = ("suggestedFilename"), IsRequired = (true))]
public string SuggestedFilename
{
get;
@@ -4480,17 +4199,17 @@ public enum DownloadProgressState
///
/// inProgress
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("inProgress"))]
+ [EnumMember(Value = ("inProgress"))]
InProgress,
///
/// completed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("completed"))]
+ [EnumMember(Value = ("completed"))]
Completed,
///
/// canceled
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("canceled"))]
+ [EnumMember(Value = ("canceled"))]
Canceled
}
@@ -4503,7 +4222,7 @@ public class DownloadProgressEventArgs : CefSharp.DevTools.DevToolsDomainEventAr
///
/// Global unique identifier of the download.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("guid"), IsRequired = (true))]
+ [DataMember(Name = ("guid"), IsRequired = (true))]
public string Guid
{
get;
@@ -4513,7 +4232,7 @@ public string Guid
///
/// Total expected bytes to download.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("totalBytes"), IsRequired = (true))]
+ [DataMember(Name = ("totalBytes"), IsRequired = (true))]
public double TotalBytes
{
get;
@@ -4523,7 +4242,7 @@ public double TotalBytes
///
/// Total bytes received.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("receivedBytes"), IsRequired = (true))]
+ [DataMember(Name = ("receivedBytes"), IsRequired = (true))]
public double ReceivedBytes
{
get;
@@ -4549,7 +4268,7 @@ public CefSharp.DevTools.Browser.DownloadProgressState State
///
/// Download status.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("state"), IsRequired = (true))]
+ [DataMember(Name = ("state"), IsRequired = (true))]
internal string state
{
get;
@@ -4570,22 +4289,22 @@ public enum StyleSheetOrigin
///
/// injected
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("injected"))]
+ [EnumMember(Value = ("injected"))]
Injected,
///
/// user-agent
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("user-agent"))]
+ [EnumMember(Value = ("user-agent"))]
UserAgent,
///
/// inspector
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("inspector"))]
+ [EnumMember(Value = ("inspector"))]
Inspector,
///
/// regular
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("regular"))]
+ [EnumMember(Value = ("regular"))]
Regular
}
@@ -4614,7 +4333,7 @@ public CefSharp.DevTools.DOM.PseudoType PseudoType
///
/// Pseudo element type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pseudoType"), IsRequired = (true))]
+ [DataMember(Name = ("pseudoType"), IsRequired = (true))]
internal string pseudoType
{
get;
@@ -4624,7 +4343,7 @@ internal string pseudoType
///
/// Pseudo element custom ident.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pseudoIdentifier"), IsRequired = (false))]
+ [DataMember(Name = ("pseudoIdentifier"), IsRequired = (false))]
public string PseudoIdentifier
{
get;
@@ -4634,7 +4353,7 @@ public string PseudoIdentifier
///
/// Matches of CSS rules applicable to the pseudo style.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("matches"), IsRequired = (true))]
+ [DataMember(Name = ("matches"), IsRequired = (true))]
public System.Collections.Generic.IList Matches
{
get;
@@ -4651,7 +4370,7 @@ public partial class InheritedStyleEntry : CefSharp.DevTools.DevToolsDomainEntit
///
/// The ancestor node's inline style, if any, in the style inheritance chain.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("inlineStyle"), IsRequired = (false))]
+ [DataMember(Name = ("inlineStyle"), IsRequired = (false))]
public CefSharp.DevTools.CSS.CSSStyle InlineStyle
{
get;
@@ -4661,7 +4380,7 @@ public CefSharp.DevTools.CSS.CSSStyle InlineStyle
///
/// Matches of CSS rules matching the ancestor node in the style inheritance chain.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("matchedCSSRules"), IsRequired = (true))]
+ [DataMember(Name = ("matchedCSSRules"), IsRequired = (true))]
public System.Collections.Generic.IList MatchedCSSRules
{
get;
@@ -4678,7 +4397,7 @@ public partial class InheritedPseudoElementMatches : CefSharp.DevTools.DevToolsD
///
/// Matches of pseudo styles from the pseudos of an ancestor node.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pseudoElements"), IsRequired = (true))]
+ [DataMember(Name = ("pseudoElements"), IsRequired = (true))]
public System.Collections.Generic.IList PseudoElements
{
get;
@@ -4695,7 +4414,7 @@ public partial class RuleMatch : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// CSS rule in the match.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("rule"), IsRequired = (true))]
+ [DataMember(Name = ("rule"), IsRequired = (true))]
public CefSharp.DevTools.CSS.CSSRule Rule
{
get;
@@ -4705,7 +4424,7 @@ public CefSharp.DevTools.CSS.CSSRule Rule
///
/// Matching selector indices in the rule's selectorList selectors (0-based).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("matchingSelectors"), IsRequired = (true))]
+ [DataMember(Name = ("matchingSelectors"), IsRequired = (true))]
public int[] MatchingSelectors
{
get;
@@ -4722,7 +4441,7 @@ public partial class Value : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Value text.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("text"), IsRequired = (true))]
+ [DataMember(Name = ("text"), IsRequired = (true))]
public string Text
{
get;
@@ -4732,7 +4451,7 @@ public string Text
///
/// Value range in the underlying resource (if available).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("range"), IsRequired = (false))]
+ [DataMember(Name = ("range"), IsRequired = (false))]
public CefSharp.DevTools.CSS.SourceRange Range
{
get;
@@ -4749,7 +4468,7 @@ public partial class SelectorList : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Selectors in the list.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("selectors"), IsRequired = (true))]
+ [DataMember(Name = ("selectors"), IsRequired = (true))]
public System.Collections.Generic.IList Selectors
{
get;
@@ -4759,7 +4478,7 @@ public System.Collections.Generic.IList Selectors
///
/// Rule selector text.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("text"), IsRequired = (true))]
+ [DataMember(Name = ("text"), IsRequired = (true))]
public string Text
{
get;
@@ -4776,7 +4495,7 @@ public partial class CSSStyleSheetHeader : CefSharp.DevTools.DevToolsDomainEntit
///
/// The stylesheet identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("styleSheetId"), IsRequired = (true))]
+ [DataMember(Name = ("styleSheetId"), IsRequired = (true))]
public string StyleSheetId
{
get;
@@ -4786,7 +4505,7 @@ public string StyleSheetId
///
/// Owner frame identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (true))]
+ [DataMember(Name = ("frameId"), IsRequired = (true))]
public string FrameId
{
get;
@@ -4798,7 +4517,7 @@ public string FrameId
/// new CSSStyleSheet() (but non-empty if this is a constructed sylesheet imported
/// as a CSS module script).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sourceURL"), IsRequired = (true))]
+ [DataMember(Name = ("sourceURL"), IsRequired = (true))]
public string SourceURL
{
get;
@@ -4808,7 +4527,7 @@ public string SourceURL
///
/// URL of source map associated with the stylesheet (if any).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sourceMapURL"), IsRequired = (false))]
+ [DataMember(Name = ("sourceMapURL"), IsRequired = (false))]
public string SourceMapURL
{
get;
@@ -4834,7 +4553,7 @@ public CefSharp.DevTools.CSS.StyleSheetOrigin Origin
///
/// Stylesheet origin.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("origin"), IsRequired = (true))]
+ [DataMember(Name = ("origin"), IsRequired = (true))]
internal string origin
{
get;
@@ -4844,7 +4563,7 @@ internal string origin
///
/// Stylesheet title.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("title"), IsRequired = (true))]
+ [DataMember(Name = ("title"), IsRequired = (true))]
public string Title
{
get;
@@ -4854,7 +4573,7 @@ public string Title
///
/// The backend id for the owner node of the stylesheet.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("ownerNode"), IsRequired = (false))]
+ [DataMember(Name = ("ownerNode"), IsRequired = (false))]
public int? OwnerNode
{
get;
@@ -4864,7 +4583,7 @@ public int? OwnerNode
///
/// Denotes whether the stylesheet is disabled.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("disabled"), IsRequired = (true))]
+ [DataMember(Name = ("disabled"), IsRequired = (true))]
public bool Disabled
{
get;
@@ -4874,7 +4593,7 @@ public bool Disabled
///
/// Whether the sourceURL field value comes from the sourceURL comment.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("hasSourceURL"), IsRequired = (false))]
+ [DataMember(Name = ("hasSourceURL"), IsRequired = (false))]
public bool? HasSourceURL
{
get;
@@ -4885,7 +4604,7 @@ public bool? HasSourceURL
/// Whether this stylesheet is created for STYLE tag by parser. This flag is not set for
/// document.written STYLE tags.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isInline"), IsRequired = (true))]
+ [DataMember(Name = ("isInline"), IsRequired = (true))]
public bool IsInline
{
get;
@@ -4898,7 +4617,7 @@ public bool IsInline
/// <link> element's stylesheets become mutable only if DevTools modifies them.
/// Constructed stylesheets (new CSSStyleSheet()) are mutable immediately after creation.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isMutable"), IsRequired = (true))]
+ [DataMember(Name = ("isMutable"), IsRequired = (true))]
public bool IsMutable
{
get;
@@ -4909,7 +4628,7 @@ public bool IsMutable
/// True if this stylesheet is created through new CSSStyleSheet() or imported as a
/// CSS module script.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isConstructed"), IsRequired = (true))]
+ [DataMember(Name = ("isConstructed"), IsRequired = (true))]
public bool IsConstructed
{
get;
@@ -4919,7 +4638,7 @@ public bool IsConstructed
///
/// Line offset of the stylesheet within the resource (zero based).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("startLine"), IsRequired = (true))]
+ [DataMember(Name = ("startLine"), IsRequired = (true))]
public double StartLine
{
get;
@@ -4929,7 +4648,7 @@ public double StartLine
///
/// Column offset of the stylesheet within the resource (zero based).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("startColumn"), IsRequired = (true))]
+ [DataMember(Name = ("startColumn"), IsRequired = (true))]
public double StartColumn
{
get;
@@ -4939,7 +4658,7 @@ public double StartColumn
///
/// Size of the content (in characters).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("length"), IsRequired = (true))]
+ [DataMember(Name = ("length"), IsRequired = (true))]
public double Length
{
get;
@@ -4949,7 +4668,7 @@ public double Length
///
/// Line offset of the end of the stylesheet within the resource (zero based).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("endLine"), IsRequired = (true))]
+ [DataMember(Name = ("endLine"), IsRequired = (true))]
public double EndLine
{
get;
@@ -4959,7 +4678,7 @@ public double EndLine
///
/// Column offset of the end of the stylesheet within the resource (zero based).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("endColumn"), IsRequired = (true))]
+ [DataMember(Name = ("endColumn"), IsRequired = (true))]
public double EndColumn
{
get;
@@ -4977,7 +4696,7 @@ public partial class CSSRule : CefSharp.DevTools.DevToolsDomainEntityBase
/// The css style sheet identifier (absent for user agent stylesheet and user-specified
/// stylesheet rules) this rule came from.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("styleSheetId"), IsRequired = (false))]
+ [DataMember(Name = ("styleSheetId"), IsRequired = (false))]
public string StyleSheetId
{
get;
@@ -4987,7 +4706,7 @@ public string StyleSheetId
///
/// Rule selector data.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("selectorList"), IsRequired = (true))]
+ [DataMember(Name = ("selectorList"), IsRequired = (true))]
public CefSharp.DevTools.CSS.SelectorList SelectorList
{
get;
@@ -5013,7 +4732,7 @@ public CefSharp.DevTools.CSS.StyleSheetOrigin Origin
///
/// Parent stylesheet's origin.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("origin"), IsRequired = (true))]
+ [DataMember(Name = ("origin"), IsRequired = (true))]
internal string origin
{
get;
@@ -5023,7 +4742,7 @@ internal string origin
///
/// Associated style declaration.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("style"), IsRequired = (true))]
+ [DataMember(Name = ("style"), IsRequired = (true))]
public CefSharp.DevTools.CSS.CSSStyle Style
{
get;
@@ -5034,7 +4753,7 @@ public CefSharp.DevTools.CSS.CSSStyle Style
/// Media list array (for rules involving media queries). The array enumerates media queries
/// starting with the innermost one, going outwards.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("media"), IsRequired = (false))]
+ [DataMember(Name = ("media"), IsRequired = (false))]
public System.Collections.Generic.IList Media
{
get;
@@ -5045,7 +4764,7 @@ public System.Collections.Generic.IList Media
/// Container query list array (for rules involving container queries).
/// The array enumerates container queries starting with the innermost one, going outwards.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("containerQueries"), IsRequired = (false))]
+ [DataMember(Name = ("containerQueries"), IsRequired = (false))]
public System.Collections.Generic.IList ContainerQueries
{
get;
@@ -5056,7 +4775,7 @@ public System.Collections.Generic.IList
/// @supports CSS at-rule array.
/// The array enumerates @supports at-rules starting with the innermost one, going outwards.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("supports"), IsRequired = (false))]
+ [DataMember(Name = ("supports"), IsRequired = (false))]
public System.Collections.Generic.IList Supports
{
get;
@@ -5067,7 +4786,7 @@ public System.Collections.Generic.IList Suppo
/// Cascade layer array. Contains the layer hierarchy that this rule belongs to starting
/// with the innermost layer and going outwards.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("layers"), IsRequired = (false))]
+ [DataMember(Name = ("layers"), IsRequired = (false))]
public System.Collections.Generic.IList Layers
{
get;
@@ -5078,7 +4797,7 @@ public System.Collections.Generic.IList Layers
/// @scope CSS at-rule array.
/// The array enumerates @scope at-rules starting with the innermost one, going outwards.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scopes"), IsRequired = (false))]
+ [DataMember(Name = ("scopes"), IsRequired = (false))]
public System.Collections.Generic.IList Scopes
{
get;
@@ -5096,7 +4815,7 @@ public partial class RuleUsage : CefSharp.DevTools.DevToolsDomainEntityBase
/// The css style sheet identifier (absent for user agent stylesheet and user-specified
/// stylesheet rules) this rule came from.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("styleSheetId"), IsRequired = (true))]
+ [DataMember(Name = ("styleSheetId"), IsRequired = (true))]
public string StyleSheetId
{
get;
@@ -5106,7 +4825,7 @@ public string StyleSheetId
///
/// Offset of the start of the rule (including selector) from the beginning of the stylesheet.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("startOffset"), IsRequired = (true))]
+ [DataMember(Name = ("startOffset"), IsRequired = (true))]
public double StartOffset
{
get;
@@ -5116,7 +4835,7 @@ public double StartOffset
///
/// Offset of the end of the rule body from the beginning of the stylesheet.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("endOffset"), IsRequired = (true))]
+ [DataMember(Name = ("endOffset"), IsRequired = (true))]
public double EndOffset
{
get;
@@ -5126,7 +4845,7 @@ public double EndOffset
///
/// Indicates whether the rule was actually used by some element in the page.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("used"), IsRequired = (true))]
+ [DataMember(Name = ("used"), IsRequired = (true))]
public bool Used
{
get;
@@ -5143,7 +4862,7 @@ public partial class SourceRange : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Start line of range.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("startLine"), IsRequired = (true))]
+ [DataMember(Name = ("startLine"), IsRequired = (true))]
public int StartLine
{
get;
@@ -5153,7 +4872,7 @@ public int StartLine
///
/// Start column of range (inclusive).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("startColumn"), IsRequired = (true))]
+ [DataMember(Name = ("startColumn"), IsRequired = (true))]
public int StartColumn
{
get;
@@ -5163,7 +4882,7 @@ public int StartColumn
///
/// End line of range
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("endLine"), IsRequired = (true))]
+ [DataMember(Name = ("endLine"), IsRequired = (true))]
public int EndLine
{
get;
@@ -5173,7 +4892,7 @@ public int EndLine
///
/// End column of range (exclusive).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("endColumn"), IsRequired = (true))]
+ [DataMember(Name = ("endColumn"), IsRequired = (true))]
public int EndColumn
{
get;
@@ -5190,7 +4909,7 @@ public partial class ShorthandEntry : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Shorthand name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -5200,7 +4919,7 @@ public string Name
///
/// Shorthand value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public string Value
{
get;
@@ -5210,7 +4929,7 @@ public string Value
///
/// Whether the property has "!important" annotation (implies `false` if absent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("important"), IsRequired = (false))]
+ [DataMember(Name = ("important"), IsRequired = (false))]
public bool? Important
{
get;
@@ -5227,7 +4946,7 @@ public partial class CSSComputedStyleProperty : CefSharp.DevTools.DevToolsDomain
///
/// Computed style property name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -5237,7 +4956,7 @@ public string Name
///
/// Computed style property value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public string Value
{
get;
@@ -5255,7 +4974,7 @@ public partial class CSSStyle : CefSharp.DevTools.DevToolsDomainEntityBase
/// The css style sheet identifier (absent for user agent stylesheet and user-specified
/// stylesheet rules) this rule came from.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("styleSheetId"), IsRequired = (false))]
+ [DataMember(Name = ("styleSheetId"), IsRequired = (false))]
public string StyleSheetId
{
get;
@@ -5265,7 +4984,7 @@ public string StyleSheetId
///
/// CSS properties in the style.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cssProperties"), IsRequired = (true))]
+ [DataMember(Name = ("cssProperties"), IsRequired = (true))]
public System.Collections.Generic.IList CssProperties
{
get;
@@ -5275,7 +4994,7 @@ public System.Collections.Generic.IList CssPr
///
/// Computed values for all shorthands found in the style.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("shorthandEntries"), IsRequired = (true))]
+ [DataMember(Name = ("shorthandEntries"), IsRequired = (true))]
public System.Collections.Generic.IList ShorthandEntries
{
get;
@@ -5285,7 +5004,7 @@ public System.Collections.Generic.IList Sh
///
/// Style declaration text (if available).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cssText"), IsRequired = (false))]
+ [DataMember(Name = ("cssText"), IsRequired = (false))]
public string CssText
{
get;
@@ -5295,7 +5014,7 @@ public string CssText
///
/// Style declaration range in the enclosing stylesheet (if available).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("range"), IsRequired = (false))]
+ [DataMember(Name = ("range"), IsRequired = (false))]
public CefSharp.DevTools.CSS.SourceRange Range
{
get;
@@ -5312,7 +5031,7 @@ public partial class CSSProperty : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// The property name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -5322,7 +5041,7 @@ public string Name
///
/// The property value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public string Value
{
get;
@@ -5332,7 +5051,7 @@ public string Value
///
/// Whether the property has "!important" annotation (implies `false` if absent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("important"), IsRequired = (false))]
+ [DataMember(Name = ("important"), IsRequired = (false))]
public bool? Important
{
get;
@@ -5342,7 +5061,7 @@ public bool? Important
///
/// Whether the property is implicit (implies `false` if absent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("implicit"), IsRequired = (false))]
+ [DataMember(Name = ("implicit"), IsRequired = (false))]
public bool? Implicit
{
get;
@@ -5352,7 +5071,7 @@ public bool? Implicit
///
/// The full property text as specified in the style.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("text"), IsRequired = (false))]
+ [DataMember(Name = ("text"), IsRequired = (false))]
public string Text
{
get;
@@ -5362,7 +5081,7 @@ public string Text
///
/// Whether the property is understood by the browser (implies `true` if absent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("parsedOk"), IsRequired = (false))]
+ [DataMember(Name = ("parsedOk"), IsRequired = (false))]
public bool? ParsedOk
{
get;
@@ -5372,7 +5091,7 @@ public bool? ParsedOk
///
/// Whether the property is disabled by the user (present for source-based properties only).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("disabled"), IsRequired = (false))]
+ [DataMember(Name = ("disabled"), IsRequired = (false))]
public bool? Disabled
{
get;
@@ -5382,7 +5101,7 @@ public bool? Disabled
///
/// The entire property range in the enclosing style declaration (if available).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("range"), IsRequired = (false))]
+ [DataMember(Name = ("range"), IsRequired = (false))]
public CefSharp.DevTools.CSS.SourceRange Range
{
get;
@@ -5393,7 +5112,7 @@ public CefSharp.DevTools.CSS.SourceRange Range
/// Parsed longhand components of this property if it is a shorthand.
/// This field will be empty if the given property is not a shorthand.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("longhandProperties"), IsRequired = (false))]
+ [DataMember(Name = ("longhandProperties"), IsRequired = (false))]
public System.Collections.Generic.IList LonghandProperties
{
get;
@@ -5412,22 +5131,22 @@ public enum CSSMediaSource
///
/// mediaRule
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("mediaRule"))]
+ [EnumMember(Value = ("mediaRule"))]
MediaRule,
///
/// importRule
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("importRule"))]
+ [EnumMember(Value = ("importRule"))]
ImportRule,
///
/// linkedSheet
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("linkedSheet"))]
+ [EnumMember(Value = ("linkedSheet"))]
LinkedSheet,
///
/// inlineSheet
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("inlineSheet"))]
+ [EnumMember(Value = ("inlineSheet"))]
InlineSheet
}
@@ -5440,7 +5159,7 @@ public partial class CSSMedia : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Media query text.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("text"), IsRequired = (true))]
+ [DataMember(Name = ("text"), IsRequired = (true))]
public string Text
{
get;
@@ -5472,7 +5191,7 @@ public CefSharp.DevTools.CSS.CSSMediaSource Source
/// stylesheet's LINK tag, "inlineSheet" if specified by a "media" attribute in an inline
/// stylesheet's STYLE tag.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("source"), IsRequired = (true))]
+ [DataMember(Name = ("source"), IsRequired = (true))]
internal string source
{
get;
@@ -5482,7 +5201,7 @@ internal string source
///
/// URL of the document containing the media query description.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sourceURL"), IsRequired = (false))]
+ [DataMember(Name = ("sourceURL"), IsRequired = (false))]
public string SourceURL
{
get;
@@ -5493,7 +5212,7 @@ public string SourceURL
/// The associated rule (@media or @import) header range in the enclosing stylesheet (if
/// available).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("range"), IsRequired = (false))]
+ [DataMember(Name = ("range"), IsRequired = (false))]
public CefSharp.DevTools.CSS.SourceRange Range
{
get;
@@ -5503,7 +5222,7 @@ public CefSharp.DevTools.CSS.SourceRange Range
///
/// Identifier of the stylesheet containing this object (if exists).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("styleSheetId"), IsRequired = (false))]
+ [DataMember(Name = ("styleSheetId"), IsRequired = (false))]
public string StyleSheetId
{
get;
@@ -5513,7 +5232,7 @@ public string StyleSheetId
///
/// Array of media queries.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("mediaList"), IsRequired = (false))]
+ [DataMember(Name = ("mediaList"), IsRequired = (false))]
public System.Collections.Generic.IList MediaList
{
get;
@@ -5530,7 +5249,7 @@ public partial class MediaQuery : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Array of media query expressions.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("expressions"), IsRequired = (true))]
+ [DataMember(Name = ("expressions"), IsRequired = (true))]
public System.Collections.Generic.IList Expressions
{
get;
@@ -5540,7 +5259,7 @@ public System.Collections.Generic.IList
/// Whether the media query condition is satisfied.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("active"), IsRequired = (true))]
+ [DataMember(Name = ("active"), IsRequired = (true))]
public bool Active
{
get;
@@ -5557,7 +5276,7 @@ public partial class MediaQueryExpression : CefSharp.DevTools.DevToolsDomainEnti
///
/// Media query expression value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public double Value
{
get;
@@ -5567,7 +5286,7 @@ public double Value
///
/// Media query expression units.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("unit"), IsRequired = (true))]
+ [DataMember(Name = ("unit"), IsRequired = (true))]
public string Unit
{
get;
@@ -5577,7 +5296,7 @@ public string Unit
///
/// Media query expression feature.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("feature"), IsRequired = (true))]
+ [DataMember(Name = ("feature"), IsRequired = (true))]
public string Feature
{
get;
@@ -5587,7 +5306,7 @@ public string Feature
///
/// The associated range of the value text in the enclosing stylesheet (if available).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("valueRange"), IsRequired = (false))]
+ [DataMember(Name = ("valueRange"), IsRequired = (false))]
public CefSharp.DevTools.CSS.SourceRange ValueRange
{
get;
@@ -5597,7 +5316,7 @@ public CefSharp.DevTools.CSS.SourceRange ValueRange
///
/// Computed length of media query expression (if applicable).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("computedLength"), IsRequired = (false))]
+ [DataMember(Name = ("computedLength"), IsRequired = (false))]
public double? ComputedLength
{
get;
@@ -5614,7 +5333,7 @@ public partial class CSSContainerQuery : CefSharp.DevTools.DevToolsDomainEntityB
///
/// Container query text.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("text"), IsRequired = (true))]
+ [DataMember(Name = ("text"), IsRequired = (true))]
public string Text
{
get;
@@ -5625,7 +5344,7 @@ public string Text
/// The associated rule header range in the enclosing stylesheet (if
/// available).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("range"), IsRequired = (false))]
+ [DataMember(Name = ("range"), IsRequired = (false))]
public CefSharp.DevTools.CSS.SourceRange Range
{
get;
@@ -5635,7 +5354,7 @@ public CefSharp.DevTools.CSS.SourceRange Range
///
/// Identifier of the stylesheet containing this object (if exists).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("styleSheetId"), IsRequired = (false))]
+ [DataMember(Name = ("styleSheetId"), IsRequired = (false))]
public string StyleSheetId
{
get;
@@ -5645,7 +5364,7 @@ public string StyleSheetId
///
/// Optional name for the container.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (false))]
+ [DataMember(Name = ("name"), IsRequired = (false))]
public string Name
{
get;
@@ -5671,7 +5390,7 @@ public CefSharp.DevTools.DOM.PhysicalAxes? PhysicalAxes
///
/// Optional physical axes queried for the container.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("physicalAxes"), IsRequired = (false))]
+ [DataMember(Name = ("physicalAxes"), IsRequired = (false))]
internal string physicalAxes
{
get;
@@ -5697,7 +5416,7 @@ public CefSharp.DevTools.DOM.LogicalAxes? LogicalAxes
///
/// Optional logical axes queried for the container.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("logicalAxes"), IsRequired = (false))]
+ [DataMember(Name = ("logicalAxes"), IsRequired = (false))]
internal string logicalAxes
{
get;
@@ -5714,7 +5433,7 @@ public partial class CSSSupports : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Supports rule text.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("text"), IsRequired = (true))]
+ [DataMember(Name = ("text"), IsRequired = (true))]
public string Text
{
get;
@@ -5724,7 +5443,7 @@ public string Text
///
/// Whether the supports condition is satisfied.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("active"), IsRequired = (true))]
+ [DataMember(Name = ("active"), IsRequired = (true))]
public bool Active
{
get;
@@ -5735,7 +5454,7 @@ public bool Active
/// The associated rule header range in the enclosing stylesheet (if
/// available).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("range"), IsRequired = (false))]
+ [DataMember(Name = ("range"), IsRequired = (false))]
public CefSharp.DevTools.CSS.SourceRange Range
{
get;
@@ -5745,7 +5464,7 @@ public CefSharp.DevTools.CSS.SourceRange Range
///
/// Identifier of the stylesheet containing this object (if exists).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("styleSheetId"), IsRequired = (false))]
+ [DataMember(Name = ("styleSheetId"), IsRequired = (false))]
public string StyleSheetId
{
get;
@@ -5762,7 +5481,7 @@ public partial class CSSScope : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Scope rule text.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("text"), IsRequired = (true))]
+ [DataMember(Name = ("text"), IsRequired = (true))]
public string Text
{
get;
@@ -5773,7 +5492,7 @@ public string Text
/// The associated rule header range in the enclosing stylesheet (if
/// available).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("range"), IsRequired = (false))]
+ [DataMember(Name = ("range"), IsRequired = (false))]
public CefSharp.DevTools.CSS.SourceRange Range
{
get;
@@ -5783,7 +5502,7 @@ public CefSharp.DevTools.CSS.SourceRange Range
///
/// Identifier of the stylesheet containing this object (if exists).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("styleSheetId"), IsRequired = (false))]
+ [DataMember(Name = ("styleSheetId"), IsRequired = (false))]
public string StyleSheetId
{
get;
@@ -5800,7 +5519,7 @@ public partial class CSSLayer : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Layer name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("text"), IsRequired = (true))]
+ [DataMember(Name = ("text"), IsRequired = (true))]
public string Text
{
get;
@@ -5811,7 +5530,7 @@ public string Text
/// The associated rule header range in the enclosing stylesheet (if
/// available).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("range"), IsRequired = (false))]
+ [DataMember(Name = ("range"), IsRequired = (false))]
public CefSharp.DevTools.CSS.SourceRange Range
{
get;
@@ -5821,7 +5540,7 @@ public CefSharp.DevTools.CSS.SourceRange Range
///
/// Identifier of the stylesheet containing this object (if exists).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("styleSheetId"), IsRequired = (false))]
+ [DataMember(Name = ("styleSheetId"), IsRequired = (false))]
public string StyleSheetId
{
get;
@@ -5838,7 +5557,7 @@ public partial class CSSLayerData : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Layer name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -5848,7 +5567,7 @@ public string Name
///
/// Direct sub-layers
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("subLayers"), IsRequired = (false))]
+ [DataMember(Name = ("subLayers"), IsRequired = (false))]
public System.Collections.Generic.IList SubLayers
{
get;
@@ -5859,7 +5578,7 @@ public System.Collections.Generic.IList SubL
/// Layer order. The order determines the order of the layer in the cascade order.
/// A higher number has higher priority in the cascade order.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("order"), IsRequired = (true))]
+ [DataMember(Name = ("order"), IsRequired = (true))]
public double Order
{
get;
@@ -5876,7 +5595,7 @@ public partial class PlatformFontUsage : CefSharp.DevTools.DevToolsDomainEntityB
///
/// Font's family name reported by platform.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("familyName"), IsRequired = (true))]
+ [DataMember(Name = ("familyName"), IsRequired = (true))]
public string FamilyName
{
get;
@@ -5886,7 +5605,7 @@ public string FamilyName
///
/// Indicates if the font was downloaded or resolved locally.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isCustomFont"), IsRequired = (true))]
+ [DataMember(Name = ("isCustomFont"), IsRequired = (true))]
public bool IsCustomFont
{
get;
@@ -5896,7 +5615,7 @@ public bool IsCustomFont
///
/// Amount of glyphs that were rendered with this font.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("glyphCount"), IsRequired = (true))]
+ [DataMember(Name = ("glyphCount"), IsRequired = (true))]
public double GlyphCount
{
get;
@@ -5913,7 +5632,7 @@ public partial class FontVariationAxis : CefSharp.DevTools.DevToolsDomainEntityB
///
/// The font-variation-setting tag (a.k.a. "axis tag").
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("tag"), IsRequired = (true))]
+ [DataMember(Name = ("tag"), IsRequired = (true))]
public string Tag
{
get;
@@ -5923,7 +5642,7 @@ public string Tag
///
/// Human-readable variation name in the default language (normally, "en").
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -5933,7 +5652,7 @@ public string Name
///
/// The minimum value (inclusive) the font supports for this tag.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("minValue"), IsRequired = (true))]
+ [DataMember(Name = ("minValue"), IsRequired = (true))]
public double MinValue
{
get;
@@ -5943,7 +5662,7 @@ public double MinValue
///
/// The maximum value (inclusive) the font supports for this tag.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("maxValue"), IsRequired = (true))]
+ [DataMember(Name = ("maxValue"), IsRequired = (true))]
public double MaxValue
{
get;
@@ -5953,7 +5672,7 @@ public double MaxValue
///
/// The default value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("defaultValue"), IsRequired = (true))]
+ [DataMember(Name = ("defaultValue"), IsRequired = (true))]
public double DefaultValue
{
get;
@@ -5971,7 +5690,7 @@ public partial class FontFace : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// The font-family.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("fontFamily"), IsRequired = (true))]
+ [DataMember(Name = ("fontFamily"), IsRequired = (true))]
public string FontFamily
{
get;
@@ -5981,7 +5700,7 @@ public string FontFamily
///
/// The font-style.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("fontStyle"), IsRequired = (true))]
+ [DataMember(Name = ("fontStyle"), IsRequired = (true))]
public string FontStyle
{
get;
@@ -5991,7 +5710,7 @@ public string FontStyle
///
/// The font-variant.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("fontVariant"), IsRequired = (true))]
+ [DataMember(Name = ("fontVariant"), IsRequired = (true))]
public string FontVariant
{
get;
@@ -6001,7 +5720,7 @@ public string FontVariant
///
/// The font-weight.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("fontWeight"), IsRequired = (true))]
+ [DataMember(Name = ("fontWeight"), IsRequired = (true))]
public string FontWeight
{
get;
@@ -6011,7 +5730,7 @@ public string FontWeight
///
/// The font-stretch.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("fontStretch"), IsRequired = (true))]
+ [DataMember(Name = ("fontStretch"), IsRequired = (true))]
public string FontStretch
{
get;
@@ -6021,7 +5740,7 @@ public string FontStretch
///
/// The font-display.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("fontDisplay"), IsRequired = (true))]
+ [DataMember(Name = ("fontDisplay"), IsRequired = (true))]
public string FontDisplay
{
get;
@@ -6031,7 +5750,7 @@ public string FontDisplay
///
/// The unicode-range.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("unicodeRange"), IsRequired = (true))]
+ [DataMember(Name = ("unicodeRange"), IsRequired = (true))]
public string UnicodeRange
{
get;
@@ -6041,7 +5760,7 @@ public string UnicodeRange
///
/// The src.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("src"), IsRequired = (true))]
+ [DataMember(Name = ("src"), IsRequired = (true))]
public string Src
{
get;
@@ -6051,7 +5770,7 @@ public string Src
///
/// The resolved platform font family
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("platformFontFamily"), IsRequired = (true))]
+ [DataMember(Name = ("platformFontFamily"), IsRequired = (true))]
public string PlatformFontFamily
{
get;
@@ -6061,7 +5780,7 @@ public string PlatformFontFamily
///
/// Available variation settings (a.k.a. "axes").
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("fontVariationAxes"), IsRequired = (false))]
+ [DataMember(Name = ("fontVariationAxes"), IsRequired = (false))]
public System.Collections.Generic.IList FontVariationAxes
{
get;
@@ -6078,7 +5797,7 @@ public partial class CSSKeyframesRule : CefSharp.DevTools.DevToolsDomainEntityBa
///
/// Animation name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("animationName"), IsRequired = (true))]
+ [DataMember(Name = ("animationName"), IsRequired = (true))]
public CefSharp.DevTools.CSS.Value AnimationName
{
get;
@@ -6088,7 +5807,7 @@ public CefSharp.DevTools.CSS.Value AnimationName
///
/// List of keyframes.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("keyframes"), IsRequired = (true))]
+ [DataMember(Name = ("keyframes"), IsRequired = (true))]
public System.Collections.Generic.IList Keyframes
{
get;
@@ -6106,7 +5825,7 @@ public partial class CSSKeyframeRule : CefSharp.DevTools.DevToolsDomainEntityBas
/// The css style sheet identifier (absent for user agent stylesheet and user-specified
/// stylesheet rules) this rule came from.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("styleSheetId"), IsRequired = (false))]
+ [DataMember(Name = ("styleSheetId"), IsRequired = (false))]
public string StyleSheetId
{
get;
@@ -6132,7 +5851,7 @@ public CefSharp.DevTools.CSS.StyleSheetOrigin Origin
///
/// Parent stylesheet's origin.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("origin"), IsRequired = (true))]
+ [DataMember(Name = ("origin"), IsRequired = (true))]
internal string origin
{
get;
@@ -6142,7 +5861,7 @@ internal string origin
///
/// Associated key text.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("keyText"), IsRequired = (true))]
+ [DataMember(Name = ("keyText"), IsRequired = (true))]
public CefSharp.DevTools.CSS.Value KeyText
{
get;
@@ -6152,7 +5871,7 @@ public CefSharp.DevTools.CSS.Value KeyText
///
/// Associated style declaration.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("style"), IsRequired = (true))]
+ [DataMember(Name = ("style"), IsRequired = (true))]
public CefSharp.DevTools.CSS.CSSStyle Style
{
get;
@@ -6169,7 +5888,7 @@ public partial class StyleDeclarationEdit : CefSharp.DevTools.DevToolsDomainEnti
///
/// The css style sheet identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("styleSheetId"), IsRequired = (true))]
+ [DataMember(Name = ("styleSheetId"), IsRequired = (true))]
public string StyleSheetId
{
get;
@@ -6179,7 +5898,7 @@ public string StyleSheetId
///
/// The range of the style text in the enclosing stylesheet.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("range"), IsRequired = (true))]
+ [DataMember(Name = ("range"), IsRequired = (true))]
public CefSharp.DevTools.CSS.SourceRange Range
{
get;
@@ -6189,7 +5908,7 @@ public CefSharp.DevTools.CSS.SourceRange Range
///
/// New style text.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("text"), IsRequired = (true))]
+ [DataMember(Name = ("text"), IsRequired = (true))]
public string Text
{
get;
@@ -6199,7 +5918,7 @@ public string Text
///
/// Fires whenever a web font is updated. A non-empty font parameter indicates a successfully loaded
- /// web font
+ /// web font.
///
[System.Runtime.Serialization.DataContractAttribute]
public class FontsUpdatedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsBase
@@ -6207,7 +5926,7 @@ public class FontsUpdatedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsBa
///
/// The web font that has loaded.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("font"), IsRequired = (false))]
+ [DataMember(Name = ("font"), IsRequired = (false))]
public CefSharp.DevTools.CSS.FontFace Font
{
get;
@@ -6224,7 +5943,7 @@ public class StyleSheetAddedEventArgs : CefSharp.DevTools.DevToolsDomainEventArg
///
/// Added stylesheet metainfo.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("header"), IsRequired = (true))]
+ [DataMember(Name = ("header"), IsRequired = (true))]
public CefSharp.DevTools.CSS.CSSStyleSheetHeader Header
{
get;
@@ -6241,7 +5960,7 @@ public class StyleSheetChangedEventArgs : CefSharp.DevTools.DevToolsDomainEventA
///
/// StyleSheetId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("styleSheetId"), IsRequired = (true))]
+ [DataMember(Name = ("styleSheetId"), IsRequired = (true))]
public string StyleSheetId
{
get;
@@ -6258,7 +5977,7 @@ public class StyleSheetRemovedEventArgs : CefSharp.DevTools.DevToolsDomainEventA
///
/// Identifier of the removed stylesheet.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("styleSheetId"), IsRequired = (true))]
+ [DataMember(Name = ("styleSheetId"), IsRequired = (true))]
public string StyleSheetId
{
get;
@@ -6277,32 +5996,32 @@ public enum CachedResponseType
///
/// basic
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("basic"))]
+ [EnumMember(Value = ("basic"))]
Basic,
///
/// cors
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("cors"))]
+ [EnumMember(Value = ("cors"))]
Cors,
///
/// default
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("default"))]
+ [EnumMember(Value = ("default"))]
Default,
///
/// error
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("error"))]
+ [EnumMember(Value = ("error"))]
Error,
///
/// opaqueResponse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("opaqueResponse"))]
+ [EnumMember(Value = ("opaqueResponse"))]
OpaqueResponse,
///
/// opaqueRedirect
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("opaqueRedirect"))]
+ [EnumMember(Value = ("opaqueRedirect"))]
OpaqueRedirect
}
@@ -6315,7 +6034,7 @@ public partial class DataEntry : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Request URL.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestURL"), IsRequired = (true))]
+ [DataMember(Name = ("requestURL"), IsRequired = (true))]
public string RequestURL
{
get;
@@ -6325,7 +6044,7 @@ public string RequestURL
///
/// Request method.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestMethod"), IsRequired = (true))]
+ [DataMember(Name = ("requestMethod"), IsRequired = (true))]
public string RequestMethod
{
get;
@@ -6335,7 +6054,7 @@ public string RequestMethod
///
/// Request headers
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestHeaders"), IsRequired = (true))]
+ [DataMember(Name = ("requestHeaders"), IsRequired = (true))]
public System.Collections.Generic.IList RequestHeaders
{
get;
@@ -6345,7 +6064,7 @@ public System.Collections.Generic.IList R
///
/// Number of seconds since epoch.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("responseTime"), IsRequired = (true))]
+ [DataMember(Name = ("responseTime"), IsRequired = (true))]
public double ResponseTime
{
get;
@@ -6355,7 +6074,7 @@ public double ResponseTime
///
/// HTTP response status code.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("responseStatus"), IsRequired = (true))]
+ [DataMember(Name = ("responseStatus"), IsRequired = (true))]
public int ResponseStatus
{
get;
@@ -6365,7 +6084,7 @@ public int ResponseStatus
///
/// HTTP response status text.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("responseStatusText"), IsRequired = (true))]
+ [DataMember(Name = ("responseStatusText"), IsRequired = (true))]
public string ResponseStatusText
{
get;
@@ -6391,7 +6110,7 @@ public CefSharp.DevTools.CacheStorage.CachedResponseType ResponseType
///
/// HTTP response type
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("responseType"), IsRequired = (true))]
+ [DataMember(Name = ("responseType"), IsRequired = (true))]
internal string responseType
{
get;
@@ -6401,7 +6120,7 @@ internal string responseType
///
/// Response headers
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("responseHeaders"), IsRequired = (true))]
+ [DataMember(Name = ("responseHeaders"), IsRequired = (true))]
public System.Collections.Generic.IList ResponseHeaders
{
get;
@@ -6418,7 +6137,7 @@ public partial class Cache : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// An opaque unique id of the cache.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cacheId"), IsRequired = (true))]
+ [DataMember(Name = ("cacheId"), IsRequired = (true))]
public string CacheId
{
get;
@@ -6428,7 +6147,7 @@ public string CacheId
///
/// Security origin of the cache.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("securityOrigin"), IsRequired = (true))]
+ [DataMember(Name = ("securityOrigin"), IsRequired = (true))]
public string SecurityOrigin
{
get;
@@ -6438,7 +6157,7 @@ public string SecurityOrigin
///
/// Storage key of the cache.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("storageKey"), IsRequired = (true))]
+ [DataMember(Name = ("storageKey"), IsRequired = (true))]
public string StorageKey
{
get;
@@ -6448,7 +6167,7 @@ public string StorageKey
///
/// The name of the cache.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cacheName"), IsRequired = (true))]
+ [DataMember(Name = ("cacheName"), IsRequired = (true))]
public string CacheName
{
get;
@@ -6465,7 +6184,7 @@ public partial class Header : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Name
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -6475,7 +6194,7 @@ public string Name
///
/// Value
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public string Value
{
get;
@@ -6492,7 +6211,7 @@ public partial class CachedResponse : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Entry content, base64-encoded.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("body"), IsRequired = (true))]
+ [DataMember(Name = ("body"), IsRequired = (true))]
public byte[] Body
{
get;
@@ -6512,7 +6231,7 @@ public partial class Sink : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Name
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -6522,7 +6241,7 @@ public string Name
///
/// Id
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("id"), IsRequired = (true))]
+ [DataMember(Name = ("id"), IsRequired = (true))]
public string Id
{
get;
@@ -6533,7 +6252,7 @@ public string Id
/// Text describing the current session. Present only if there is an active
/// session on the sink.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("session"), IsRequired = (false))]
+ [DataMember(Name = ("session"), IsRequired = (false))]
public string Session
{
get;
@@ -6551,7 +6270,7 @@ public class SinksUpdatedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsBa
///
/// Sinks
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sinks"), IsRequired = (true))]
+ [DataMember(Name = ("sinks"), IsRequired = (true))]
public System.Collections.Generic.IList Sinks
{
get;
@@ -6569,7 +6288,7 @@ public class IssueUpdatedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsBa
///
/// IssueMessage
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("issueMessage"), IsRequired = (true))]
+ [DataMember(Name = ("issueMessage"), IsRequired = (true))]
public string IssueMessage
{
get;
@@ -6589,7 +6308,7 @@ public partial class BackendNode : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// `Node`'s nodeType.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeType"), IsRequired = (true))]
+ [DataMember(Name = ("nodeType"), IsRequired = (true))]
public int NodeType
{
get;
@@ -6599,7 +6318,7 @@ public int NodeType
///
/// `Node`'s nodeName.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeName"), IsRequired = (true))]
+ [DataMember(Name = ("nodeName"), IsRequired = (true))]
public string NodeName
{
get;
@@ -6609,7 +6328,7 @@ public string NodeName
///
/// BackendNodeId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("backendNodeId"), IsRequired = (true))]
+ [DataMember(Name = ("backendNodeId"), IsRequired = (true))]
public int BackendNodeId
{
get;
@@ -6625,127 +6344,127 @@ public enum PseudoType
///
/// first-line
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("first-line"))]
+ [EnumMember(Value = ("first-line"))]
FirstLine,
///
/// first-letter
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("first-letter"))]
+ [EnumMember(Value = ("first-letter"))]
FirstLetter,
///
/// before
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("before"))]
+ [EnumMember(Value = ("before"))]
Before,
///
/// after
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("after"))]
+ [EnumMember(Value = ("after"))]
After,
///
/// marker
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("marker"))]
+ [EnumMember(Value = ("marker"))]
Marker,
///
/// backdrop
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("backdrop"))]
+ [EnumMember(Value = ("backdrop"))]
Backdrop,
///
/// selection
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("selection"))]
+ [EnumMember(Value = ("selection"))]
Selection,
///
/// target-text
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("target-text"))]
+ [EnumMember(Value = ("target-text"))]
TargetText,
///
/// spelling-error
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("spelling-error"))]
+ [EnumMember(Value = ("spelling-error"))]
SpellingError,
///
/// grammar-error
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("grammar-error"))]
+ [EnumMember(Value = ("grammar-error"))]
GrammarError,
///
/// highlight
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("highlight"))]
+ [EnumMember(Value = ("highlight"))]
Highlight,
///
/// first-line-inherited
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("first-line-inherited"))]
+ [EnumMember(Value = ("first-line-inherited"))]
FirstLineInherited,
///
/// scrollbar
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("scrollbar"))]
+ [EnumMember(Value = ("scrollbar"))]
Scrollbar,
///
/// scrollbar-thumb
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("scrollbar-thumb"))]
+ [EnumMember(Value = ("scrollbar-thumb"))]
ScrollbarThumb,
///
/// scrollbar-button
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("scrollbar-button"))]
+ [EnumMember(Value = ("scrollbar-button"))]
ScrollbarButton,
///
/// scrollbar-track
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("scrollbar-track"))]
+ [EnumMember(Value = ("scrollbar-track"))]
ScrollbarTrack,
///
/// scrollbar-track-piece
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("scrollbar-track-piece"))]
+ [EnumMember(Value = ("scrollbar-track-piece"))]
ScrollbarTrackPiece,
///
/// scrollbar-corner
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("scrollbar-corner"))]
+ [EnumMember(Value = ("scrollbar-corner"))]
ScrollbarCorner,
///
/// resizer
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("resizer"))]
+ [EnumMember(Value = ("resizer"))]
Resizer,
///
/// input-list-button
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("input-list-button"))]
+ [EnumMember(Value = ("input-list-button"))]
InputListButton,
///
/// view-transition
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("view-transition"))]
+ [EnumMember(Value = ("view-transition"))]
ViewTransition,
///
/// view-transition-group
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("view-transition-group"))]
+ [EnumMember(Value = ("view-transition-group"))]
ViewTransitionGroup,
///
/// view-transition-image-pair
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("view-transition-image-pair"))]
+ [EnumMember(Value = ("view-transition-image-pair"))]
ViewTransitionImagePair,
///
/// view-transition-old
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("view-transition-old"))]
+ [EnumMember(Value = ("view-transition-old"))]
ViewTransitionOld,
///
/// view-transition-new
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("view-transition-new"))]
+ [EnumMember(Value = ("view-transition-new"))]
ViewTransitionNew
}
@@ -6757,17 +6476,17 @@ public enum ShadowRootType
///
/// user-agent
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("user-agent"))]
+ [EnumMember(Value = ("user-agent"))]
UserAgent,
///
/// open
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("open"))]
+ [EnumMember(Value = ("open"))]
Open,
///
/// closed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("closed"))]
+ [EnumMember(Value = ("closed"))]
Closed
}
@@ -6779,17 +6498,17 @@ public enum CompatibilityMode
///
/// QuirksMode
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("QuirksMode"))]
+ [EnumMember(Value = ("QuirksMode"))]
QuirksMode,
///
/// LimitedQuirksMode
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("LimitedQuirksMode"))]
+ [EnumMember(Value = ("LimitedQuirksMode"))]
LimitedQuirksMode,
///
/// NoQuirksMode
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NoQuirksMode"))]
+ [EnumMember(Value = ("NoQuirksMode"))]
NoQuirksMode
}
@@ -6801,17 +6520,17 @@ public enum PhysicalAxes
///
/// Horizontal
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Horizontal"))]
+ [EnumMember(Value = ("Horizontal"))]
Horizontal,
///
/// Vertical
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Vertical"))]
+ [EnumMember(Value = ("Vertical"))]
Vertical,
///
/// Both
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Both"))]
+ [EnumMember(Value = ("Both"))]
Both
}
@@ -6823,17 +6542,17 @@ public enum LogicalAxes
///
/// Inline
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Inline"))]
+ [EnumMember(Value = ("Inline"))]
Inline,
///
/// Block
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Block"))]
+ [EnumMember(Value = ("Block"))]
Block,
///
/// Both
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Both"))]
+ [EnumMember(Value = ("Both"))]
Both
}
@@ -6849,7 +6568,7 @@ public partial class Node : CefSharp.DevTools.DevToolsDomainEntityBase
/// will only push node with given `id` once. It is aware of all requested nodes and will only
/// fire DOM events for nodes known to the client.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeId"), IsRequired = (true))]
+ [DataMember(Name = ("nodeId"), IsRequired = (true))]
public int NodeId
{
get;
@@ -6859,7 +6578,7 @@ public int NodeId
///
/// The id of the parent node if any.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("parentId"), IsRequired = (false))]
+ [DataMember(Name = ("parentId"), IsRequired = (false))]
public int? ParentId
{
get;
@@ -6869,7 +6588,7 @@ public int? ParentId
///
/// The BackendNodeId for this node.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("backendNodeId"), IsRequired = (true))]
+ [DataMember(Name = ("backendNodeId"), IsRequired = (true))]
public int BackendNodeId
{
get;
@@ -6879,7 +6598,7 @@ public int BackendNodeId
///
/// `Node`'s nodeType.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeType"), IsRequired = (true))]
+ [DataMember(Name = ("nodeType"), IsRequired = (true))]
public int NodeType
{
get;
@@ -6889,7 +6608,7 @@ public int NodeType
///
/// `Node`'s nodeName.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeName"), IsRequired = (true))]
+ [DataMember(Name = ("nodeName"), IsRequired = (true))]
public string NodeName
{
get;
@@ -6899,7 +6618,7 @@ public string NodeName
///
/// `Node`'s localName.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("localName"), IsRequired = (true))]
+ [DataMember(Name = ("localName"), IsRequired = (true))]
public string LocalName
{
get;
@@ -6909,7 +6628,7 @@ public string LocalName
///
/// `Node`'s nodeValue.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeValue"), IsRequired = (true))]
+ [DataMember(Name = ("nodeValue"), IsRequired = (true))]
public string NodeValue
{
get;
@@ -6919,7 +6638,7 @@ public string NodeValue
///
/// Child count for `Container` nodes.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("childNodeCount"), IsRequired = (false))]
+ [DataMember(Name = ("childNodeCount"), IsRequired = (false))]
public int? ChildNodeCount
{
get;
@@ -6929,7 +6648,7 @@ public int? ChildNodeCount
///
/// Child nodes of this node when requested with children.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("children"), IsRequired = (false))]
+ [DataMember(Name = ("children"), IsRequired = (false))]
public System.Collections.Generic.IList Children
{
get;
@@ -6939,7 +6658,7 @@ public System.Collections.Generic.IList Children
///
/// Attributes of the `Element` node in the form of flat array `[name1, value1, name2, value2]`.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("attributes"), IsRequired = (false))]
+ [DataMember(Name = ("attributes"), IsRequired = (false))]
public string[] Attributes
{
get;
@@ -6949,7 +6668,7 @@ public string[] Attributes
///
/// Document URL that `Document` or `FrameOwner` node points to.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("documentURL"), IsRequired = (false))]
+ [DataMember(Name = ("documentURL"), IsRequired = (false))]
public string DocumentURL
{
get;
@@ -6959,7 +6678,7 @@ public string DocumentURL
///
/// Base URL that `Document` or `FrameOwner` node uses for URL completion.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("baseURL"), IsRequired = (false))]
+ [DataMember(Name = ("baseURL"), IsRequired = (false))]
public string BaseURL
{
get;
@@ -6969,7 +6688,7 @@ public string BaseURL
///
/// `DocumentType`'s publicId.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("publicId"), IsRequired = (false))]
+ [DataMember(Name = ("publicId"), IsRequired = (false))]
public string PublicId
{
get;
@@ -6979,7 +6698,7 @@ public string PublicId
///
/// `DocumentType`'s systemId.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("systemId"), IsRequired = (false))]
+ [DataMember(Name = ("systemId"), IsRequired = (false))]
public string SystemId
{
get;
@@ -6989,7 +6708,7 @@ public string SystemId
///
/// `DocumentType`'s internalSubset.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("internalSubset"), IsRequired = (false))]
+ [DataMember(Name = ("internalSubset"), IsRequired = (false))]
public string InternalSubset
{
get;
@@ -6999,7 +6718,7 @@ public string InternalSubset
///
/// `Document`'s XML version in case of XML documents.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("xmlVersion"), IsRequired = (false))]
+ [DataMember(Name = ("xmlVersion"), IsRequired = (false))]
public string XmlVersion
{
get;
@@ -7009,7 +6728,7 @@ public string XmlVersion
///
/// `Attr`'s name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (false))]
+ [DataMember(Name = ("name"), IsRequired = (false))]
public string Name
{
get;
@@ -7019,7 +6738,7 @@ public string Name
///
/// `Attr`'s value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (false))]
+ [DataMember(Name = ("value"), IsRequired = (false))]
public string Value
{
get;
@@ -7045,7 +6764,7 @@ public CefSharp.DevTools.DOM.PseudoType? PseudoType
///
/// Pseudo element type for this node.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pseudoType"), IsRequired = (false))]
+ [DataMember(Name = ("pseudoType"), IsRequired = (false))]
internal string pseudoType
{
get;
@@ -7056,7 +6775,7 @@ internal string pseudoType
/// Pseudo element identifier for this node. Only present if there is a
/// valid pseudoType.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pseudoIdentifier"), IsRequired = (false))]
+ [DataMember(Name = ("pseudoIdentifier"), IsRequired = (false))]
public string PseudoIdentifier
{
get;
@@ -7082,7 +6801,7 @@ public CefSharp.DevTools.DOM.ShadowRootType? ShadowRootType
///
/// Shadow root type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("shadowRootType"), IsRequired = (false))]
+ [DataMember(Name = ("shadowRootType"), IsRequired = (false))]
internal string shadowRootType
{
get;
@@ -7092,7 +6811,7 @@ internal string shadowRootType
///
/// Frame ID for frame owner elements.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (false))]
+ [DataMember(Name = ("frameId"), IsRequired = (false))]
public string FrameId
{
get;
@@ -7102,7 +6821,7 @@ public string FrameId
///
/// Content document for frame owner elements.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("contentDocument"), IsRequired = (false))]
+ [DataMember(Name = ("contentDocument"), IsRequired = (false))]
public CefSharp.DevTools.DOM.Node ContentDocument
{
get;
@@ -7112,7 +6831,7 @@ public CefSharp.DevTools.DOM.Node ContentDocument
///
/// Shadow root list for given element host.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("shadowRoots"), IsRequired = (false))]
+ [DataMember(Name = ("shadowRoots"), IsRequired = (false))]
public System.Collections.Generic.IList ShadowRoots
{
get;
@@ -7122,7 +6841,7 @@ public System.Collections.Generic.IList ShadowRoots
///
/// Content document fragment for template elements.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("templateContent"), IsRequired = (false))]
+ [DataMember(Name = ("templateContent"), IsRequired = (false))]
public CefSharp.DevTools.DOM.Node TemplateContent
{
get;
@@ -7132,7 +6851,7 @@ public CefSharp.DevTools.DOM.Node TemplateContent
///
/// Pseudo elements associated with this node.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pseudoElements"), IsRequired = (false))]
+ [DataMember(Name = ("pseudoElements"), IsRequired = (false))]
public System.Collections.Generic.IList PseudoElements
{
get;
@@ -7144,7 +6863,7 @@ public System.Collections.Generic.IList PseudoElemen
/// This property used to return the imported document for the HTMLImport links.
/// The property is always undefined now.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("importedDocument"), IsRequired = (false))]
+ [DataMember(Name = ("importedDocument"), IsRequired = (false))]
public CefSharp.DevTools.DOM.Node ImportedDocument
{
get;
@@ -7154,7 +6873,7 @@ public CefSharp.DevTools.DOM.Node ImportedDocument
///
/// Distributed nodes for given insertion point.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("distributedNodes"), IsRequired = (false))]
+ [DataMember(Name = ("distributedNodes"), IsRequired = (false))]
public System.Collections.Generic.IList DistributedNodes
{
get;
@@ -7164,7 +6883,7 @@ public System.Collections.Generic.IList Distr
///
/// Whether the node is SVG.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isSVG"), IsRequired = (false))]
+ [DataMember(Name = ("isSVG"), IsRequired = (false))]
public bool? IsSVG
{
get;
@@ -7190,7 +6909,7 @@ public CefSharp.DevTools.DOM.CompatibilityMode? CompatibilityMode
///
/// CompatibilityMode
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("compatibilityMode"), IsRequired = (false))]
+ [DataMember(Name = ("compatibilityMode"), IsRequired = (false))]
internal string compatibilityMode
{
get;
@@ -7200,7 +6919,7 @@ internal string compatibilityMode
///
/// AssignedSlot
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("assignedSlot"), IsRequired = (false))]
+ [DataMember(Name = ("assignedSlot"), IsRequired = (false))]
public CefSharp.DevTools.DOM.BackendNode AssignedSlot
{
get;
@@ -7217,7 +6936,7 @@ public partial class RGBA : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// The red component, in the [0-255] range.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("r"), IsRequired = (true))]
+ [DataMember(Name = ("r"), IsRequired = (true))]
public int R
{
get;
@@ -7227,7 +6946,7 @@ public int R
///
/// The green component, in the [0-255] range.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("g"), IsRequired = (true))]
+ [DataMember(Name = ("g"), IsRequired = (true))]
public int G
{
get;
@@ -7237,7 +6956,7 @@ public int G
///
/// The blue component, in the [0-255] range.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("b"), IsRequired = (true))]
+ [DataMember(Name = ("b"), IsRequired = (true))]
public int B
{
get;
@@ -7247,7 +6966,7 @@ public int B
///
/// The alpha component, in the [0-1] range (default: 1).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("a"), IsRequired = (false))]
+ [DataMember(Name = ("a"), IsRequired = (false))]
public double? A
{
get;
@@ -7264,7 +6983,7 @@ public partial class BoxModel : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Content box
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("content"), IsRequired = (true))]
+ [DataMember(Name = ("content"), IsRequired = (true))]
public double[] Content
{
get;
@@ -7274,7 +6993,7 @@ public double[] Content
///
/// Padding box
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("padding"), IsRequired = (true))]
+ [DataMember(Name = ("padding"), IsRequired = (true))]
public double[] Padding
{
get;
@@ -7284,7 +7003,7 @@ public double[] Padding
///
/// Border box
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("border"), IsRequired = (true))]
+ [DataMember(Name = ("border"), IsRequired = (true))]
public double[] Border
{
get;
@@ -7294,7 +7013,7 @@ public double[] Border
///
/// Margin box
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("margin"), IsRequired = (true))]
+ [DataMember(Name = ("margin"), IsRequired = (true))]
public double[] Margin
{
get;
@@ -7304,7 +7023,7 @@ public double[] Margin
///
/// Node width
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("width"), IsRequired = (true))]
+ [DataMember(Name = ("width"), IsRequired = (true))]
public int Width
{
get;
@@ -7314,7 +7033,7 @@ public int Width
///
/// Node height
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("height"), IsRequired = (true))]
+ [DataMember(Name = ("height"), IsRequired = (true))]
public int Height
{
get;
@@ -7324,7 +7043,7 @@ public int Height
///
/// Shape outside coordinates
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("shapeOutside"), IsRequired = (false))]
+ [DataMember(Name = ("shapeOutside"), IsRequired = (false))]
public CefSharp.DevTools.DOM.ShapeOutsideInfo ShapeOutside
{
get;
@@ -7341,7 +7060,7 @@ public partial class ShapeOutsideInfo : CefSharp.DevTools.DevToolsDomainEntityBa
///
/// Shape bounds
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("bounds"), IsRequired = (true))]
+ [DataMember(Name = ("bounds"), IsRequired = (true))]
public double[] Bounds
{
get;
@@ -7351,7 +7070,7 @@ public double[] Bounds
///
/// Shape coordinate details
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("shape"), IsRequired = (true))]
+ [DataMember(Name = ("shape"), IsRequired = (true))]
public object[] Shape
{
get;
@@ -7361,7 +7080,7 @@ public object[] Shape
///
/// Margin shape bounds
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("marginShape"), IsRequired = (true))]
+ [DataMember(Name = ("marginShape"), IsRequired = (true))]
public object[] MarginShape
{
get;
@@ -7378,7 +7097,7 @@ public partial class Rect : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// X coordinate
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("x"), IsRequired = (true))]
+ [DataMember(Name = ("x"), IsRequired = (true))]
public double X
{
get;
@@ -7388,7 +7107,7 @@ public double X
///
/// Y coordinate
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("y"), IsRequired = (true))]
+ [DataMember(Name = ("y"), IsRequired = (true))]
public double Y
{
get;
@@ -7398,7 +7117,7 @@ public double Y
///
/// Rectangle width
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("width"), IsRequired = (true))]
+ [DataMember(Name = ("width"), IsRequired = (true))]
public double Width
{
get;
@@ -7408,7 +7127,7 @@ public double Width
///
/// Rectangle height
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("height"), IsRequired = (true))]
+ [DataMember(Name = ("height"), IsRequired = (true))]
public double Height
{
get;
@@ -7425,7 +7144,7 @@ public partial class CSSComputedStyleProperty : CefSharp.DevTools.DevToolsDomain
///
/// Computed style property name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -7435,7 +7154,7 @@ public string Name
///
/// Computed style property value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public string Value
{
get;
@@ -7452,7 +7171,7 @@ public class AttributeModifiedEventArgs : CefSharp.DevTools.DevToolsDomainEventA
///
/// Id of the node that has changed.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeId"), IsRequired = (true))]
+ [DataMember(Name = ("nodeId"), IsRequired = (true))]
public int NodeId
{
get;
@@ -7462,7 +7181,7 @@ public int NodeId
///
/// Attribute name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -7472,7 +7191,7 @@ public string Name
///
/// Attribute value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public string Value
{
get;
@@ -7489,7 +7208,7 @@ public class AttributeRemovedEventArgs : CefSharp.DevTools.DevToolsDomainEventAr
///
/// Id of the node that has changed.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeId"), IsRequired = (true))]
+ [DataMember(Name = ("nodeId"), IsRequired = (true))]
public int NodeId
{
get;
@@ -7499,7 +7218,7 @@ public int NodeId
///
/// A ttribute name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -7516,7 +7235,7 @@ public class CharacterDataModifiedEventArgs : CefSharp.DevTools.DevToolsDomainEv
///
/// Id of the node that has changed.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeId"), IsRequired = (true))]
+ [DataMember(Name = ("nodeId"), IsRequired = (true))]
public int NodeId
{
get;
@@ -7526,7 +7245,7 @@ public int NodeId
///
/// New text value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("characterData"), IsRequired = (true))]
+ [DataMember(Name = ("characterData"), IsRequired = (true))]
public string CharacterData
{
get;
@@ -7543,7 +7262,7 @@ public class ChildNodeCountUpdatedEventArgs : CefSharp.DevTools.DevToolsDomainEv
///
/// Id of the node that has changed.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeId"), IsRequired = (true))]
+ [DataMember(Name = ("nodeId"), IsRequired = (true))]
public int NodeId
{
get;
@@ -7553,7 +7272,7 @@ public int NodeId
///
/// New node count.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("childNodeCount"), IsRequired = (true))]
+ [DataMember(Name = ("childNodeCount"), IsRequired = (true))]
public int ChildNodeCount
{
get;
@@ -7570,7 +7289,7 @@ public class ChildNodeInsertedEventArgs : CefSharp.DevTools.DevToolsDomainEventA
///
/// Id of the node that has changed.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("parentNodeId"), IsRequired = (true))]
+ [DataMember(Name = ("parentNodeId"), IsRequired = (true))]
public int ParentNodeId
{
get;
@@ -7580,7 +7299,7 @@ public int ParentNodeId
///
/// Id of the previous sibling.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("previousNodeId"), IsRequired = (true))]
+ [DataMember(Name = ("previousNodeId"), IsRequired = (true))]
public int PreviousNodeId
{
get;
@@ -7590,7 +7309,7 @@ public int PreviousNodeId
///
/// Inserted node data.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("node"), IsRequired = (true))]
+ [DataMember(Name = ("node"), IsRequired = (true))]
public CefSharp.DevTools.DOM.Node Node
{
get;
@@ -7607,7 +7326,7 @@ public class ChildNodeRemovedEventArgs : CefSharp.DevTools.DevToolsDomainEventAr
///
/// Parent id.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("parentNodeId"), IsRequired = (true))]
+ [DataMember(Name = ("parentNodeId"), IsRequired = (true))]
public int ParentNodeId
{
get;
@@ -7617,7 +7336,7 @@ public int ParentNodeId
///
/// Id of the node that has been removed.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeId"), IsRequired = (true))]
+ [DataMember(Name = ("nodeId"), IsRequired = (true))]
public int NodeId
{
get;
@@ -7634,7 +7353,7 @@ public class DistributedNodesUpdatedEventArgs : CefSharp.DevTools.DevToolsDomain
///
/// Insertion point where distributed nodes were updated.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("insertionPointId"), IsRequired = (true))]
+ [DataMember(Name = ("insertionPointId"), IsRequired = (true))]
public int InsertionPointId
{
get;
@@ -7644,7 +7363,7 @@ public int InsertionPointId
///
/// Distributed nodes for given insertion point.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("distributedNodes"), IsRequired = (true))]
+ [DataMember(Name = ("distributedNodes"), IsRequired = (true))]
public System.Collections.Generic.IList DistributedNodes
{
get;
@@ -7661,7 +7380,7 @@ public class InlineStyleInvalidatedEventArgs : CefSharp.DevTools.DevToolsDomainE
///
/// Ids of the nodes for which the inline styles have been invalidated.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeIds"), IsRequired = (true))]
+ [DataMember(Name = ("nodeIds"), IsRequired = (true))]
public int[] NodeIds
{
get;
@@ -7678,7 +7397,7 @@ public class PseudoElementAddedEventArgs : CefSharp.DevTools.DevToolsDomainEvent
///
/// Pseudo element's parent element id.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("parentId"), IsRequired = (true))]
+ [DataMember(Name = ("parentId"), IsRequired = (true))]
public int ParentId
{
get;
@@ -7688,7 +7407,7 @@ public int ParentId
///
/// The added pseudo element.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pseudoElement"), IsRequired = (true))]
+ [DataMember(Name = ("pseudoElement"), IsRequired = (true))]
public CefSharp.DevTools.DOM.Node PseudoElement
{
get;
@@ -7705,7 +7424,7 @@ public class PseudoElementRemovedEventArgs : CefSharp.DevTools.DevToolsDomainEve
///
/// Pseudo element's parent element id.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("parentId"), IsRequired = (true))]
+ [DataMember(Name = ("parentId"), IsRequired = (true))]
public int ParentId
{
get;
@@ -7715,7 +7434,7 @@ public int ParentId
///
/// The removed pseudo element id.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pseudoElementId"), IsRequired = (true))]
+ [DataMember(Name = ("pseudoElementId"), IsRequired = (true))]
public int PseudoElementId
{
get;
@@ -7733,7 +7452,7 @@ public class SetChildNodesEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsB
///
/// Parent node id to populate with children.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("parentId"), IsRequired = (true))]
+ [DataMember(Name = ("parentId"), IsRequired = (true))]
public int ParentId
{
get;
@@ -7743,7 +7462,7 @@ public int ParentId
///
/// Child nodes array.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodes"), IsRequired = (true))]
+ [DataMember(Name = ("nodes"), IsRequired = (true))]
public System.Collections.Generic.IList Nodes
{
get;
@@ -7760,7 +7479,7 @@ public class ShadowRootPoppedEventArgs : CefSharp.DevTools.DevToolsDomainEventAr
///
/// Host element id.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("hostId"), IsRequired = (true))]
+ [DataMember(Name = ("hostId"), IsRequired = (true))]
public int HostId
{
get;
@@ -7770,7 +7489,7 @@ public int HostId
///
/// Shadow root id.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("rootId"), IsRequired = (true))]
+ [DataMember(Name = ("rootId"), IsRequired = (true))]
public int RootId
{
get;
@@ -7787,7 +7506,7 @@ public class ShadowRootPushedEventArgs : CefSharp.DevTools.DevToolsDomainEventAr
///
/// Host element id.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("hostId"), IsRequired = (true))]
+ [DataMember(Name = ("hostId"), IsRequired = (true))]
public int HostId
{
get;
@@ -7797,7 +7516,7 @@ public int HostId
///
/// Shadow root.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("root"), IsRequired = (true))]
+ [DataMember(Name = ("root"), IsRequired = (true))]
public CefSharp.DevTools.DOM.Node Root
{
get;
@@ -7816,17 +7535,17 @@ public enum DOMBreakpointType
///
/// subtree-modified
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("subtree-modified"))]
+ [EnumMember(Value = ("subtree-modified"))]
SubtreeModified,
///
/// attribute-modified
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("attribute-modified"))]
+ [EnumMember(Value = ("attribute-modified"))]
AttributeModified,
///
/// node-removed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("node-removed"))]
+ [EnumMember(Value = ("node-removed"))]
NodeRemoved
}
@@ -7838,12 +7557,12 @@ public enum CSPViolationType
///
/// trustedtype-sink-violation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("trustedtype-sink-violation"))]
+ [EnumMember(Value = ("trustedtype-sink-violation"))]
TrustedtypeSinkViolation,
///
/// trustedtype-policy-violation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("trustedtype-policy-violation"))]
+ [EnumMember(Value = ("trustedtype-policy-violation"))]
TrustedtypePolicyViolation
}
@@ -7856,7 +7575,7 @@ public partial class EventListener : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// `EventListener`'s type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
public string Type
{
get;
@@ -7866,7 +7585,7 @@ public string Type
///
/// `EventListener`'s useCapture.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("useCapture"), IsRequired = (true))]
+ [DataMember(Name = ("useCapture"), IsRequired = (true))]
public bool UseCapture
{
get;
@@ -7876,7 +7595,7 @@ public bool UseCapture
///
/// `EventListener`'s passive flag.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("passive"), IsRequired = (true))]
+ [DataMember(Name = ("passive"), IsRequired = (true))]
public bool Passive
{
get;
@@ -7886,7 +7605,7 @@ public bool Passive
///
/// `EventListener`'s once flag.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("once"), IsRequired = (true))]
+ [DataMember(Name = ("once"), IsRequired = (true))]
public bool Once
{
get;
@@ -7896,7 +7615,7 @@ public bool Once
///
/// Script id of the handler code.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scriptId"), IsRequired = (true))]
+ [DataMember(Name = ("scriptId"), IsRequired = (true))]
public string ScriptId
{
get;
@@ -7906,7 +7625,7 @@ public string ScriptId
///
/// Line number in the script (0-based).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("lineNumber"), IsRequired = (true))]
+ [DataMember(Name = ("lineNumber"), IsRequired = (true))]
public int LineNumber
{
get;
@@ -7916,7 +7635,7 @@ public int LineNumber
///
/// Column number in the script (0-based).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("columnNumber"), IsRequired = (true))]
+ [DataMember(Name = ("columnNumber"), IsRequired = (true))]
public int ColumnNumber
{
get;
@@ -7926,7 +7645,7 @@ public int ColumnNumber
///
/// Event handler function value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("handler"), IsRequired = (false))]
+ [DataMember(Name = ("handler"), IsRequired = (false))]
public CefSharp.DevTools.Runtime.RemoteObject Handler
{
get;
@@ -7936,7 +7655,7 @@ public CefSharp.DevTools.Runtime.RemoteObject Handler
///
/// Event original handler function value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("originalHandler"), IsRequired = (false))]
+ [DataMember(Name = ("originalHandler"), IsRequired = (false))]
public CefSharp.DevTools.Runtime.RemoteObject OriginalHandler
{
get;
@@ -7946,7 +7665,7 @@ public CefSharp.DevTools.Runtime.RemoteObject OriginalHandler
///
/// Node the listener is added to (if any).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("backendNodeId"), IsRequired = (false))]
+ [DataMember(Name = ("backendNodeId"), IsRequired = (false))]
public int? BackendNodeId
{
get;
@@ -7966,7 +7685,7 @@ public partial class DOMNode : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// `Node`'s nodeType.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeType"), IsRequired = (true))]
+ [DataMember(Name = ("nodeType"), IsRequired = (true))]
public int NodeType
{
get;
@@ -7976,7 +7695,7 @@ public int NodeType
///
/// `Node`'s nodeName.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeName"), IsRequired = (true))]
+ [DataMember(Name = ("nodeName"), IsRequired = (true))]
public string NodeName
{
get;
@@ -7986,7 +7705,7 @@ public string NodeName
///
/// `Node`'s nodeValue.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeValue"), IsRequired = (true))]
+ [DataMember(Name = ("nodeValue"), IsRequired = (true))]
public string NodeValue
{
get;
@@ -7996,7 +7715,7 @@ public string NodeValue
///
/// Only set for textarea elements, contains the text value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("textValue"), IsRequired = (false))]
+ [DataMember(Name = ("textValue"), IsRequired = (false))]
public string TextValue
{
get;
@@ -8006,7 +7725,7 @@ public string TextValue
///
/// Only set for input elements, contains the input's associated text value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("inputValue"), IsRequired = (false))]
+ [DataMember(Name = ("inputValue"), IsRequired = (false))]
public string InputValue
{
get;
@@ -8016,7 +7735,7 @@ public string InputValue
///
/// Only set for radio and checkbox input elements, indicates if the element has been checked
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("inputChecked"), IsRequired = (false))]
+ [DataMember(Name = ("inputChecked"), IsRequired = (false))]
public bool? InputChecked
{
get;
@@ -8026,7 +7745,7 @@ public bool? InputChecked
///
/// Only set for option elements, indicates if the element has been selected
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("optionSelected"), IsRequired = (false))]
+ [DataMember(Name = ("optionSelected"), IsRequired = (false))]
public bool? OptionSelected
{
get;
@@ -8036,7 +7755,7 @@ public bool? OptionSelected
///
/// `Node`'s id, corresponds to DOM.Node.backendNodeId.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("backendNodeId"), IsRequired = (true))]
+ [DataMember(Name = ("backendNodeId"), IsRequired = (true))]
public int BackendNodeId
{
get;
@@ -8047,7 +7766,7 @@ public int BackendNodeId
/// The indexes of the node's child nodes in the `domNodes` array returned by `getSnapshot`, if
/// any.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("childNodeIndexes"), IsRequired = (false))]
+ [DataMember(Name = ("childNodeIndexes"), IsRequired = (false))]
public int[] ChildNodeIndexes
{
get;
@@ -8057,7 +7776,7 @@ public int[] ChildNodeIndexes
///
/// Attributes of an `Element` node.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("attributes"), IsRequired = (false))]
+ [DataMember(Name = ("attributes"), IsRequired = (false))]
public System.Collections.Generic.IList Attributes
{
get;
@@ -8068,7 +7787,7 @@ public System.Collections.Generic.IList
/// Indexes of pseudo elements associated with this node in the `domNodes` array returned by
/// `getSnapshot`, if any.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pseudoElementIndexes"), IsRequired = (false))]
+ [DataMember(Name = ("pseudoElementIndexes"), IsRequired = (false))]
public int[] PseudoElementIndexes
{
get;
@@ -8079,7 +7798,7 @@ public int[] PseudoElementIndexes
/// The index of the node's related layout tree node in the `layoutTreeNodes` array returned by
/// `getSnapshot`, if any.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("layoutNodeIndex"), IsRequired = (false))]
+ [DataMember(Name = ("layoutNodeIndex"), IsRequired = (false))]
public int? LayoutNodeIndex
{
get;
@@ -8089,7 +7808,7 @@ public int? LayoutNodeIndex
///
/// Document URL that `Document` or `FrameOwner` node points to.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("documentURL"), IsRequired = (false))]
+ [DataMember(Name = ("documentURL"), IsRequired = (false))]
public string DocumentURL
{
get;
@@ -8099,7 +7818,7 @@ public string DocumentURL
///
/// Base URL that `Document` or `FrameOwner` node uses for URL completion.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("baseURL"), IsRequired = (false))]
+ [DataMember(Name = ("baseURL"), IsRequired = (false))]
public string BaseURL
{
get;
@@ -8109,7 +7828,7 @@ public string BaseURL
///
/// Only set for documents, contains the document's content language.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("contentLanguage"), IsRequired = (false))]
+ [DataMember(Name = ("contentLanguage"), IsRequired = (false))]
public string ContentLanguage
{
get;
@@ -8119,7 +7838,7 @@ public string ContentLanguage
///
/// Only set for documents, contains the document's character set encoding.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("documentEncoding"), IsRequired = (false))]
+ [DataMember(Name = ("documentEncoding"), IsRequired = (false))]
public string DocumentEncoding
{
get;
@@ -8129,7 +7848,7 @@ public string DocumentEncoding
///
/// `DocumentType` node's publicId.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("publicId"), IsRequired = (false))]
+ [DataMember(Name = ("publicId"), IsRequired = (false))]
public string PublicId
{
get;
@@ -8139,7 +7858,7 @@ public string PublicId
///
/// `DocumentType` node's systemId.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("systemId"), IsRequired = (false))]
+ [DataMember(Name = ("systemId"), IsRequired = (false))]
public string SystemId
{
get;
@@ -8149,7 +7868,7 @@ public string SystemId
///
/// Frame ID for frame owner elements and also for the document node.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (false))]
+ [DataMember(Name = ("frameId"), IsRequired = (false))]
public string FrameId
{
get;
@@ -8160,7 +7879,7 @@ public string FrameId
/// The index of a frame owner element's content document in the `domNodes` array returned by
/// `getSnapshot`, if any.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("contentDocumentIndex"), IsRequired = (false))]
+ [DataMember(Name = ("contentDocumentIndex"), IsRequired = (false))]
public int? ContentDocumentIndex
{
get;
@@ -8186,7 +7905,7 @@ public CefSharp.DevTools.DOM.PseudoType? PseudoType
///
/// Type of a pseudo element node.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pseudoType"), IsRequired = (false))]
+ [DataMember(Name = ("pseudoType"), IsRequired = (false))]
internal string pseudoType
{
get;
@@ -8212,7 +7931,7 @@ public CefSharp.DevTools.DOM.ShadowRootType? ShadowRootType
///
/// Shadow root type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("shadowRootType"), IsRequired = (false))]
+ [DataMember(Name = ("shadowRootType"), IsRequired = (false))]
internal string shadowRootType
{
get;
@@ -8224,7 +7943,7 @@ internal string shadowRootType
/// event listeners attached via JavaScript as well as anchor tags that naturally navigate when
/// clicked.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isClickable"), IsRequired = (false))]
+ [DataMember(Name = ("isClickable"), IsRequired = (false))]
public bool? IsClickable
{
get;
@@ -8234,7 +7953,7 @@ public bool? IsClickable
///
/// Details of the node's event listeners, if any.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("eventListeners"), IsRequired = (false))]
+ [DataMember(Name = ("eventListeners"), IsRequired = (false))]
public System.Collections.Generic.IList EventListeners
{
get;
@@ -8244,7 +7963,7 @@ public System.Collections.Generic.IList
/// The selected url for nodes with a srcset attribute.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("currentSourceURL"), IsRequired = (false))]
+ [DataMember(Name = ("currentSourceURL"), IsRequired = (false))]
public string CurrentSourceURL
{
get;
@@ -8254,7 +7973,7 @@ public string CurrentSourceURL
///
/// The url of the script (if any) that generates this node.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("originURL"), IsRequired = (false))]
+ [DataMember(Name = ("originURL"), IsRequired = (false))]
public string OriginURL
{
get;
@@ -8264,7 +7983,7 @@ public string OriginURL
///
/// Scroll offsets, set when this node is a Document.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scrollOffsetX"), IsRequired = (false))]
+ [DataMember(Name = ("scrollOffsetX"), IsRequired = (false))]
public double? ScrollOffsetX
{
get;
@@ -8274,7 +7993,7 @@ public double? ScrollOffsetX
///
/// ScrollOffsetY
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scrollOffsetY"), IsRequired = (false))]
+ [DataMember(Name = ("scrollOffsetY"), IsRequired = (false))]
public double? ScrollOffsetY
{
get;
@@ -8292,7 +8011,7 @@ public partial class InlineTextBox : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// The bounding box in document coordinates. Note that scroll offset of the document is ignored.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("boundingBox"), IsRequired = (true))]
+ [DataMember(Name = ("boundingBox"), IsRequired = (true))]
public CefSharp.DevTools.DOM.Rect BoundingBox
{
get;
@@ -8303,7 +8022,7 @@ public CefSharp.DevTools.DOM.Rect BoundingBox
/// The starting index in characters, for this post layout textbox substring. Characters that
/// would be represented as a surrogate pair in UTF-16 have length 2.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("startCharacterIndex"), IsRequired = (true))]
+ [DataMember(Name = ("startCharacterIndex"), IsRequired = (true))]
public int StartCharacterIndex
{
get;
@@ -8314,7 +8033,7 @@ public int StartCharacterIndex
/// The number of characters in this post layout textbox substring. Characters that would be
/// represented as a surrogate pair in UTF-16 have length 2.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("numCharacters"), IsRequired = (true))]
+ [DataMember(Name = ("numCharacters"), IsRequired = (true))]
public int NumCharacters
{
get;
@@ -8331,7 +8050,7 @@ public partial class LayoutTreeNode : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// The index of the related DOM node in the `domNodes` array returned by `getSnapshot`.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("domNodeIndex"), IsRequired = (true))]
+ [DataMember(Name = ("domNodeIndex"), IsRequired = (true))]
public int DomNodeIndex
{
get;
@@ -8341,7 +8060,7 @@ public int DomNodeIndex
///
/// The bounding box in document coordinates. Note that scroll offset of the document is ignored.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("boundingBox"), IsRequired = (true))]
+ [DataMember(Name = ("boundingBox"), IsRequired = (true))]
public CefSharp.DevTools.DOM.Rect BoundingBox
{
get;
@@ -8351,7 +8070,7 @@ public CefSharp.DevTools.DOM.Rect BoundingBox
///
/// Contents of the LayoutText, if any.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("layoutText"), IsRequired = (false))]
+ [DataMember(Name = ("layoutText"), IsRequired = (false))]
public string LayoutText
{
get;
@@ -8361,7 +8080,7 @@ public string LayoutText
///
/// The post-layout inline text nodes, if any.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("inlineTextNodes"), IsRequired = (false))]
+ [DataMember(Name = ("inlineTextNodes"), IsRequired = (false))]
public System.Collections.Generic.IList InlineTextNodes
{
get;
@@ -8371,7 +8090,7 @@ public System.Collections.Generic.IList
/// Index into the `computedStyles` array returned by `getSnapshot`.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("styleIndex"), IsRequired = (false))]
+ [DataMember(Name = ("styleIndex"), IsRequired = (false))]
public int? StyleIndex
{
get;
@@ -8383,7 +8102,7 @@ public int? StyleIndex
/// that are painted together will have the same index. Only provided if includePaintOrder in
/// getSnapshot was true.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("paintOrder"), IsRequired = (false))]
+ [DataMember(Name = ("paintOrder"), IsRequired = (false))]
public int? PaintOrder
{
get;
@@ -8393,7 +8112,7 @@ public int? PaintOrder
///
/// Set to true to indicate the element begins a new stacking context.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isStackingContext"), IsRequired = (false))]
+ [DataMember(Name = ("isStackingContext"), IsRequired = (false))]
public bool? IsStackingContext
{
get;
@@ -8410,7 +8129,7 @@ public partial class ComputedStyle : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Name/value pairs of computed style properties.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("properties"), IsRequired = (true))]
+ [DataMember(Name = ("properties"), IsRequired = (true))]
public System.Collections.Generic.IList Properties
{
get;
@@ -8427,7 +8146,7 @@ public partial class NameValue : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Attribute/property name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -8437,7 +8156,7 @@ public string Name
///
/// Attribute/property value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public string Value
{
get;
@@ -8454,7 +8173,7 @@ public partial class RareStringData : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Index
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("index"), IsRequired = (true))]
+ [DataMember(Name = ("index"), IsRequired = (true))]
public int[] Index
{
get;
@@ -8464,7 +8183,7 @@ public int[] Index
///
/// Value
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public int[] Value
{
get;
@@ -8481,7 +8200,7 @@ public partial class RareBooleanData : CefSharp.DevTools.DevToolsDomainEntityBas
///
/// Index
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("index"), IsRequired = (true))]
+ [DataMember(Name = ("index"), IsRequired = (true))]
public int[] Index
{
get;
@@ -8498,7 +8217,7 @@ public partial class RareIntegerData : CefSharp.DevTools.DevToolsDomainEntityBas
///
/// Index
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("index"), IsRequired = (true))]
+ [DataMember(Name = ("index"), IsRequired = (true))]
public int[] Index
{
get;
@@ -8508,7 +8227,7 @@ public int[] Index
///
/// Value
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public int[] Value
{
get;
@@ -8525,7 +8244,7 @@ public partial class DocumentSnapshot : CefSharp.DevTools.DevToolsDomainEntityBa
///
/// Document URL that `Document` or `FrameOwner` node points to.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("documentURL"), IsRequired = (true))]
+ [DataMember(Name = ("documentURL"), IsRequired = (true))]
public int DocumentURL
{
get;
@@ -8535,7 +8254,7 @@ public int DocumentURL
///
/// Document title.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("title"), IsRequired = (true))]
+ [DataMember(Name = ("title"), IsRequired = (true))]
public int Title
{
get;
@@ -8545,7 +8264,7 @@ public int Title
///
/// Base URL that `Document` or `FrameOwner` node uses for URL completion.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("baseURL"), IsRequired = (true))]
+ [DataMember(Name = ("baseURL"), IsRequired = (true))]
public int BaseURL
{
get;
@@ -8555,7 +8274,7 @@ public int BaseURL
///
/// Contains the document's content language.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("contentLanguage"), IsRequired = (true))]
+ [DataMember(Name = ("contentLanguage"), IsRequired = (true))]
public int ContentLanguage
{
get;
@@ -8565,7 +8284,7 @@ public int ContentLanguage
///
/// Contains the document's character set encoding.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("encodingName"), IsRequired = (true))]
+ [DataMember(Name = ("encodingName"), IsRequired = (true))]
public int EncodingName
{
get;
@@ -8575,7 +8294,7 @@ public int EncodingName
///
/// `DocumentType` node's publicId.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("publicId"), IsRequired = (true))]
+ [DataMember(Name = ("publicId"), IsRequired = (true))]
public int PublicId
{
get;
@@ -8585,7 +8304,7 @@ public int PublicId
///
/// `DocumentType` node's systemId.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("systemId"), IsRequired = (true))]
+ [DataMember(Name = ("systemId"), IsRequired = (true))]
public int SystemId
{
get;
@@ -8595,7 +8314,7 @@ public int SystemId
///
/// Frame ID for frame owner elements and also for the document node.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (true))]
+ [DataMember(Name = ("frameId"), IsRequired = (true))]
public int FrameId
{
get;
@@ -8605,7 +8324,7 @@ public int FrameId
///
/// A table with dom nodes.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodes"), IsRequired = (true))]
+ [DataMember(Name = ("nodes"), IsRequired = (true))]
public CefSharp.DevTools.DOMSnapshot.NodeTreeSnapshot Nodes
{
get;
@@ -8615,7 +8334,7 @@ public CefSharp.DevTools.DOMSnapshot.NodeTreeSnapshot Nodes
///
/// The nodes in the layout tree.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("layout"), IsRequired = (true))]
+ [DataMember(Name = ("layout"), IsRequired = (true))]
public CefSharp.DevTools.DOMSnapshot.LayoutTreeSnapshot Layout
{
get;
@@ -8625,7 +8344,7 @@ public CefSharp.DevTools.DOMSnapshot.LayoutTreeSnapshot Layout
///
/// The post-layout inline text nodes.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("textBoxes"), IsRequired = (true))]
+ [DataMember(Name = ("textBoxes"), IsRequired = (true))]
public CefSharp.DevTools.DOMSnapshot.TextBoxSnapshot TextBoxes
{
get;
@@ -8635,7 +8354,7 @@ public CefSharp.DevTools.DOMSnapshot.TextBoxSnapshot TextBoxes
///
/// Horizontal scroll offset.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scrollOffsetX"), IsRequired = (false))]
+ [DataMember(Name = ("scrollOffsetX"), IsRequired = (false))]
public double? ScrollOffsetX
{
get;
@@ -8645,7 +8364,7 @@ public double? ScrollOffsetX
///
/// Vertical scroll offset.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scrollOffsetY"), IsRequired = (false))]
+ [DataMember(Name = ("scrollOffsetY"), IsRequired = (false))]
public double? ScrollOffsetY
{
get;
@@ -8655,7 +8374,7 @@ public double? ScrollOffsetY
///
/// Document content width.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("contentWidth"), IsRequired = (false))]
+ [DataMember(Name = ("contentWidth"), IsRequired = (false))]
public double? ContentWidth
{
get;
@@ -8665,7 +8384,7 @@ public double? ContentWidth
///
/// Document content height.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("contentHeight"), IsRequired = (false))]
+ [DataMember(Name = ("contentHeight"), IsRequired = (false))]
public double? ContentHeight
{
get;
@@ -8682,7 +8401,7 @@ public partial class NodeTreeSnapshot : CefSharp.DevTools.DevToolsDomainEntityBa
///
/// Parent node index.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("parentIndex"), IsRequired = (false))]
+ [DataMember(Name = ("parentIndex"), IsRequired = (false))]
public int[] ParentIndex
{
get;
@@ -8692,7 +8411,7 @@ public int[] ParentIndex
///
/// `Node`'s nodeType.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeType"), IsRequired = (false))]
+ [DataMember(Name = ("nodeType"), IsRequired = (false))]
public int[] NodeType
{
get;
@@ -8702,7 +8421,7 @@ public int[] NodeType
///
/// Type of the shadow root the `Node` is in. String values are equal to the `ShadowRootType` enum.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("shadowRootType"), IsRequired = (false))]
+ [DataMember(Name = ("shadowRootType"), IsRequired = (false))]
public CefSharp.DevTools.DOMSnapshot.RareStringData ShadowRootType
{
get;
@@ -8712,7 +8431,7 @@ public CefSharp.DevTools.DOMSnapshot.RareStringData ShadowRootType
///
/// `Node`'s nodeName.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeName"), IsRequired = (false))]
+ [DataMember(Name = ("nodeName"), IsRequired = (false))]
public int[] NodeName
{
get;
@@ -8722,7 +8441,7 @@ public int[] NodeName
///
/// `Node`'s nodeValue.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeValue"), IsRequired = (false))]
+ [DataMember(Name = ("nodeValue"), IsRequired = (false))]
public int[] NodeValue
{
get;
@@ -8732,7 +8451,7 @@ public int[] NodeValue
///
/// `Node`'s id, corresponds to DOM.Node.backendNodeId.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("backendNodeId"), IsRequired = (false))]
+ [DataMember(Name = ("backendNodeId"), IsRequired = (false))]
public int[] BackendNodeId
{
get;
@@ -8742,7 +8461,7 @@ public int[] BackendNodeId
///
/// Attributes of an `Element` node. Flatten name, value pairs.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("attributes"), IsRequired = (false))]
+ [DataMember(Name = ("attributes"), IsRequired = (false))]
public int[] Attributes
{
get;
@@ -8752,7 +8471,7 @@ public int[] Attributes
///
/// Only set for textarea elements, contains the text value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("textValue"), IsRequired = (false))]
+ [DataMember(Name = ("textValue"), IsRequired = (false))]
public CefSharp.DevTools.DOMSnapshot.RareStringData TextValue
{
get;
@@ -8762,7 +8481,7 @@ public CefSharp.DevTools.DOMSnapshot.RareStringData TextValue
///
/// Only set for input elements, contains the input's associated text value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("inputValue"), IsRequired = (false))]
+ [DataMember(Name = ("inputValue"), IsRequired = (false))]
public CefSharp.DevTools.DOMSnapshot.RareStringData InputValue
{
get;
@@ -8772,7 +8491,7 @@ public CefSharp.DevTools.DOMSnapshot.RareStringData InputValue
///
/// Only set for radio and checkbox input elements, indicates if the element has been checked
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("inputChecked"), IsRequired = (false))]
+ [DataMember(Name = ("inputChecked"), IsRequired = (false))]
public CefSharp.DevTools.DOMSnapshot.RareBooleanData InputChecked
{
get;
@@ -8782,7 +8501,7 @@ public CefSharp.DevTools.DOMSnapshot.RareBooleanData InputChecked
///
/// Only set for option elements, indicates if the element has been selected
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("optionSelected"), IsRequired = (false))]
+ [DataMember(Name = ("optionSelected"), IsRequired = (false))]
public CefSharp.DevTools.DOMSnapshot.RareBooleanData OptionSelected
{
get;
@@ -8792,7 +8511,7 @@ public CefSharp.DevTools.DOMSnapshot.RareBooleanData OptionSelected
///
/// The index of the document in the list of the snapshot documents.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("contentDocumentIndex"), IsRequired = (false))]
+ [DataMember(Name = ("contentDocumentIndex"), IsRequired = (false))]
public CefSharp.DevTools.DOMSnapshot.RareIntegerData ContentDocumentIndex
{
get;
@@ -8802,7 +8521,7 @@ public CefSharp.DevTools.DOMSnapshot.RareIntegerData ContentDocumentIndex
///
/// Type of a pseudo element node.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pseudoType"), IsRequired = (false))]
+ [DataMember(Name = ("pseudoType"), IsRequired = (false))]
public CefSharp.DevTools.DOMSnapshot.RareStringData PseudoType
{
get;
@@ -8813,7 +8532,7 @@ public CefSharp.DevTools.DOMSnapshot.RareStringData PseudoType
/// Pseudo element identifier for this node. Only present if there is a
/// valid pseudoType.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pseudoIdentifier"), IsRequired = (false))]
+ [DataMember(Name = ("pseudoIdentifier"), IsRequired = (false))]
public CefSharp.DevTools.DOMSnapshot.RareStringData PseudoIdentifier
{
get;
@@ -8825,7 +8544,7 @@ public CefSharp.DevTools.DOMSnapshot.RareStringData PseudoIdentifier
/// event listeners attached via JavaScript as well as anchor tags that naturally navigate when
/// clicked.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isClickable"), IsRequired = (false))]
+ [DataMember(Name = ("isClickable"), IsRequired = (false))]
public CefSharp.DevTools.DOMSnapshot.RareBooleanData IsClickable
{
get;
@@ -8835,7 +8554,7 @@ public CefSharp.DevTools.DOMSnapshot.RareBooleanData IsClickable
///
/// The selected url for nodes with a srcset attribute.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("currentSourceURL"), IsRequired = (false))]
+ [DataMember(Name = ("currentSourceURL"), IsRequired = (false))]
public CefSharp.DevTools.DOMSnapshot.RareStringData CurrentSourceURL
{
get;
@@ -8845,7 +8564,7 @@ public CefSharp.DevTools.DOMSnapshot.RareStringData CurrentSourceURL
///
/// The url of the script (if any) that generates this node.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("originURL"), IsRequired = (false))]
+ [DataMember(Name = ("originURL"), IsRequired = (false))]
public CefSharp.DevTools.DOMSnapshot.RareStringData OriginURL
{
get;
@@ -8862,7 +8581,7 @@ public partial class LayoutTreeSnapshot : CefSharp.DevTools.DevToolsDomainEntity
///
/// Index of the corresponding node in the `NodeTreeSnapshot` array returned by `captureSnapshot`.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeIndex"), IsRequired = (true))]
+ [DataMember(Name = ("nodeIndex"), IsRequired = (true))]
public int[] NodeIndex
{
get;
@@ -8872,7 +8591,7 @@ public int[] NodeIndex
///
/// Array of indexes specifying computed style strings, filtered according to the `computedStyles` parameter passed to `captureSnapshot`.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("styles"), IsRequired = (true))]
+ [DataMember(Name = ("styles"), IsRequired = (true))]
public int[] Styles
{
get;
@@ -8882,7 +8601,7 @@ public int[] Styles
///
/// The absolute position bounding box.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("bounds"), IsRequired = (true))]
+ [DataMember(Name = ("bounds"), IsRequired = (true))]
public double[] Bounds
{
get;
@@ -8892,7 +8611,7 @@ public double[] Bounds
///
/// Contents of the LayoutText, if any.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("text"), IsRequired = (true))]
+ [DataMember(Name = ("text"), IsRequired = (true))]
public int[] Text
{
get;
@@ -8902,7 +8621,7 @@ public int[] Text
///
/// Stacking context information.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("stackingContexts"), IsRequired = (true))]
+ [DataMember(Name = ("stackingContexts"), IsRequired = (true))]
public CefSharp.DevTools.DOMSnapshot.RareBooleanData StackingContexts
{
get;
@@ -8914,7 +8633,7 @@ public CefSharp.DevTools.DOMSnapshot.RareBooleanData StackingContexts
/// that are painted together will have the same index. Only provided if includePaintOrder in
/// captureSnapshot was true.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("paintOrders"), IsRequired = (false))]
+ [DataMember(Name = ("paintOrders"), IsRequired = (false))]
public int[] PaintOrders
{
get;
@@ -8924,7 +8643,7 @@ public int[] PaintOrders
///
/// The offset rect of nodes. Only available when includeDOMRects is set to true
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("offsetRects"), IsRequired = (false))]
+ [DataMember(Name = ("offsetRects"), IsRequired = (false))]
public double[] OffsetRects
{
get;
@@ -8934,7 +8653,7 @@ public double[] OffsetRects
///
/// The scroll rect of nodes. Only available when includeDOMRects is set to true
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scrollRects"), IsRequired = (false))]
+ [DataMember(Name = ("scrollRects"), IsRequired = (false))]
public double[] ScrollRects
{
get;
@@ -8944,7 +8663,7 @@ public double[] ScrollRects
///
/// The client rect of nodes. Only available when includeDOMRects is set to true
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("clientRects"), IsRequired = (false))]
+ [DataMember(Name = ("clientRects"), IsRequired = (false))]
public double[] ClientRects
{
get;
@@ -8954,7 +8673,7 @@ public double[] ClientRects
///
/// The list of background colors that are blended with colors of overlapping elements.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("blendedBackgroundColors"), IsRequired = (false))]
+ [DataMember(Name = ("blendedBackgroundColors"), IsRequired = (false))]
public int[] BlendedBackgroundColors
{
get;
@@ -8964,7 +8683,7 @@ public int[] BlendedBackgroundColors
///
/// The list of computed text opacities.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("textColorOpacities"), IsRequired = (false))]
+ [DataMember(Name = ("textColorOpacities"), IsRequired = (false))]
public double[] TextColorOpacities
{
get;
@@ -8982,7 +8701,7 @@ public partial class TextBoxSnapshot : CefSharp.DevTools.DevToolsDomainEntityBas
///
/// Index of the layout tree node that owns this box collection.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("layoutIndex"), IsRequired = (true))]
+ [DataMember(Name = ("layoutIndex"), IsRequired = (true))]
public int[] LayoutIndex
{
get;
@@ -8992,7 +8711,7 @@ public int[] LayoutIndex
///
/// The absolute position bounding box.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("bounds"), IsRequired = (true))]
+ [DataMember(Name = ("bounds"), IsRequired = (true))]
public double[] Bounds
{
get;
@@ -9003,7 +8722,7 @@ public double[] Bounds
/// The starting index in characters, for this post layout textbox substring. Characters that
/// would be represented as a surrogate pair in UTF-16 have length 2.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("start"), IsRequired = (true))]
+ [DataMember(Name = ("start"), IsRequired = (true))]
public int[] Start
{
get;
@@ -9014,7 +8733,7 @@ public int[] Start
/// The number of characters in this post layout textbox substring. Characters that would be
/// represented as a surrogate pair in UTF-16 have length 2.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("length"), IsRequired = (true))]
+ [DataMember(Name = ("length"), IsRequired = (true))]
public int[] Length
{
get;
@@ -9034,7 +8753,7 @@ public partial class StorageId : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Security origin for the storage.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("securityOrigin"), IsRequired = (false))]
+ [DataMember(Name = ("securityOrigin"), IsRequired = (false))]
public string SecurityOrigin
{
get;
@@ -9044,7 +8763,7 @@ public string SecurityOrigin
///
/// Represents a key by which DOM Storage keys its CachedStorageAreas
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("storageKey"), IsRequired = (false))]
+ [DataMember(Name = ("storageKey"), IsRequired = (false))]
public string StorageKey
{
get;
@@ -9054,7 +8773,7 @@ public string StorageKey
///
/// Whether the storage is local storage (not session storage).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isLocalStorage"), IsRequired = (true))]
+ [DataMember(Name = ("isLocalStorage"), IsRequired = (true))]
public bool IsLocalStorage
{
get;
@@ -9071,7 +8790,7 @@ public class DomStorageItemAddedEventArgs : CefSharp.DevTools.DevToolsDomainEven
///
/// StorageId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("storageId"), IsRequired = (true))]
+ [DataMember(Name = ("storageId"), IsRequired = (true))]
public CefSharp.DevTools.DOMStorage.StorageId StorageId
{
get;
@@ -9081,7 +8800,7 @@ public CefSharp.DevTools.DOMStorage.StorageId StorageId
///
/// Key
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("key"), IsRequired = (true))]
+ [DataMember(Name = ("key"), IsRequired = (true))]
public string Key
{
get;
@@ -9091,7 +8810,7 @@ public string Key
///
/// NewValue
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("newValue"), IsRequired = (true))]
+ [DataMember(Name = ("newValue"), IsRequired = (true))]
public string NewValue
{
get;
@@ -9108,7 +8827,7 @@ public class DomStorageItemRemovedEventArgs : CefSharp.DevTools.DevToolsDomainEv
///
/// StorageId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("storageId"), IsRequired = (true))]
+ [DataMember(Name = ("storageId"), IsRequired = (true))]
public CefSharp.DevTools.DOMStorage.StorageId StorageId
{
get;
@@ -9118,7 +8837,7 @@ public CefSharp.DevTools.DOMStorage.StorageId StorageId
///
/// Key
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("key"), IsRequired = (true))]
+ [DataMember(Name = ("key"), IsRequired = (true))]
public string Key
{
get;
@@ -9135,7 +8854,7 @@ public class DomStorageItemUpdatedEventArgs : CefSharp.DevTools.DevToolsDomainEv
///
/// StorageId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("storageId"), IsRequired = (true))]
+ [DataMember(Name = ("storageId"), IsRequired = (true))]
public CefSharp.DevTools.DOMStorage.StorageId StorageId
{
get;
@@ -9145,7 +8864,7 @@ public CefSharp.DevTools.DOMStorage.StorageId StorageId
///
/// Key
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("key"), IsRequired = (true))]
+ [DataMember(Name = ("key"), IsRequired = (true))]
public string Key
{
get;
@@ -9155,7 +8874,7 @@ public string Key
///
/// OldValue
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("oldValue"), IsRequired = (true))]
+ [DataMember(Name = ("oldValue"), IsRequired = (true))]
public string OldValue
{
get;
@@ -9165,7 +8884,7 @@ public string OldValue
///
/// NewValue
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("newValue"), IsRequired = (true))]
+ [DataMember(Name = ("newValue"), IsRequired = (true))]
public string NewValue
{
get;
@@ -9182,7 +8901,7 @@ public class DomStorageItemsClearedEventArgs : CefSharp.DevTools.DevToolsDomainE
///
/// StorageId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("storageId"), IsRequired = (true))]
+ [DataMember(Name = ("storageId"), IsRequired = (true))]
public CefSharp.DevTools.DOMStorage.StorageId StorageId
{
get;
@@ -9202,7 +8921,7 @@ public partial class Database : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Database ID.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("id"), IsRequired = (true))]
+ [DataMember(Name = ("id"), IsRequired = (true))]
public string Id
{
get;
@@ -9212,7 +8931,7 @@ public string Id
///
/// Database domain.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("domain"), IsRequired = (true))]
+ [DataMember(Name = ("domain"), IsRequired = (true))]
public string Domain
{
get;
@@ -9222,7 +8941,7 @@ public string Domain
///
/// Database name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -9232,7 +8951,7 @@ public string Name
///
/// Database version.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("version"), IsRequired = (true))]
+ [DataMember(Name = ("version"), IsRequired = (true))]
public string Version
{
get;
@@ -9249,7 +8968,7 @@ public partial class Error : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Error message.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("message"), IsRequired = (true))]
+ [DataMember(Name = ("message"), IsRequired = (true))]
public string Message
{
get;
@@ -9259,7 +8978,7 @@ public string Message
///
/// Error code.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("code"), IsRequired = (true))]
+ [DataMember(Name = ("code"), IsRequired = (true))]
public int Code
{
get;
@@ -9276,7 +8995,7 @@ public class AddDatabaseEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsBas
///
/// Database
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("database"), IsRequired = (true))]
+ [DataMember(Name = ("database"), IsRequired = (true))]
public CefSharp.DevTools.Database.Database Database
{
get;
@@ -9295,22 +9014,22 @@ public enum ScreenOrientationType
///
/// portraitPrimary
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("portraitPrimary"))]
+ [EnumMember(Value = ("portraitPrimary"))]
PortraitPrimary,
///
/// portraitSecondary
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("portraitSecondary"))]
+ [EnumMember(Value = ("portraitSecondary"))]
PortraitSecondary,
///
/// landscapePrimary
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("landscapePrimary"))]
+ [EnumMember(Value = ("landscapePrimary"))]
LandscapePrimary,
///
/// landscapeSecondary
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("landscapeSecondary"))]
+ [EnumMember(Value = ("landscapeSecondary"))]
LandscapeSecondary
}
@@ -9339,7 +9058,7 @@ public CefSharp.DevTools.Emulation.ScreenOrientationType Type
///
/// Orientation type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
internal string type
{
get;
@@ -9349,7 +9068,7 @@ internal string type
///
/// Orientation angle.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("angle"), IsRequired = (true))]
+ [DataMember(Name = ("angle"), IsRequired = (true))]
public int Angle
{
get;
@@ -9365,12 +9084,12 @@ public enum DisplayFeatureOrientation
///
/// vertical
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("vertical"))]
+ [EnumMember(Value = ("vertical"))]
Vertical,
///
/// horizontal
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("horizontal"))]
+ [EnumMember(Value = ("horizontal"))]
Horizontal
}
@@ -9399,7 +9118,7 @@ public CefSharp.DevTools.Emulation.DisplayFeatureOrientation Orientation
///
/// Orientation of a display feature in relation to screen
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("orientation"), IsRequired = (true))]
+ [DataMember(Name = ("orientation"), IsRequired = (true))]
internal string orientation
{
get;
@@ -9410,7 +9129,7 @@ internal string orientation
/// The offset from the screen origin in either the x (for vertical
/// orientation) or y (for horizontal orientation) direction.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("offset"), IsRequired = (true))]
+ [DataMember(Name = ("offset"), IsRequired = (true))]
public int Offset
{
get;
@@ -9422,7 +9141,7 @@ public int Offset
/// displayed - this length along with the offset describes this area.
/// A display feature that only splits content will have a 0 mask_length.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("maskLength"), IsRequired = (true))]
+ [DataMember(Name = ("maskLength"), IsRequired = (true))]
public int MaskLength
{
get;
@@ -9439,7 +9158,7 @@ public partial class MediaFeature : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Name
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -9449,7 +9168,7 @@ public string Name
///
/// Value
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public string Value
{
get;
@@ -9468,17 +9187,17 @@ public enum VirtualTimePolicy
///
/// advance
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("advance"))]
+ [EnumMember(Value = ("advance"))]
Advance,
///
/// pause
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("pause"))]
+ [EnumMember(Value = ("pause"))]
Pause,
///
/// pauseIfNetworkFetchesPending
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("pauseIfNetworkFetchesPending"))]
+ [EnumMember(Value = ("pauseIfNetworkFetchesPending"))]
PauseIfNetworkFetchesPending
}
@@ -9491,7 +9210,7 @@ public partial class UserAgentBrandVersion : CefSharp.DevTools.DevToolsDomainEnt
///
/// Brand
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("brand"), IsRequired = (true))]
+ [DataMember(Name = ("brand"), IsRequired = (true))]
public string Brand
{
get;
@@ -9501,7 +9220,7 @@ public string Brand
///
/// Version
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("version"), IsRequired = (true))]
+ [DataMember(Name = ("version"), IsRequired = (true))]
public string Version
{
get;
@@ -9519,7 +9238,7 @@ public partial class UserAgentMetadata : CefSharp.DevTools.DevToolsDomainEntityB
///
/// Brands appearing in Sec-CH-UA.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("brands"), IsRequired = (false))]
+ [DataMember(Name = ("brands"), IsRequired = (false))]
public System.Collections.Generic.IList Brands
{
get;
@@ -9529,7 +9248,7 @@ public System.Collections.Generic.IList
/// Brands appearing in Sec-CH-UA-Full-Version-List.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("fullVersionList"), IsRequired = (false))]
+ [DataMember(Name = ("fullVersionList"), IsRequired = (false))]
public System.Collections.Generic.IList FullVersionList
{
get;
@@ -9539,7 +9258,7 @@ public System.Collections.Generic.IList
/// FullVersion
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("fullVersion"), IsRequired = (false))]
+ [DataMember(Name = ("fullVersion"), IsRequired = (false))]
public string FullVersion
{
get;
@@ -9549,7 +9268,7 @@ public string FullVersion
///
/// Platform
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("platform"), IsRequired = (true))]
+ [DataMember(Name = ("platform"), IsRequired = (true))]
public string Platform
{
get;
@@ -9559,7 +9278,7 @@ public string Platform
///
/// PlatformVersion
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("platformVersion"), IsRequired = (true))]
+ [DataMember(Name = ("platformVersion"), IsRequired = (true))]
public string PlatformVersion
{
get;
@@ -9569,7 +9288,7 @@ public string PlatformVersion
///
/// Architecture
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("architecture"), IsRequired = (true))]
+ [DataMember(Name = ("architecture"), IsRequired = (true))]
public string Architecture
{
get;
@@ -9579,7 +9298,7 @@ public string Architecture
///
/// Model
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("model"), IsRequired = (true))]
+ [DataMember(Name = ("model"), IsRequired = (true))]
public string Model
{
get;
@@ -9589,7 +9308,7 @@ public string Model
///
/// Mobile
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("mobile"), IsRequired = (true))]
+ [DataMember(Name = ("mobile"), IsRequired = (true))]
public bool Mobile
{
get;
@@ -9599,7 +9318,7 @@ public bool Mobile
///
/// Bitness
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("bitness"), IsRequired = (false))]
+ [DataMember(Name = ("bitness"), IsRequired = (false))]
public string Bitness
{
get;
@@ -9609,7 +9328,7 @@ public string Bitness
///
/// Wow64
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("wow64"), IsRequired = (false))]
+ [DataMember(Name = ("wow64"), IsRequired = (false))]
public bool? Wow64
{
get;
@@ -9625,12 +9344,12 @@ public enum DisabledImageType
///
/// avif
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("avif"))]
+ [EnumMember(Value = ("avif"))]
Avif,
///
/// webp
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("webp"))]
+ [EnumMember(Value = ("webp"))]
Webp
}
}
@@ -9645,17 +9364,17 @@ public enum ScreenshotParamsFormat
///
/// jpeg
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("jpeg"))]
+ [EnumMember(Value = ("jpeg"))]
Jpeg,
///
/// png
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("png"))]
+ [EnumMember(Value = ("png"))]
Png,
///
/// webp
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("webp"))]
+ [EnumMember(Value = ("webp"))]
Webp
}
@@ -9684,7 +9403,7 @@ public CefSharp.DevTools.HeadlessExperimental.ScreenshotParamsFormat? Format
///
/// Image compression format (defaults to png).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("format"), IsRequired = (false))]
+ [DataMember(Name = ("format"), IsRequired = (false))]
internal string format
{
get;
@@ -9694,7 +9413,7 @@ internal string format
///
/// Compression quality from range [0..100] (jpeg only).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("quality"), IsRequired = (false))]
+ [DataMember(Name = ("quality"), IsRequired = (false))]
public int? Quality
{
get;
@@ -9704,7 +9423,7 @@ public int? Quality
///
/// Optimize image encoding for speed, not for resulting size (defaults to false)
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("optimizeForSpeed"), IsRequired = (false))]
+ [DataMember(Name = ("optimizeForSpeed"), IsRequired = (false))]
public bool? OptimizeForSpeed
{
get;
@@ -9724,7 +9443,7 @@ public partial class DatabaseWithObjectStores : CefSharp.DevTools.DevToolsDomain
///
/// Database name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -9735,7 +9454,7 @@ public string Name
/// Database version (type is not 'integer', as the standard
/// requires the version number to be 'unsigned long long')
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("version"), IsRequired = (true))]
+ [DataMember(Name = ("version"), IsRequired = (true))]
public double Version
{
get;
@@ -9745,7 +9464,7 @@ public double Version
///
/// Object stores in this database.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("objectStores"), IsRequired = (true))]
+ [DataMember(Name = ("objectStores"), IsRequired = (true))]
public System.Collections.Generic.IList ObjectStores
{
get;
@@ -9762,7 +9481,7 @@ public partial class ObjectStore : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Object store name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -9772,7 +9491,7 @@ public string Name
///
/// Object store key path.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("keyPath"), IsRequired = (true))]
+ [DataMember(Name = ("keyPath"), IsRequired = (true))]
public CefSharp.DevTools.IndexedDB.KeyPath KeyPath
{
get;
@@ -9782,7 +9501,7 @@ public CefSharp.DevTools.IndexedDB.KeyPath KeyPath
///
/// If true, object store has auto increment flag set.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("autoIncrement"), IsRequired = (true))]
+ [DataMember(Name = ("autoIncrement"), IsRequired = (true))]
public bool AutoIncrement
{
get;
@@ -9792,7 +9511,7 @@ public bool AutoIncrement
///
/// Indexes in this object store.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("indexes"), IsRequired = (true))]
+ [DataMember(Name = ("indexes"), IsRequired = (true))]
public System.Collections.Generic.IList Indexes
{
get;
@@ -9809,7 +9528,7 @@ public partial class ObjectStoreIndex : CefSharp.DevTools.DevToolsDomainEntityBa
///
/// Index name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -9819,7 +9538,7 @@ public string Name
///
/// Index key path.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("keyPath"), IsRequired = (true))]
+ [DataMember(Name = ("keyPath"), IsRequired = (true))]
public CefSharp.DevTools.IndexedDB.KeyPath KeyPath
{
get;
@@ -9829,7 +9548,7 @@ public CefSharp.DevTools.IndexedDB.KeyPath KeyPath
///
/// If true, index is unique.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("unique"), IsRequired = (true))]
+ [DataMember(Name = ("unique"), IsRequired = (true))]
public bool Unique
{
get;
@@ -9839,7 +9558,7 @@ public bool Unique
///
/// If true, index allows multiple entries for a key.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("multiEntry"), IsRequired = (true))]
+ [DataMember(Name = ("multiEntry"), IsRequired = (true))]
public bool MultiEntry
{
get;
@@ -9855,22 +9574,22 @@ public enum KeyType
///
/// number
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("number"))]
+ [EnumMember(Value = ("number"))]
Number,
///
/// string
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("string"))]
+ [EnumMember(Value = ("string"))]
String,
///
/// date
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("date"))]
+ [EnumMember(Value = ("date"))]
Date,
///
/// array
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("array"))]
+ [EnumMember(Value = ("array"))]
Array
}
@@ -9899,7 +9618,7 @@ public CefSharp.DevTools.IndexedDB.KeyType Type
///
/// Key type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
internal string type
{
get;
@@ -9909,7 +9628,7 @@ internal string type
///
/// Number value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("number"), IsRequired = (false))]
+ [DataMember(Name = ("number"), IsRequired = (false))]
public double? Number
{
get;
@@ -9919,7 +9638,7 @@ public double? Number
///
/// String value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("string"), IsRequired = (false))]
+ [DataMember(Name = ("string"), IsRequired = (false))]
public string String
{
get;
@@ -9929,7 +9648,7 @@ public string String
///
/// Date value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("date"), IsRequired = (false))]
+ [DataMember(Name = ("date"), IsRequired = (false))]
public double? Date
{
get;
@@ -9939,7 +9658,7 @@ public double? Date
///
/// Array value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("array"), IsRequired = (false))]
+ [DataMember(Name = ("array"), IsRequired = (false))]
public System.Collections.Generic.IList Array
{
get;
@@ -9956,7 +9675,7 @@ public partial class KeyRange : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Lower bound.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("lower"), IsRequired = (false))]
+ [DataMember(Name = ("lower"), IsRequired = (false))]
public CefSharp.DevTools.IndexedDB.Key Lower
{
get;
@@ -9966,7 +9685,7 @@ public CefSharp.DevTools.IndexedDB.Key Lower
///
/// Upper bound.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("upper"), IsRequired = (false))]
+ [DataMember(Name = ("upper"), IsRequired = (false))]
public CefSharp.DevTools.IndexedDB.Key Upper
{
get;
@@ -9976,7 +9695,7 @@ public CefSharp.DevTools.IndexedDB.Key Upper
///
/// If true lower bound is open.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("lowerOpen"), IsRequired = (true))]
+ [DataMember(Name = ("lowerOpen"), IsRequired = (true))]
public bool LowerOpen
{
get;
@@ -9986,7 +9705,7 @@ public bool LowerOpen
///
/// If true upper bound is open.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("upperOpen"), IsRequired = (true))]
+ [DataMember(Name = ("upperOpen"), IsRequired = (true))]
public bool UpperOpen
{
get;
@@ -10003,7 +9722,7 @@ public partial class DataEntry : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Key object.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("key"), IsRequired = (true))]
+ [DataMember(Name = ("key"), IsRequired = (true))]
public CefSharp.DevTools.Runtime.RemoteObject Key
{
get;
@@ -10013,7 +9732,7 @@ public CefSharp.DevTools.Runtime.RemoteObject Key
///
/// Primary key object.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("primaryKey"), IsRequired = (true))]
+ [DataMember(Name = ("primaryKey"), IsRequired = (true))]
public CefSharp.DevTools.Runtime.RemoteObject PrimaryKey
{
get;
@@ -10023,7 +9742,7 @@ public CefSharp.DevTools.Runtime.RemoteObject PrimaryKey
///
/// Value object.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public CefSharp.DevTools.Runtime.RemoteObject Value
{
get;
@@ -10039,17 +9758,17 @@ public enum KeyPathType
///
/// null
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("null"))]
+ [EnumMember(Value = ("null"))]
Null,
///
/// string
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("string"))]
+ [EnumMember(Value = ("string"))]
String,
///
/// array
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("array"))]
+ [EnumMember(Value = ("array"))]
Array
}
@@ -10078,7 +9797,7 @@ public CefSharp.DevTools.IndexedDB.KeyPathType Type
///
/// Key path type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
internal string type
{
get;
@@ -10088,7 +9807,7 @@ internal string type
///
/// String value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("string"), IsRequired = (false))]
+ [DataMember(Name = ("string"), IsRequired = (false))]
public string String
{
get;
@@ -10098,7 +9817,7 @@ public string String
///
/// Array value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("array"), IsRequired = (false))]
+ [DataMember(Name = ("array"), IsRequired = (false))]
public string[] Array
{
get;
@@ -10118,7 +9837,7 @@ public partial class TouchPoint : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// X coordinate of the event relative to the main frame's viewport in CSS pixels.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("x"), IsRequired = (true))]
+ [DataMember(Name = ("x"), IsRequired = (true))]
public double X
{
get;
@@ -10129,7 +9848,7 @@ public double X
/// Y coordinate of the event relative to the main frame's viewport in CSS pixels. 0 refers to
/// the top of the viewport and Y increases as it proceeds towards the bottom of the viewport.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("y"), IsRequired = (true))]
+ [DataMember(Name = ("y"), IsRequired = (true))]
public double Y
{
get;
@@ -10139,7 +9858,7 @@ public double Y
///
/// X radius of the touch area (default: 1.0).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("radiusX"), IsRequired = (false))]
+ [DataMember(Name = ("radiusX"), IsRequired = (false))]
public double? RadiusX
{
get;
@@ -10149,7 +9868,7 @@ public double? RadiusX
///
/// Y radius of the touch area (default: 1.0).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("radiusY"), IsRequired = (false))]
+ [DataMember(Name = ("radiusY"), IsRequired = (false))]
public double? RadiusY
{
get;
@@ -10159,7 +9878,7 @@ public double? RadiusY
///
/// Rotation angle (default: 0.0).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("rotationAngle"), IsRequired = (false))]
+ [DataMember(Name = ("rotationAngle"), IsRequired = (false))]
public double? RotationAngle
{
get;
@@ -10169,7 +9888,7 @@ public double? RotationAngle
///
/// Force (default: 1.0).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("force"), IsRequired = (false))]
+ [DataMember(Name = ("force"), IsRequired = (false))]
public double? Force
{
get;
@@ -10179,7 +9898,7 @@ public double? Force
///
/// The normalized tangential pressure, which has a range of [-1,1] (default: 0).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("tangentialPressure"), IsRequired = (false))]
+ [DataMember(Name = ("tangentialPressure"), IsRequired = (false))]
public double? TangentialPressure
{
get;
@@ -10189,7 +9908,7 @@ public double? TangentialPressure
///
/// The plane angle between the Y-Z plane and the plane containing both the stylus axis and the Y axis, in degrees of the range [-90,90], a positive tiltX is to the right (default: 0)
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("tiltX"), IsRequired = (false))]
+ [DataMember(Name = ("tiltX"), IsRequired = (false))]
public int? TiltX
{
get;
@@ -10199,7 +9918,7 @@ public int? TiltX
///
/// The plane angle between the X-Z plane and the plane containing both the stylus axis and the X axis, in degrees of the range [-90,90], a positive tiltY is towards the user (default: 0).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("tiltY"), IsRequired = (false))]
+ [DataMember(Name = ("tiltY"), IsRequired = (false))]
public int? TiltY
{
get;
@@ -10209,7 +9928,7 @@ public int? TiltY
///
/// The clockwise rotation of a pen stylus around its own major axis, in degrees in the range [0,359] (default: 0).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("twist"), IsRequired = (false))]
+ [DataMember(Name = ("twist"), IsRequired = (false))]
public int? Twist
{
get;
@@ -10219,7 +9938,7 @@ public int? Twist
///
/// Identifier used to track touch sources between events, must be unique within an event.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("id"), IsRequired = (false))]
+ [DataMember(Name = ("id"), IsRequired = (false))]
public double? Id
{
get;
@@ -10235,17 +9954,17 @@ public enum GestureSourceType
///
/// default
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("default"))]
+ [EnumMember(Value = ("default"))]
Default,
///
/// touch
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("touch"))]
+ [EnumMember(Value = ("touch"))]
Touch,
///
/// mouse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("mouse"))]
+ [EnumMember(Value = ("mouse"))]
Mouse
}
@@ -10257,32 +9976,32 @@ public enum MouseButton
///
/// none
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("none"))]
+ [EnumMember(Value = ("none"))]
None,
///
/// left
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("left"))]
+ [EnumMember(Value = ("left"))]
Left,
///
/// middle
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("middle"))]
+ [EnumMember(Value = ("middle"))]
Middle,
///
/// right
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("right"))]
+ [EnumMember(Value = ("right"))]
Right,
///
/// back
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("back"))]
+ [EnumMember(Value = ("back"))]
Back,
///
/// forward
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("forward"))]
+ [EnumMember(Value = ("forward"))]
Forward
}
@@ -10295,7 +10014,7 @@ public partial class DragDataItem : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Mime type of the dragged data.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("mimeType"), IsRequired = (true))]
+ [DataMember(Name = ("mimeType"), IsRequired = (true))]
public string MimeType
{
get;
@@ -10306,7 +10025,7 @@ public string MimeType
/// Depending of the value of `mimeType`, it contains the dragged link,
/// text, HTML markup or any other data.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("data"), IsRequired = (true))]
+ [DataMember(Name = ("data"), IsRequired = (true))]
public string Data
{
get;
@@ -10316,7 +10035,7 @@ public string Data
///
/// Title associated with a link. Only valid when `mimeType` == "text/uri-list".
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("title"), IsRequired = (false))]
+ [DataMember(Name = ("title"), IsRequired = (false))]
public string Title
{
get;
@@ -10327,7 +10046,7 @@ public string Title
/// Stores the base URL for the contained markup. Only valid when `mimeType`
/// == "text/html".
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("baseURL"), IsRequired = (false))]
+ [DataMember(Name = ("baseURL"), IsRequired = (false))]
public string BaseURL
{
get;
@@ -10344,7 +10063,7 @@ public partial class DragData : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Items
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("items"), IsRequired = (true))]
+ [DataMember(Name = ("items"), IsRequired = (true))]
public System.Collections.Generic.IList Items
{
get;
@@ -10354,7 +10073,7 @@ public System.Collections.Generic.IList It
///
/// List of filenames that should be included when dropping
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("files"), IsRequired = (false))]
+ [DataMember(Name = ("files"), IsRequired = (false))]
public string[] Files
{
get;
@@ -10364,7 +10083,7 @@ public string[] Files
///
/// Bit field representing allowed drag operations. Copy = 1, Link = 2, Move = 16
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("dragOperationsMask"), IsRequired = (true))]
+ [DataMember(Name = ("dragOperationsMask"), IsRequired = (true))]
public int DragOperationsMask
{
get;
@@ -10382,7 +10101,7 @@ public class DragInterceptedEventArgs : CefSharp.DevTools.DevToolsDomainEventArg
///
/// Data
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("data"), IsRequired = (true))]
+ [DataMember(Name = ("data"), IsRequired = (true))]
public CefSharp.DevTools.Input.DragData Data
{
get;
@@ -10402,7 +10121,7 @@ public class DetachedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsBase
///
/// The reason why connection has been terminated.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("reason"), IsRequired = (true))]
+ [DataMember(Name = ("reason"), IsRequired = (true))]
public string Reason
{
get;
@@ -10421,17 +10140,17 @@ public enum ScrollRectType
///
/// RepaintsOnScroll
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RepaintsOnScroll"))]
+ [EnumMember(Value = ("RepaintsOnScroll"))]
RepaintsOnScroll,
///
/// TouchEventHandler
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("TouchEventHandler"))]
+ [EnumMember(Value = ("TouchEventHandler"))]
TouchEventHandler,
///
/// WheelEventHandler
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WheelEventHandler"))]
+ [EnumMember(Value = ("WheelEventHandler"))]
WheelEventHandler
}
@@ -10444,7 +10163,7 @@ public partial class ScrollRect : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Rectangle itself.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("rect"), IsRequired = (true))]
+ [DataMember(Name = ("rect"), IsRequired = (true))]
public CefSharp.DevTools.DOM.Rect Rect
{
get;
@@ -10470,7 +10189,7 @@ public CefSharp.DevTools.LayerTree.ScrollRectType Type
///
/// Reason for rectangle to force scrolling on the main thread
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
internal string type
{
get;
@@ -10487,7 +10206,7 @@ public partial class StickyPositionConstraint : CefSharp.DevTools.DevToolsDomain
///
/// Layout rectangle of the sticky element before being shifted
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("stickyBoxRect"), IsRequired = (true))]
+ [DataMember(Name = ("stickyBoxRect"), IsRequired = (true))]
public CefSharp.DevTools.DOM.Rect StickyBoxRect
{
get;
@@ -10497,7 +10216,7 @@ public CefSharp.DevTools.DOM.Rect StickyBoxRect
///
/// Layout rectangle of the containing block of the sticky element
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("containingBlockRect"), IsRequired = (true))]
+ [DataMember(Name = ("containingBlockRect"), IsRequired = (true))]
public CefSharp.DevTools.DOM.Rect ContainingBlockRect
{
get;
@@ -10507,7 +10226,7 @@ public CefSharp.DevTools.DOM.Rect ContainingBlockRect
///
/// The nearest sticky layer that shifts the sticky box
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nearestLayerShiftingStickyBox"), IsRequired = (false))]
+ [DataMember(Name = ("nearestLayerShiftingStickyBox"), IsRequired = (false))]
public string NearestLayerShiftingStickyBox
{
get;
@@ -10517,7 +10236,7 @@ public string NearestLayerShiftingStickyBox
///
/// The nearest sticky layer that shifts the containing block
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nearestLayerShiftingContainingBlock"), IsRequired = (false))]
+ [DataMember(Name = ("nearestLayerShiftingContainingBlock"), IsRequired = (false))]
public string NearestLayerShiftingContainingBlock
{
get;
@@ -10534,7 +10253,7 @@ public partial class PictureTile : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Offset from owning layer left boundary
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("x"), IsRequired = (true))]
+ [DataMember(Name = ("x"), IsRequired = (true))]
public double X
{
get;
@@ -10544,7 +10263,7 @@ public double X
///
/// Offset from owning layer top boundary
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("y"), IsRequired = (true))]
+ [DataMember(Name = ("y"), IsRequired = (true))]
public double Y
{
get;
@@ -10554,7 +10273,7 @@ public double Y
///
/// Base64-encoded snapshot data.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("picture"), IsRequired = (true))]
+ [DataMember(Name = ("picture"), IsRequired = (true))]
public byte[] Picture
{
get;
@@ -10571,7 +10290,7 @@ public partial class Layer : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// The unique id for this layer.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("layerId"), IsRequired = (true))]
+ [DataMember(Name = ("layerId"), IsRequired = (true))]
public string LayerId
{
get;
@@ -10581,7 +10300,7 @@ public string LayerId
///
/// The id of parent (not present for root).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("parentLayerId"), IsRequired = (false))]
+ [DataMember(Name = ("parentLayerId"), IsRequired = (false))]
public string ParentLayerId
{
get;
@@ -10591,7 +10310,7 @@ public string ParentLayerId
///
/// The backend id for the node associated with this layer.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("backendNodeId"), IsRequired = (false))]
+ [DataMember(Name = ("backendNodeId"), IsRequired = (false))]
public int? BackendNodeId
{
get;
@@ -10601,7 +10320,7 @@ public int? BackendNodeId
///
/// Offset from parent layer, X coordinate.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("offsetX"), IsRequired = (true))]
+ [DataMember(Name = ("offsetX"), IsRequired = (true))]
public double OffsetX
{
get;
@@ -10611,7 +10330,7 @@ public double OffsetX
///
/// Offset from parent layer, Y coordinate.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("offsetY"), IsRequired = (true))]
+ [DataMember(Name = ("offsetY"), IsRequired = (true))]
public double OffsetY
{
get;
@@ -10621,7 +10340,7 @@ public double OffsetY
///
/// Layer width.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("width"), IsRequired = (true))]
+ [DataMember(Name = ("width"), IsRequired = (true))]
public double Width
{
get;
@@ -10631,7 +10350,7 @@ public double Width
///
/// Layer height.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("height"), IsRequired = (true))]
+ [DataMember(Name = ("height"), IsRequired = (true))]
public double Height
{
get;
@@ -10641,7 +10360,7 @@ public double Height
///
/// Transformation matrix for layer, default is identity matrix
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("transform"), IsRequired = (false))]
+ [DataMember(Name = ("transform"), IsRequired = (false))]
public double[] Transform
{
get;
@@ -10651,7 +10370,7 @@ public double[] Transform
///
/// Transform anchor point X, absent if no transform specified
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("anchorX"), IsRequired = (false))]
+ [DataMember(Name = ("anchorX"), IsRequired = (false))]
public double? AnchorX
{
get;
@@ -10661,7 +10380,7 @@ public double? AnchorX
///
/// Transform anchor point Y, absent if no transform specified
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("anchorY"), IsRequired = (false))]
+ [DataMember(Name = ("anchorY"), IsRequired = (false))]
public double? AnchorY
{
get;
@@ -10671,7 +10390,7 @@ public double? AnchorY
///
/// Transform anchor point Z, absent if no transform specified
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("anchorZ"), IsRequired = (false))]
+ [DataMember(Name = ("anchorZ"), IsRequired = (false))]
public double? AnchorZ
{
get;
@@ -10681,7 +10400,7 @@ public double? AnchorZ
///
/// Indicates how many time this layer has painted.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("paintCount"), IsRequired = (true))]
+ [DataMember(Name = ("paintCount"), IsRequired = (true))]
public int PaintCount
{
get;
@@ -10692,7 +10411,7 @@ public int PaintCount
/// Indicates whether this layer hosts any content, rather than being used for
/// transform/scrolling purposes only.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("drawsContent"), IsRequired = (true))]
+ [DataMember(Name = ("drawsContent"), IsRequired = (true))]
public bool DrawsContent
{
get;
@@ -10702,7 +10421,7 @@ public bool DrawsContent
///
/// Set if layer is not visible.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("invisible"), IsRequired = (false))]
+ [DataMember(Name = ("invisible"), IsRequired = (false))]
public bool? Invisible
{
get;
@@ -10712,7 +10431,7 @@ public bool? Invisible
///
/// Rectangles scrolling on main thread only.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scrollRects"), IsRequired = (false))]
+ [DataMember(Name = ("scrollRects"), IsRequired = (false))]
public System.Collections.Generic.IList ScrollRects
{
get;
@@ -10722,7 +10441,7 @@ public System.Collections.Generic.IList
///
/// Sticky position constraint information
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("stickyPositionConstraint"), IsRequired = (false))]
+ [DataMember(Name = ("stickyPositionConstraint"), IsRequired = (false))]
public CefSharp.DevTools.LayerTree.StickyPositionConstraint StickyPositionConstraint
{
get;
@@ -10739,7 +10458,7 @@ public class LayerPaintedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsBa
///
/// The id of the painted layer.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("layerId"), IsRequired = (true))]
+ [DataMember(Name = ("layerId"), IsRequired = (true))]
public string LayerId
{
get;
@@ -10749,7 +10468,7 @@ public string LayerId
///
/// Clip rectangle.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("clip"), IsRequired = (true))]
+ [DataMember(Name = ("clip"), IsRequired = (true))]
public CefSharp.DevTools.DOM.Rect Clip
{
get;
@@ -10766,7 +10485,7 @@ public class LayerTreeDidChangeEventArgs : CefSharp.DevTools.DevToolsDomainEvent
///
/// Layer tree, absent if not in the comspositing mode.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("layers"), IsRequired = (false))]
+ [DataMember(Name = ("layers"), IsRequired = (false))]
public System.Collections.Generic.IList Layers
{
get;
@@ -10785,67 +10504,67 @@ public enum LogEntrySource
///
/// xml
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("xml"))]
+ [EnumMember(Value = ("xml"))]
Xml,
///
/// javascript
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("javascript"))]
+ [EnumMember(Value = ("javascript"))]
Javascript,
///
/// network
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("network"))]
+ [EnumMember(Value = ("network"))]
Network,
///
/// storage
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("storage"))]
+ [EnumMember(Value = ("storage"))]
Storage,
///
/// appcache
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("appcache"))]
+ [EnumMember(Value = ("appcache"))]
Appcache,
///
/// rendering
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("rendering"))]
+ [EnumMember(Value = ("rendering"))]
Rendering,
///
/// security
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("security"))]
+ [EnumMember(Value = ("security"))]
Security,
///
/// deprecation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("deprecation"))]
+ [EnumMember(Value = ("deprecation"))]
Deprecation,
///
/// worker
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("worker"))]
+ [EnumMember(Value = ("worker"))]
Worker,
///
/// violation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("violation"))]
+ [EnumMember(Value = ("violation"))]
Violation,
///
/// intervention
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("intervention"))]
+ [EnumMember(Value = ("intervention"))]
Intervention,
///
/// recommendation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("recommendation"))]
+ [EnumMember(Value = ("recommendation"))]
Recommendation,
///
/// other
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("other"))]
+ [EnumMember(Value = ("other"))]
Other
}
@@ -10857,22 +10576,22 @@ public enum LogEntryLevel
///
/// verbose
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("verbose"))]
+ [EnumMember(Value = ("verbose"))]
Verbose,
///
/// info
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("info"))]
+ [EnumMember(Value = ("info"))]
Info,
///
/// warning
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("warning"))]
+ [EnumMember(Value = ("warning"))]
Warning,
///
/// error
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("error"))]
+ [EnumMember(Value = ("error"))]
Error
}
@@ -10884,7 +10603,7 @@ public enum LogEntryCategory
///
/// cors
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("cors"))]
+ [EnumMember(Value = ("cors"))]
Cors
}
@@ -10913,7 +10632,7 @@ public CefSharp.DevTools.Log.LogEntrySource Source
///
/// Log entry source.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("source"), IsRequired = (true))]
+ [DataMember(Name = ("source"), IsRequired = (true))]
internal string source
{
get;
@@ -10939,7 +10658,7 @@ public CefSharp.DevTools.Log.LogEntryLevel Level
///
/// Log entry severity.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("level"), IsRequired = (true))]
+ [DataMember(Name = ("level"), IsRequired = (true))]
internal string level
{
get;
@@ -10949,7 +10668,7 @@ internal string level
///
/// Logged text.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("text"), IsRequired = (true))]
+ [DataMember(Name = ("text"), IsRequired = (true))]
public string Text
{
get;
@@ -10975,7 +10694,7 @@ public CefSharp.DevTools.Log.LogEntryCategory? Category
///
/// Category
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("category"), IsRequired = (false))]
+ [DataMember(Name = ("category"), IsRequired = (false))]
internal string category
{
get;
@@ -10985,7 +10704,7 @@ internal string category
///
/// Timestamp when this entry was added.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -10995,7 +10714,7 @@ public double Timestamp
///
/// URL of the resource if known.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (false))]
+ [DataMember(Name = ("url"), IsRequired = (false))]
public string Url
{
get;
@@ -11005,7 +10724,7 @@ public string Url
///
/// Line number in the resource.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("lineNumber"), IsRequired = (false))]
+ [DataMember(Name = ("lineNumber"), IsRequired = (false))]
public int? LineNumber
{
get;
@@ -11015,7 +10734,7 @@ public int? LineNumber
///
/// JavaScript stack trace.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("stackTrace"), IsRequired = (false))]
+ [DataMember(Name = ("stackTrace"), IsRequired = (false))]
public CefSharp.DevTools.Runtime.StackTrace StackTrace
{
get;
@@ -11025,7 +10744,7 @@ public CefSharp.DevTools.Runtime.StackTrace StackTrace
///
/// Identifier of the network request associated with this entry.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("networkRequestId"), IsRequired = (false))]
+ [DataMember(Name = ("networkRequestId"), IsRequired = (false))]
public string NetworkRequestId
{
get;
@@ -11035,7 +10754,7 @@ public string NetworkRequestId
///
/// Identifier of the worker associated with this entry.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("workerId"), IsRequired = (false))]
+ [DataMember(Name = ("workerId"), IsRequired = (false))]
public string WorkerId
{
get;
@@ -11045,7 +10764,7 @@ public string WorkerId
///
/// Call arguments.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("args"), IsRequired = (false))]
+ [DataMember(Name = ("args"), IsRequired = (false))]
public System.Collections.Generic.IList Args
{
get;
@@ -11061,37 +10780,37 @@ public enum ViolationSettingName
///
/// longTask
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("longTask"))]
+ [EnumMember(Value = ("longTask"))]
LongTask,
///
/// longLayout
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("longLayout"))]
+ [EnumMember(Value = ("longLayout"))]
LongLayout,
///
/// blockedEvent
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("blockedEvent"))]
+ [EnumMember(Value = ("blockedEvent"))]
BlockedEvent,
///
/// blockedParser
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("blockedParser"))]
+ [EnumMember(Value = ("blockedParser"))]
BlockedParser,
///
/// discouragedAPIUse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("discouragedAPIUse"))]
+ [EnumMember(Value = ("discouragedAPIUse"))]
DiscouragedAPIUse,
///
/// handler
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("handler"))]
+ [EnumMember(Value = ("handler"))]
Handler,
///
/// recurringHandler
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("recurringHandler"))]
+ [EnumMember(Value = ("recurringHandler"))]
RecurringHandler
}
@@ -11120,7 +10839,7 @@ public CefSharp.DevTools.Log.ViolationSettingName Name
///
/// Violation type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
internal string name
{
get;
@@ -11130,7 +10849,7 @@ internal string name
///
/// Time threshold to trigger upon.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("threshold"), IsRequired = (true))]
+ [DataMember(Name = ("threshold"), IsRequired = (true))]
public double Threshold
{
get;
@@ -11147,7 +10866,7 @@ public class EntryAddedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsBase
///
/// The entry.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("entry"), IsRequired = (true))]
+ [DataMember(Name = ("entry"), IsRequired = (true))]
public CefSharp.DevTools.Log.LogEntry Entry
{
get;
@@ -11166,12 +10885,12 @@ public enum PressureLevel
///
/// moderate
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("moderate"))]
+ [EnumMember(Value = ("moderate"))]
Moderate,
///
/// critical
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("critical"))]
+ [EnumMember(Value = ("critical"))]
Critical
}
@@ -11184,7 +10903,7 @@ public partial class SamplingProfileNode : CefSharp.DevTools.DevToolsDomainEntit
///
/// Size of the sampled allocation.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("size"), IsRequired = (true))]
+ [DataMember(Name = ("size"), IsRequired = (true))]
public double Size
{
get;
@@ -11194,7 +10913,7 @@ public double Size
///
/// Total bytes attributed to this sample.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("total"), IsRequired = (true))]
+ [DataMember(Name = ("total"), IsRequired = (true))]
public double Total
{
get;
@@ -11204,7 +10923,7 @@ public double Total
///
/// Execution stack at the point of allocation.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("stack"), IsRequired = (true))]
+ [DataMember(Name = ("stack"), IsRequired = (true))]
public string[] Stack
{
get;
@@ -11221,7 +10940,7 @@ public partial class SamplingProfile : CefSharp.DevTools.DevToolsDomainEntityBas
///
/// Samples
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("samples"), IsRequired = (true))]
+ [DataMember(Name = ("samples"), IsRequired = (true))]
public System.Collections.Generic.IList Samples
{
get;
@@ -11231,7 +10950,7 @@ public System.Collections.Generic.IList
/// Modules
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("modules"), IsRequired = (true))]
+ [DataMember(Name = ("modules"), IsRequired = (true))]
public System.Collections.Generic.IList Modules
{
get;
@@ -11248,7 +10967,7 @@ public partial class Module : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Name of the module.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -11258,7 +10977,7 @@ public string Name
///
/// UUID of the module.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("uuid"), IsRequired = (true))]
+ [DataMember(Name = ("uuid"), IsRequired = (true))]
public string Uuid
{
get;
@@ -11269,7 +10988,7 @@ public string Uuid
/// Base address where the module is loaded into memory. Encoded as a decimal
/// or hexadecimal (0x prefixed) string.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("baseAddress"), IsRequired = (true))]
+ [DataMember(Name = ("baseAddress"), IsRequired = (true))]
public string BaseAddress
{
get;
@@ -11279,7 +10998,7 @@ public string BaseAddress
///
/// Size of the module in bytes.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("size"), IsRequired = (true))]
+ [DataMember(Name = ("size"), IsRequired = (true))]
public double Size
{
get;
@@ -11298,92 +11017,92 @@ public enum ResourceType
///
/// Document
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Document"))]
+ [EnumMember(Value = ("Document"))]
Document,
///
/// Stylesheet
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Stylesheet"))]
+ [EnumMember(Value = ("Stylesheet"))]
Stylesheet,
///
/// Image
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Image"))]
+ [EnumMember(Value = ("Image"))]
Image,
///
/// Media
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Media"))]
+ [EnumMember(Value = ("Media"))]
Media,
///
/// Font
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Font"))]
+ [EnumMember(Value = ("Font"))]
Font,
///
/// Script
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Script"))]
+ [EnumMember(Value = ("Script"))]
Script,
///
/// TextTrack
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("TextTrack"))]
+ [EnumMember(Value = ("TextTrack"))]
TextTrack,
///
/// XHR
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("XHR"))]
+ [EnumMember(Value = ("XHR"))]
XHR,
///
/// Fetch
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Fetch"))]
+ [EnumMember(Value = ("Fetch"))]
Fetch,
///
/// Prefetch
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Prefetch"))]
+ [EnumMember(Value = ("Prefetch"))]
Prefetch,
///
/// EventSource
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EventSource"))]
+ [EnumMember(Value = ("EventSource"))]
EventSource,
///
/// WebSocket
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WebSocket"))]
+ [EnumMember(Value = ("WebSocket"))]
WebSocket,
///
/// Manifest
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Manifest"))]
+ [EnumMember(Value = ("Manifest"))]
Manifest,
///
/// SignedExchange
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SignedExchange"))]
+ [EnumMember(Value = ("SignedExchange"))]
SignedExchange,
///
/// Ping
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Ping"))]
+ [EnumMember(Value = ("Ping"))]
Ping,
///
/// CSPViolationReport
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CSPViolationReport"))]
+ [EnumMember(Value = ("CSPViolationReport"))]
CSPViolationReport,
///
/// Preflight
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Preflight"))]
+ [EnumMember(Value = ("Preflight"))]
Preflight,
///
/// Other
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Other"))]
+ [EnumMember(Value = ("Other"))]
Other
}
@@ -11395,72 +11114,72 @@ public enum ErrorReason
///
/// Failed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Failed"))]
+ [EnumMember(Value = ("Failed"))]
Failed,
///
/// Aborted
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Aborted"))]
+ [EnumMember(Value = ("Aborted"))]
Aborted,
///
/// TimedOut
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("TimedOut"))]
+ [EnumMember(Value = ("TimedOut"))]
TimedOut,
///
/// AccessDenied
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("AccessDenied"))]
+ [EnumMember(Value = ("AccessDenied"))]
AccessDenied,
///
/// ConnectionClosed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ConnectionClosed"))]
+ [EnumMember(Value = ("ConnectionClosed"))]
ConnectionClosed,
///
/// ConnectionReset
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ConnectionReset"))]
+ [EnumMember(Value = ("ConnectionReset"))]
ConnectionReset,
///
/// ConnectionRefused
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ConnectionRefused"))]
+ [EnumMember(Value = ("ConnectionRefused"))]
ConnectionRefused,
///
/// ConnectionAborted
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ConnectionAborted"))]
+ [EnumMember(Value = ("ConnectionAborted"))]
ConnectionAborted,
///
/// ConnectionFailed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ConnectionFailed"))]
+ [EnumMember(Value = ("ConnectionFailed"))]
ConnectionFailed,
///
/// NameNotResolved
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NameNotResolved"))]
+ [EnumMember(Value = ("NameNotResolved"))]
NameNotResolved,
///
/// InternetDisconnected
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InternetDisconnected"))]
+ [EnumMember(Value = ("InternetDisconnected"))]
InternetDisconnected,
///
/// AddressUnreachable
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("AddressUnreachable"))]
+ [EnumMember(Value = ("AddressUnreachable"))]
AddressUnreachable,
///
/// BlockedByClient
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("BlockedByClient"))]
+ [EnumMember(Value = ("BlockedByClient"))]
BlockedByClient,
///
/// BlockedByResponse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("BlockedByResponse"))]
+ [EnumMember(Value = ("BlockedByResponse"))]
BlockedByResponse
}
@@ -11472,47 +11191,47 @@ public enum ConnectionType
///
/// none
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("none"))]
+ [EnumMember(Value = ("none"))]
None,
///
/// cellular2g
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("cellular2g"))]
+ [EnumMember(Value = ("cellular2g"))]
Cellular2g,
///
/// cellular3g
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("cellular3g"))]
+ [EnumMember(Value = ("cellular3g"))]
Cellular3g,
///
/// cellular4g
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("cellular4g"))]
+ [EnumMember(Value = ("cellular4g"))]
Cellular4g,
///
/// bluetooth
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("bluetooth"))]
+ [EnumMember(Value = ("bluetooth"))]
Bluetooth,
///
/// ethernet
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ethernet"))]
+ [EnumMember(Value = ("ethernet"))]
Ethernet,
///
/// wifi
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("wifi"))]
+ [EnumMember(Value = ("wifi"))]
Wifi,
///
/// wimax
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("wimax"))]
+ [EnumMember(Value = ("wimax"))]
Wimax,
///
/// other
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("other"))]
+ [EnumMember(Value = ("other"))]
Other
}
@@ -11525,17 +11244,17 @@ public enum CookieSameSite
///
/// Strict
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Strict"))]
+ [EnumMember(Value = ("Strict"))]
Strict,
///
/// Lax
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Lax"))]
+ [EnumMember(Value = ("Lax"))]
Lax,
///
/// None
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("None"))]
+ [EnumMember(Value = ("None"))]
None
}
@@ -11548,17 +11267,17 @@ public enum CookiePriority
///
/// Low
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Low"))]
+ [EnumMember(Value = ("Low"))]
Low,
///
/// Medium
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Medium"))]
+ [EnumMember(Value = ("Medium"))]
Medium,
///
/// High
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("High"))]
+ [EnumMember(Value = ("High"))]
High
}
@@ -11572,17 +11291,17 @@ public enum CookieSourceScheme
///
/// Unset
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Unset"))]
+ [EnumMember(Value = ("Unset"))]
Unset,
///
/// NonSecure
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NonSecure"))]
+ [EnumMember(Value = ("NonSecure"))]
NonSecure,
///
/// Secure
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Secure"))]
+ [EnumMember(Value = ("Secure"))]
Secure
}
@@ -11596,7 +11315,7 @@ public partial class ResourceTiming : CefSharp.DevTools.DevToolsDomainEntityBase
/// Timing's requestTime is a baseline in seconds, while the other numbers are ticks in
/// milliseconds relatively to this requestTime.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestTime"), IsRequired = (true))]
+ [DataMember(Name = ("requestTime"), IsRequired = (true))]
public double RequestTime
{
get;
@@ -11606,7 +11325,7 @@ public double RequestTime
///
/// Started resolving proxy.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("proxyStart"), IsRequired = (true))]
+ [DataMember(Name = ("proxyStart"), IsRequired = (true))]
public double ProxyStart
{
get;
@@ -11616,7 +11335,7 @@ public double ProxyStart
///
/// Finished resolving proxy.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("proxyEnd"), IsRequired = (true))]
+ [DataMember(Name = ("proxyEnd"), IsRequired = (true))]
public double ProxyEnd
{
get;
@@ -11626,7 +11345,7 @@ public double ProxyEnd
///
/// Started DNS address resolve.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("dnsStart"), IsRequired = (true))]
+ [DataMember(Name = ("dnsStart"), IsRequired = (true))]
public double DnsStart
{
get;
@@ -11636,7 +11355,7 @@ public double DnsStart
///
/// Finished DNS address resolve.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("dnsEnd"), IsRequired = (true))]
+ [DataMember(Name = ("dnsEnd"), IsRequired = (true))]
public double DnsEnd
{
get;
@@ -11646,7 +11365,7 @@ public double DnsEnd
///
/// Started connecting to the remote host.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("connectStart"), IsRequired = (true))]
+ [DataMember(Name = ("connectStart"), IsRequired = (true))]
public double ConnectStart
{
get;
@@ -11656,7 +11375,7 @@ public double ConnectStart
///
/// Connected to the remote host.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("connectEnd"), IsRequired = (true))]
+ [DataMember(Name = ("connectEnd"), IsRequired = (true))]
public double ConnectEnd
{
get;
@@ -11666,7 +11385,7 @@ public double ConnectEnd
///
/// Started SSL handshake.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sslStart"), IsRequired = (true))]
+ [DataMember(Name = ("sslStart"), IsRequired = (true))]
public double SslStart
{
get;
@@ -11676,7 +11395,7 @@ public double SslStart
///
/// Finished SSL handshake.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sslEnd"), IsRequired = (true))]
+ [DataMember(Name = ("sslEnd"), IsRequired = (true))]
public double SslEnd
{
get;
@@ -11686,7 +11405,7 @@ public double SslEnd
///
/// Started running ServiceWorker.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("workerStart"), IsRequired = (true))]
+ [DataMember(Name = ("workerStart"), IsRequired = (true))]
public double WorkerStart
{
get;
@@ -11696,7 +11415,7 @@ public double WorkerStart
///
/// Finished Starting ServiceWorker.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("workerReady"), IsRequired = (true))]
+ [DataMember(Name = ("workerReady"), IsRequired = (true))]
public double WorkerReady
{
get;
@@ -11706,7 +11425,7 @@ public double WorkerReady
///
/// Started fetch event.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("workerFetchStart"), IsRequired = (true))]
+ [DataMember(Name = ("workerFetchStart"), IsRequired = (true))]
public double WorkerFetchStart
{
get;
@@ -11716,7 +11435,7 @@ public double WorkerFetchStart
///
/// Settled fetch event respondWith promise.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("workerRespondWithSettled"), IsRequired = (true))]
+ [DataMember(Name = ("workerRespondWithSettled"), IsRequired = (true))]
public double WorkerRespondWithSettled
{
get;
@@ -11726,7 +11445,7 @@ public double WorkerRespondWithSettled
///
/// Started sending request.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sendStart"), IsRequired = (true))]
+ [DataMember(Name = ("sendStart"), IsRequired = (true))]
public double SendStart
{
get;
@@ -11736,7 +11455,7 @@ public double SendStart
///
/// Finished sending request.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sendEnd"), IsRequired = (true))]
+ [DataMember(Name = ("sendEnd"), IsRequired = (true))]
public double SendEnd
{
get;
@@ -11746,7 +11465,7 @@ public double SendEnd
///
/// Time the server started pushing request.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pushStart"), IsRequired = (true))]
+ [DataMember(Name = ("pushStart"), IsRequired = (true))]
public double PushStart
{
get;
@@ -11756,7 +11475,7 @@ public double PushStart
///
/// Time the server finished pushing request.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pushEnd"), IsRequired = (true))]
+ [DataMember(Name = ("pushEnd"), IsRequired = (true))]
public double PushEnd
{
get;
@@ -11766,7 +11485,7 @@ public double PushEnd
///
/// Finished receiving response headers.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("receiveHeadersEnd"), IsRequired = (true))]
+ [DataMember(Name = ("receiveHeadersEnd"), IsRequired = (true))]
public double ReceiveHeadersEnd
{
get;
@@ -11782,27 +11501,27 @@ public enum ResourcePriority
///
/// VeryLow
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("VeryLow"))]
+ [EnumMember(Value = ("VeryLow"))]
VeryLow,
///
/// Low
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Low"))]
+ [EnumMember(Value = ("Low"))]
Low,
///
/// Medium
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Medium"))]
+ [EnumMember(Value = ("Medium"))]
Medium,
///
/// High
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("High"))]
+ [EnumMember(Value = ("High"))]
High,
///
/// VeryHigh
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("VeryHigh"))]
+ [EnumMember(Value = ("VeryHigh"))]
VeryHigh
}
@@ -11815,7 +11534,7 @@ public partial class PostDataEntry : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Bytes
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("bytes"), IsRequired = (false))]
+ [DataMember(Name = ("bytes"), IsRequired = (false))]
public byte[] Bytes
{
get;
@@ -11831,42 +11550,42 @@ public enum RequestReferrerPolicy
///
/// unsafe-url
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("unsafe-url"))]
+ [EnumMember(Value = ("unsafe-url"))]
UnsafeUrl,
///
/// no-referrer-when-downgrade
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("no-referrer-when-downgrade"))]
+ [EnumMember(Value = ("no-referrer-when-downgrade"))]
NoReferrerWhenDowngrade,
///
/// no-referrer
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("no-referrer"))]
+ [EnumMember(Value = ("no-referrer"))]
NoReferrer,
///
/// origin
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("origin"))]
+ [EnumMember(Value = ("origin"))]
Origin,
///
/// origin-when-cross-origin
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("origin-when-cross-origin"))]
+ [EnumMember(Value = ("origin-when-cross-origin"))]
OriginWhenCrossOrigin,
///
/// same-origin
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("same-origin"))]
+ [EnumMember(Value = ("same-origin"))]
SameOrigin,
///
/// strict-origin
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("strict-origin"))]
+ [EnumMember(Value = ("strict-origin"))]
StrictOrigin,
///
/// strict-origin-when-cross-origin
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("strict-origin-when-cross-origin"))]
+ [EnumMember(Value = ("strict-origin-when-cross-origin"))]
StrictOriginWhenCrossOrigin
}
@@ -11879,7 +11598,7 @@ public partial class Request : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Request URL (without fragment).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -11889,7 +11608,7 @@ public string Url
///
/// Fragment of the requested URL starting with hash, if present.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("urlFragment"), IsRequired = (false))]
+ [DataMember(Name = ("urlFragment"), IsRequired = (false))]
public string UrlFragment
{
get;
@@ -11899,7 +11618,7 @@ public string UrlFragment
///
/// HTTP request method.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("method"), IsRequired = (true))]
+ [DataMember(Name = ("method"), IsRequired = (true))]
public string Method
{
get;
@@ -11909,7 +11628,7 @@ public string Method
///
/// HTTP request headers.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("headers"), IsRequired = (true))]
+ [DataMember(Name = ("headers"), IsRequired = (true))]
public CefSharp.DevTools.Network.Headers Headers
{
get;
@@ -11919,7 +11638,7 @@ public CefSharp.DevTools.Network.Headers Headers
///
/// HTTP POST request data.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("postData"), IsRequired = (false))]
+ [DataMember(Name = ("postData"), IsRequired = (false))]
public string PostData
{
get;
@@ -11929,7 +11648,7 @@ public string PostData
///
/// True when the request has POST data. Note that postData might still be omitted when this flag is true when the data is too long.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("hasPostData"), IsRequired = (false))]
+ [DataMember(Name = ("hasPostData"), IsRequired = (false))]
public bool? HasPostData
{
get;
@@ -11939,7 +11658,7 @@ public bool? HasPostData
///
/// Request body elements. This will be converted from base64 to binary
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("postDataEntries"), IsRequired = (false))]
+ [DataMember(Name = ("postDataEntries"), IsRequired = (false))]
public System.Collections.Generic.IList PostDataEntries
{
get;
@@ -11965,7 +11684,7 @@ public CefSharp.DevTools.Security.MixedContentType? MixedContentType
///
/// The mixed content type of the request.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("mixedContentType"), IsRequired = (false))]
+ [DataMember(Name = ("mixedContentType"), IsRequired = (false))]
internal string mixedContentType
{
get;
@@ -11991,7 +11710,7 @@ public CefSharp.DevTools.Network.ResourcePriority InitialPriority
///
/// Priority of the resource request at the time request is sent.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("initialPriority"), IsRequired = (true))]
+ [DataMember(Name = ("initialPriority"), IsRequired = (true))]
internal string initialPriority
{
get;
@@ -12017,7 +11736,7 @@ public CefSharp.DevTools.Network.RequestReferrerPolicy ReferrerPolicy
///
/// The referrer policy of the request, as defined in https://www.w3.org/TR/referrer-policy/
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("referrerPolicy"), IsRequired = (true))]
+ [DataMember(Name = ("referrerPolicy"), IsRequired = (true))]
internal string referrerPolicy
{
get;
@@ -12027,7 +11746,7 @@ internal string referrerPolicy
///
/// Whether is loaded via link preload.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isLinkPreload"), IsRequired = (false))]
+ [DataMember(Name = ("isLinkPreload"), IsRequired = (false))]
public bool? IsLinkPreload
{
get;
@@ -12038,7 +11757,7 @@ public bool? IsLinkPreload
/// Set for requests when the TrustToken API is used. Contains the parameters
/// passed by the developer (e.g. via "fetch") as understood by the backend.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("trustTokenParams"), IsRequired = (false))]
+ [DataMember(Name = ("trustTokenParams"), IsRequired = (false))]
public CefSharp.DevTools.Network.TrustTokenParams TrustTokenParams
{
get;
@@ -12049,7 +11768,7 @@ public CefSharp.DevTools.Network.TrustTokenParams TrustTokenParams
/// True if this resource request is considered to be the 'same site' as the
/// request correspondinfg to the main frame.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isSameSite"), IsRequired = (false))]
+ [DataMember(Name = ("isSameSite"), IsRequired = (false))]
public bool? IsSameSite
{
get;
@@ -12066,7 +11785,7 @@ public partial class SignedCertificateTimestamp : CefSharp.DevTools.DevToolsDoma
///
/// Validation status.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("status"), IsRequired = (true))]
+ [DataMember(Name = ("status"), IsRequired = (true))]
public string Status
{
get;
@@ -12076,7 +11795,7 @@ public string Status
///
/// Origin.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("origin"), IsRequired = (true))]
+ [DataMember(Name = ("origin"), IsRequired = (true))]
public string Origin
{
get;
@@ -12086,7 +11805,7 @@ public string Origin
///
/// Log name / description.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("logDescription"), IsRequired = (true))]
+ [DataMember(Name = ("logDescription"), IsRequired = (true))]
public string LogDescription
{
get;
@@ -12096,7 +11815,7 @@ public string LogDescription
///
/// Log ID.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("logId"), IsRequired = (true))]
+ [DataMember(Name = ("logId"), IsRequired = (true))]
public string LogId
{
get;
@@ -12107,7 +11826,7 @@ public string LogId
/// Issuance date. Unlike TimeSinceEpoch, this contains the number of
/// milliseconds since January 1, 1970, UTC, not the number of seconds.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -12117,7 +11836,7 @@ public double Timestamp
///
/// Hash algorithm.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("hashAlgorithm"), IsRequired = (true))]
+ [DataMember(Name = ("hashAlgorithm"), IsRequired = (true))]
public string HashAlgorithm
{
get;
@@ -12127,7 +11846,7 @@ public string HashAlgorithm
///
/// Signature algorithm.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("signatureAlgorithm"), IsRequired = (true))]
+ [DataMember(Name = ("signatureAlgorithm"), IsRequired = (true))]
public string SignatureAlgorithm
{
get;
@@ -12137,7 +11856,7 @@ public string SignatureAlgorithm
///
/// Signature data.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("signatureData"), IsRequired = (true))]
+ [DataMember(Name = ("signatureData"), IsRequired = (true))]
public string SignatureData
{
get;
@@ -12154,7 +11873,7 @@ public partial class SecurityDetails : CefSharp.DevTools.DevToolsDomainEntityBas
///
/// Protocol name (e.g. "TLS 1.2" or "QUIC").
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("protocol"), IsRequired = (true))]
+ [DataMember(Name = ("protocol"), IsRequired = (true))]
public string Protocol
{
get;
@@ -12164,7 +11883,7 @@ public string Protocol
///
/// Key Exchange used by the connection, or the empty string if not applicable.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("keyExchange"), IsRequired = (true))]
+ [DataMember(Name = ("keyExchange"), IsRequired = (true))]
public string KeyExchange
{
get;
@@ -12174,7 +11893,7 @@ public string KeyExchange
///
/// (EC)DH group used by the connection, if applicable.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("keyExchangeGroup"), IsRequired = (false))]
+ [DataMember(Name = ("keyExchangeGroup"), IsRequired = (false))]
public string KeyExchangeGroup
{
get;
@@ -12184,7 +11903,7 @@ public string KeyExchangeGroup
///
/// Cipher name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cipher"), IsRequired = (true))]
+ [DataMember(Name = ("cipher"), IsRequired = (true))]
public string Cipher
{
get;
@@ -12194,7 +11913,7 @@ public string Cipher
///
/// TLS MAC. Note that AEAD ciphers do not have separate MACs.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("mac"), IsRequired = (false))]
+ [DataMember(Name = ("mac"), IsRequired = (false))]
public string Mac
{
get;
@@ -12204,7 +11923,7 @@ public string Mac
///
/// Certificate ID value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("certificateId"), IsRequired = (true))]
+ [DataMember(Name = ("certificateId"), IsRequired = (true))]
public int CertificateId
{
get;
@@ -12214,7 +11933,7 @@ public int CertificateId
///
/// Certificate subject name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("subjectName"), IsRequired = (true))]
+ [DataMember(Name = ("subjectName"), IsRequired = (true))]
public string SubjectName
{
get;
@@ -12224,7 +11943,7 @@ public string SubjectName
///
/// Subject Alternative Name (SAN) DNS names and IP addresses.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sanList"), IsRequired = (true))]
+ [DataMember(Name = ("sanList"), IsRequired = (true))]
public string[] SanList
{
get;
@@ -12234,7 +11953,7 @@ public string[] SanList
///
/// Name of the issuing CA.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("issuer"), IsRequired = (true))]
+ [DataMember(Name = ("issuer"), IsRequired = (true))]
public string Issuer
{
get;
@@ -12244,7 +11963,7 @@ public string Issuer
///
/// Certificate valid from date.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("validFrom"), IsRequired = (true))]
+ [DataMember(Name = ("validFrom"), IsRequired = (true))]
public double ValidFrom
{
get;
@@ -12254,7 +11973,7 @@ public double ValidFrom
///
/// Certificate valid to (expiration) date
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("validTo"), IsRequired = (true))]
+ [DataMember(Name = ("validTo"), IsRequired = (true))]
public double ValidTo
{
get;
@@ -12264,7 +11983,7 @@ public double ValidTo
///
/// List of signed certificate timestamps (SCTs).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("signedCertificateTimestampList"), IsRequired = (true))]
+ [DataMember(Name = ("signedCertificateTimestampList"), IsRequired = (true))]
public System.Collections.Generic.IList SignedCertificateTimestampList
{
get;
@@ -12290,7 +12009,7 @@ public CefSharp.DevTools.Network.CertificateTransparencyCompliance CertificateTr
///
/// Whether the request complied with Certificate Transparency policy
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("certificateTransparencyCompliance"), IsRequired = (true))]
+ [DataMember(Name = ("certificateTransparencyCompliance"), IsRequired = (true))]
internal string certificateTransparencyCompliance
{
get;
@@ -12302,7 +12021,7 @@ internal string certificateTransparencyCompliance
/// represented as a TLS SignatureScheme code point. Omitted if not
/// applicable or not known.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("serverSignatureAlgorithm"), IsRequired = (false))]
+ [DataMember(Name = ("serverSignatureAlgorithm"), IsRequired = (false))]
public int? ServerSignatureAlgorithm
{
get;
@@ -12312,7 +12031,7 @@ public int? ServerSignatureAlgorithm
///
/// Whether the connection used Encrypted ClientHello
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("encryptedClientHello"), IsRequired = (true))]
+ [DataMember(Name = ("encryptedClientHello"), IsRequired = (true))]
public bool EncryptedClientHello
{
get;
@@ -12328,17 +12047,17 @@ public enum CertificateTransparencyCompliance
///
/// unknown
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("unknown"))]
+ [EnumMember(Value = ("unknown"))]
Unknown,
///
/// not-compliant
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("not-compliant"))]
+ [EnumMember(Value = ("not-compliant"))]
NotCompliant,
///
/// compliant
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("compliant"))]
+ [EnumMember(Value = ("compliant"))]
Compliant
}
@@ -12350,62 +12069,62 @@ public enum BlockedReason
///
/// other
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("other"))]
+ [EnumMember(Value = ("other"))]
Other,
///
/// csp
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("csp"))]
+ [EnumMember(Value = ("csp"))]
Csp,
///
/// mixed-content
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("mixed-content"))]
+ [EnumMember(Value = ("mixed-content"))]
MixedContent,
///
/// origin
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("origin"))]
+ [EnumMember(Value = ("origin"))]
Origin,
///
/// inspector
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("inspector"))]
+ [EnumMember(Value = ("inspector"))]
Inspector,
///
/// subresource-filter
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("subresource-filter"))]
+ [EnumMember(Value = ("subresource-filter"))]
SubresourceFilter,
///
/// content-type
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("content-type"))]
+ [EnumMember(Value = ("content-type"))]
ContentType,
///
/// coep-frame-resource-needs-coep-header
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("coep-frame-resource-needs-coep-header"))]
+ [EnumMember(Value = ("coep-frame-resource-needs-coep-header"))]
CoepFrameResourceNeedsCoepHeader,
///
/// coop-sandboxed-iframe-cannot-navigate-to-coop-page
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("coop-sandboxed-iframe-cannot-navigate-to-coop-page"))]
+ [EnumMember(Value = ("coop-sandboxed-iframe-cannot-navigate-to-coop-page"))]
CoopSandboxedIframeCannotNavigateToCoopPage,
///
/// corp-not-same-origin
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("corp-not-same-origin"))]
+ [EnumMember(Value = ("corp-not-same-origin"))]
CorpNotSameOrigin,
///
/// corp-not-same-origin-after-defaulted-to-same-origin-by-coep
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("corp-not-same-origin-after-defaulted-to-same-origin-by-coep"))]
+ [EnumMember(Value = ("corp-not-same-origin-after-defaulted-to-same-origin-by-coep"))]
CorpNotSameOriginAfterDefaultedToSameOriginByCoep,
///
/// corp-not-same-site
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("corp-not-same-site"))]
+ [EnumMember(Value = ("corp-not-same-site"))]
CorpNotSameSite
}
@@ -12417,152 +12136,152 @@ public enum CorsError
///
/// DisallowedByMode
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("DisallowedByMode"))]
+ [EnumMember(Value = ("DisallowedByMode"))]
DisallowedByMode,
///
/// InvalidResponse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InvalidResponse"))]
+ [EnumMember(Value = ("InvalidResponse"))]
InvalidResponse,
///
/// WildcardOriginNotAllowed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WildcardOriginNotAllowed"))]
+ [EnumMember(Value = ("WildcardOriginNotAllowed"))]
WildcardOriginNotAllowed,
///
/// MissingAllowOriginHeader
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("MissingAllowOriginHeader"))]
+ [EnumMember(Value = ("MissingAllowOriginHeader"))]
MissingAllowOriginHeader,
///
/// MultipleAllowOriginValues
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("MultipleAllowOriginValues"))]
+ [EnumMember(Value = ("MultipleAllowOriginValues"))]
MultipleAllowOriginValues,
///
/// InvalidAllowOriginValue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InvalidAllowOriginValue"))]
+ [EnumMember(Value = ("InvalidAllowOriginValue"))]
InvalidAllowOriginValue,
///
/// AllowOriginMismatch
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("AllowOriginMismatch"))]
+ [EnumMember(Value = ("AllowOriginMismatch"))]
AllowOriginMismatch,
///
/// InvalidAllowCredentials
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InvalidAllowCredentials"))]
+ [EnumMember(Value = ("InvalidAllowCredentials"))]
InvalidAllowCredentials,
///
/// CorsDisabledScheme
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CorsDisabledScheme"))]
+ [EnumMember(Value = ("CorsDisabledScheme"))]
CorsDisabledScheme,
///
/// PreflightInvalidStatus
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PreflightInvalidStatus"))]
+ [EnumMember(Value = ("PreflightInvalidStatus"))]
PreflightInvalidStatus,
///
/// PreflightDisallowedRedirect
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PreflightDisallowedRedirect"))]
+ [EnumMember(Value = ("PreflightDisallowedRedirect"))]
PreflightDisallowedRedirect,
///
/// PreflightWildcardOriginNotAllowed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PreflightWildcardOriginNotAllowed"))]
+ [EnumMember(Value = ("PreflightWildcardOriginNotAllowed"))]
PreflightWildcardOriginNotAllowed,
///
/// PreflightMissingAllowOriginHeader
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PreflightMissingAllowOriginHeader"))]
+ [EnumMember(Value = ("PreflightMissingAllowOriginHeader"))]
PreflightMissingAllowOriginHeader,
///
/// PreflightMultipleAllowOriginValues
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PreflightMultipleAllowOriginValues"))]
+ [EnumMember(Value = ("PreflightMultipleAllowOriginValues"))]
PreflightMultipleAllowOriginValues,
///
/// PreflightInvalidAllowOriginValue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PreflightInvalidAllowOriginValue"))]
+ [EnumMember(Value = ("PreflightInvalidAllowOriginValue"))]
PreflightInvalidAllowOriginValue,
///
/// PreflightAllowOriginMismatch
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PreflightAllowOriginMismatch"))]
+ [EnumMember(Value = ("PreflightAllowOriginMismatch"))]
PreflightAllowOriginMismatch,
///
/// PreflightInvalidAllowCredentials
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PreflightInvalidAllowCredentials"))]
+ [EnumMember(Value = ("PreflightInvalidAllowCredentials"))]
PreflightInvalidAllowCredentials,
///
/// PreflightMissingAllowExternal
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PreflightMissingAllowExternal"))]
+ [EnumMember(Value = ("PreflightMissingAllowExternal"))]
PreflightMissingAllowExternal,
///
/// PreflightInvalidAllowExternal
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PreflightInvalidAllowExternal"))]
+ [EnumMember(Value = ("PreflightInvalidAllowExternal"))]
PreflightInvalidAllowExternal,
///
/// PreflightMissingAllowPrivateNetwork
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PreflightMissingAllowPrivateNetwork"))]
+ [EnumMember(Value = ("PreflightMissingAllowPrivateNetwork"))]
PreflightMissingAllowPrivateNetwork,
///
/// PreflightInvalidAllowPrivateNetwork
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PreflightInvalidAllowPrivateNetwork"))]
+ [EnumMember(Value = ("PreflightInvalidAllowPrivateNetwork"))]
PreflightInvalidAllowPrivateNetwork,
///
/// InvalidAllowMethodsPreflightResponse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InvalidAllowMethodsPreflightResponse"))]
+ [EnumMember(Value = ("InvalidAllowMethodsPreflightResponse"))]
InvalidAllowMethodsPreflightResponse,
///
/// InvalidAllowHeadersPreflightResponse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InvalidAllowHeadersPreflightResponse"))]
+ [EnumMember(Value = ("InvalidAllowHeadersPreflightResponse"))]
InvalidAllowHeadersPreflightResponse,
///
/// MethodDisallowedByPreflightResponse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("MethodDisallowedByPreflightResponse"))]
+ [EnumMember(Value = ("MethodDisallowedByPreflightResponse"))]
MethodDisallowedByPreflightResponse,
///
/// HeaderDisallowedByPreflightResponse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("HeaderDisallowedByPreflightResponse"))]
+ [EnumMember(Value = ("HeaderDisallowedByPreflightResponse"))]
HeaderDisallowedByPreflightResponse,
///
/// RedirectContainsCredentials
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RedirectContainsCredentials"))]
+ [EnumMember(Value = ("RedirectContainsCredentials"))]
RedirectContainsCredentials,
///
/// InsecurePrivateNetwork
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InsecurePrivateNetwork"))]
+ [EnumMember(Value = ("InsecurePrivateNetwork"))]
InsecurePrivateNetwork,
///
/// InvalidPrivateNetworkAccess
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InvalidPrivateNetworkAccess"))]
+ [EnumMember(Value = ("InvalidPrivateNetworkAccess"))]
InvalidPrivateNetworkAccess,
///
/// UnexpectedPrivateNetworkAccess
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("UnexpectedPrivateNetworkAccess"))]
+ [EnumMember(Value = ("UnexpectedPrivateNetworkAccess"))]
UnexpectedPrivateNetworkAccess,
///
/// NoCorsRedirectModeNotFollow
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NoCorsRedirectModeNotFollow"))]
+ [EnumMember(Value = ("NoCorsRedirectModeNotFollow"))]
NoCorsRedirectModeNotFollow
}
@@ -12591,7 +12310,7 @@ public CefSharp.DevTools.Network.CorsError CorsError
///
/// CorsError
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("corsError"), IsRequired = (true))]
+ [DataMember(Name = ("corsError"), IsRequired = (true))]
internal string corsError
{
get;
@@ -12601,7 +12320,7 @@ internal string corsError
///
/// FailedParameter
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("failedParameter"), IsRequired = (true))]
+ [DataMember(Name = ("failedParameter"), IsRequired = (true))]
public string FailedParameter
{
get;
@@ -12617,22 +12336,22 @@ public enum ServiceWorkerResponseSource
///
/// cache-storage
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("cache-storage"))]
+ [EnumMember(Value = ("cache-storage"))]
CacheStorage,
///
/// http-cache
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("http-cache"))]
+ [EnumMember(Value = ("http-cache"))]
HttpCache,
///
/// fallback-code
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("fallback-code"))]
+ [EnumMember(Value = ("fallback-code"))]
FallbackCode,
///
/// network
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("network"))]
+ [EnumMember(Value = ("network"))]
Network
}
@@ -12645,12 +12364,12 @@ public enum TrustTokenParamsRefreshPolicy
///
/// UseCached
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("UseCached"))]
+ [EnumMember(Value = ("UseCached"))]
UseCached,
///
/// Refresh
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Refresh"))]
+ [EnumMember(Value = ("Refresh"))]
Refresh
}
@@ -12681,7 +12400,7 @@ public CefSharp.DevTools.Network.TrustTokenOperationType Operation
///
/// Operation
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("operation"), IsRequired = (true))]
+ [DataMember(Name = ("operation"), IsRequired = (true))]
internal string operation
{
get;
@@ -12709,7 +12428,7 @@ public CefSharp.DevTools.Network.TrustTokenParamsRefreshPolicy RefreshPolicy
/// Only set for "token-redemption" operation and determine whether
/// to request a fresh SRR or use a still valid cached SRR.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("refreshPolicy"), IsRequired = (true))]
+ [DataMember(Name = ("refreshPolicy"), IsRequired = (true))]
internal string refreshPolicy
{
get;
@@ -12720,7 +12439,7 @@ internal string refreshPolicy
/// Origins of issuers from whom to request tokens or redemption
/// records.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("issuers"), IsRequired = (false))]
+ [DataMember(Name = ("issuers"), IsRequired = (false))]
public string[] Issuers
{
get;
@@ -12736,17 +12455,17 @@ public enum TrustTokenOperationType
///
/// Issuance
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Issuance"))]
+ [EnumMember(Value = ("Issuance"))]
Issuance,
///
/// Redemption
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Redemption"))]
+ [EnumMember(Value = ("Redemption"))]
Redemption,
///
/// Signing
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Signing"))]
+ [EnumMember(Value = ("Signing"))]
Signing
}
@@ -12758,42 +12477,42 @@ public enum AlternateProtocolUsage
///
/// alternativeJobWonWithoutRace
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("alternativeJobWonWithoutRace"))]
+ [EnumMember(Value = ("alternativeJobWonWithoutRace"))]
AlternativeJobWonWithoutRace,
///
/// alternativeJobWonRace
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("alternativeJobWonRace"))]
+ [EnumMember(Value = ("alternativeJobWonRace"))]
AlternativeJobWonRace,
///
/// mainJobWonRace
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("mainJobWonRace"))]
+ [EnumMember(Value = ("mainJobWonRace"))]
MainJobWonRace,
///
/// mappingMissing
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("mappingMissing"))]
+ [EnumMember(Value = ("mappingMissing"))]
MappingMissing,
///
/// broken
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("broken"))]
+ [EnumMember(Value = ("broken"))]
Broken,
///
/// dnsAlpnH3JobWonWithoutRace
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("dnsAlpnH3JobWonWithoutRace"))]
+ [EnumMember(Value = ("dnsAlpnH3JobWonWithoutRace"))]
DnsAlpnH3JobWonWithoutRace,
///
/// dnsAlpnH3JobWonRace
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("dnsAlpnH3JobWonRace"))]
+ [EnumMember(Value = ("dnsAlpnH3JobWonRace"))]
DnsAlpnH3JobWonRace,
///
/// unspecifiedReason
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("unspecifiedReason"))]
+ [EnumMember(Value = ("unspecifiedReason"))]
UnspecifiedReason
}
@@ -12806,7 +12525,7 @@ public partial class Response : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Response URL. This URL can be different from CachedResource.url in case of redirect.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -12816,7 +12535,7 @@ public string Url
///
/// HTTP response status code.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("status"), IsRequired = (true))]
+ [DataMember(Name = ("status"), IsRequired = (true))]
public int Status
{
get;
@@ -12826,7 +12545,7 @@ public int Status
///
/// HTTP response status text.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("statusText"), IsRequired = (true))]
+ [DataMember(Name = ("statusText"), IsRequired = (true))]
public string StatusText
{
get;
@@ -12836,7 +12555,7 @@ public string StatusText
///
/// HTTP response headers.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("headers"), IsRequired = (true))]
+ [DataMember(Name = ("headers"), IsRequired = (true))]
public CefSharp.DevTools.Network.Headers Headers
{
get;
@@ -12846,7 +12565,7 @@ public CefSharp.DevTools.Network.Headers Headers
///
/// HTTP response headers text. This has been replaced by the headers in Network.responseReceivedExtraInfo.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("headersText"), IsRequired = (false))]
+ [DataMember(Name = ("headersText"), IsRequired = (false))]
public string HeadersText
{
get;
@@ -12856,7 +12575,7 @@ public string HeadersText
///
/// Resource mimeType as determined by the browser.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("mimeType"), IsRequired = (true))]
+ [DataMember(Name = ("mimeType"), IsRequired = (true))]
public string MimeType
{
get;
@@ -12866,7 +12585,7 @@ public string MimeType
///
/// Refined HTTP request headers that were actually transmitted over the network.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestHeaders"), IsRequired = (false))]
+ [DataMember(Name = ("requestHeaders"), IsRequired = (false))]
public CefSharp.DevTools.Network.Headers RequestHeaders
{
get;
@@ -12876,7 +12595,7 @@ public CefSharp.DevTools.Network.Headers RequestHeaders
///
/// HTTP request headers text. This has been replaced by the headers in Network.requestWillBeSentExtraInfo.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestHeadersText"), IsRequired = (false))]
+ [DataMember(Name = ("requestHeadersText"), IsRequired = (false))]
public string RequestHeadersText
{
get;
@@ -12886,7 +12605,7 @@ public string RequestHeadersText
///
/// Specifies whether physical connection was actually reused for this request.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("connectionReused"), IsRequired = (true))]
+ [DataMember(Name = ("connectionReused"), IsRequired = (true))]
public bool ConnectionReused
{
get;
@@ -12896,7 +12615,7 @@ public bool ConnectionReused
///
/// Physical connection id that was actually used for this request.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("connectionId"), IsRequired = (true))]
+ [DataMember(Name = ("connectionId"), IsRequired = (true))]
public double ConnectionId
{
get;
@@ -12906,7 +12625,7 @@ public double ConnectionId
///
/// Remote IP address.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("remoteIPAddress"), IsRequired = (false))]
+ [DataMember(Name = ("remoteIPAddress"), IsRequired = (false))]
public string RemoteIPAddress
{
get;
@@ -12916,7 +12635,7 @@ public string RemoteIPAddress
///
/// Remote port.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("remotePort"), IsRequired = (false))]
+ [DataMember(Name = ("remotePort"), IsRequired = (false))]
public int? RemotePort
{
get;
@@ -12926,7 +12645,7 @@ public int? RemotePort
///
/// Specifies that the request was served from the disk cache.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("fromDiskCache"), IsRequired = (false))]
+ [DataMember(Name = ("fromDiskCache"), IsRequired = (false))]
public bool? FromDiskCache
{
get;
@@ -12936,7 +12655,7 @@ public bool? FromDiskCache
///
/// Specifies that the request was served from the ServiceWorker.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("fromServiceWorker"), IsRequired = (false))]
+ [DataMember(Name = ("fromServiceWorker"), IsRequired = (false))]
public bool? FromServiceWorker
{
get;
@@ -12946,7 +12665,7 @@ public bool? FromServiceWorker
///
/// Specifies that the request was served from the prefetch cache.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("fromPrefetchCache"), IsRequired = (false))]
+ [DataMember(Name = ("fromPrefetchCache"), IsRequired = (false))]
public bool? FromPrefetchCache
{
get;
@@ -12956,7 +12675,7 @@ public bool? FromPrefetchCache
///
/// Total number of bytes received for this request so far.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("encodedDataLength"), IsRequired = (true))]
+ [DataMember(Name = ("encodedDataLength"), IsRequired = (true))]
public double EncodedDataLength
{
get;
@@ -12966,7 +12685,7 @@ public double EncodedDataLength
///
/// Timing information for the given request.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timing"), IsRequired = (false))]
+ [DataMember(Name = ("timing"), IsRequired = (false))]
public CefSharp.DevTools.Network.ResourceTiming Timing
{
get;
@@ -12992,7 +12711,7 @@ public CefSharp.DevTools.Network.ServiceWorkerResponseSource? ServiceWorkerRespo
///
/// Response source of response from ServiceWorker.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("serviceWorkerResponseSource"), IsRequired = (false))]
+ [DataMember(Name = ("serviceWorkerResponseSource"), IsRequired = (false))]
internal string serviceWorkerResponseSource
{
get;
@@ -13002,7 +12721,7 @@ internal string serviceWorkerResponseSource
///
/// The time at which the returned response was generated.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("responseTime"), IsRequired = (false))]
+ [DataMember(Name = ("responseTime"), IsRequired = (false))]
public double? ResponseTime
{
get;
@@ -13012,7 +12731,7 @@ public double? ResponseTime
///
/// Cache Storage Cache Name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cacheStorageCacheName"), IsRequired = (false))]
+ [DataMember(Name = ("cacheStorageCacheName"), IsRequired = (false))]
public string CacheStorageCacheName
{
get;
@@ -13022,7 +12741,7 @@ public string CacheStorageCacheName
///
/// Protocol used to fetch this request.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("protocol"), IsRequired = (false))]
+ [DataMember(Name = ("protocol"), IsRequired = (false))]
public string Protocol
{
get;
@@ -13048,7 +12767,7 @@ public CefSharp.DevTools.Network.AlternateProtocolUsage? AlternateProtocolUsage
///
/// The reason why Chrome uses a specific transport protocol for HTTP semantics.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("alternateProtocolUsage"), IsRequired = (false))]
+ [DataMember(Name = ("alternateProtocolUsage"), IsRequired = (false))]
internal string alternateProtocolUsage
{
get;
@@ -13074,7 +12793,7 @@ public CefSharp.DevTools.Security.SecurityState SecurityState
///
/// Security state of the request resource.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("securityState"), IsRequired = (true))]
+ [DataMember(Name = ("securityState"), IsRequired = (true))]
internal string securityState
{
get;
@@ -13084,7 +12803,7 @@ internal string securityState
///
/// Security details for the request.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("securityDetails"), IsRequired = (false))]
+ [DataMember(Name = ("securityDetails"), IsRequired = (false))]
public CefSharp.DevTools.Network.SecurityDetails SecurityDetails
{
get;
@@ -13101,7 +12820,7 @@ public partial class WebSocketRequest : CefSharp.DevTools.DevToolsDomainEntityBa
///
/// HTTP request headers.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("headers"), IsRequired = (true))]
+ [DataMember(Name = ("headers"), IsRequired = (true))]
public CefSharp.DevTools.Network.Headers Headers
{
get;
@@ -13118,7 +12837,7 @@ public partial class WebSocketResponse : CefSharp.DevTools.DevToolsDomainEntityB
///
/// HTTP response status code.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("status"), IsRequired = (true))]
+ [DataMember(Name = ("status"), IsRequired = (true))]
public int Status
{
get;
@@ -13128,7 +12847,7 @@ public int Status
///
/// HTTP response status text.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("statusText"), IsRequired = (true))]
+ [DataMember(Name = ("statusText"), IsRequired = (true))]
public string StatusText
{
get;
@@ -13138,7 +12857,7 @@ public string StatusText
///
/// HTTP response headers.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("headers"), IsRequired = (true))]
+ [DataMember(Name = ("headers"), IsRequired = (true))]
public CefSharp.DevTools.Network.Headers Headers
{
get;
@@ -13148,7 +12867,7 @@ public CefSharp.DevTools.Network.Headers Headers
///
/// HTTP response headers text.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("headersText"), IsRequired = (false))]
+ [DataMember(Name = ("headersText"), IsRequired = (false))]
public string HeadersText
{
get;
@@ -13158,7 +12877,7 @@ public string HeadersText
///
/// HTTP request headers.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestHeaders"), IsRequired = (false))]
+ [DataMember(Name = ("requestHeaders"), IsRequired = (false))]
public CefSharp.DevTools.Network.Headers RequestHeaders
{
get;
@@ -13168,7 +12887,7 @@ public CefSharp.DevTools.Network.Headers RequestHeaders
///
/// HTTP request headers text.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestHeadersText"), IsRequired = (false))]
+ [DataMember(Name = ("requestHeadersText"), IsRequired = (false))]
public string RequestHeadersText
{
get;
@@ -13185,7 +12904,7 @@ public partial class WebSocketFrame : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// WebSocket message opcode.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("opcode"), IsRequired = (true))]
+ [DataMember(Name = ("opcode"), IsRequired = (true))]
public double Opcode
{
get;
@@ -13195,7 +12914,7 @@ public double Opcode
///
/// WebSocket message mask.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("mask"), IsRequired = (true))]
+ [DataMember(Name = ("mask"), IsRequired = (true))]
public bool Mask
{
get;
@@ -13207,7 +12926,7 @@ public bool Mask
/// If the opcode is 1, this is a text message and payloadData is a UTF-8 string.
/// If the opcode isn't 1, then payloadData is a base64 encoded string representing binary data.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("payloadData"), IsRequired = (true))]
+ [DataMember(Name = ("payloadData"), IsRequired = (true))]
public string PayloadData
{
get;
@@ -13224,7 +12943,7 @@ public partial class CachedResource : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Resource URL. This is the url of the original network request.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -13250,7 +12969,7 @@ public CefSharp.DevTools.Network.ResourceType Type
///
/// Type of this resource.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
internal string type
{
get;
@@ -13260,7 +12979,7 @@ internal string type
///
/// Cached response data.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("response"), IsRequired = (false))]
+ [DataMember(Name = ("response"), IsRequired = (false))]
public CefSharp.DevTools.Network.Response Response
{
get;
@@ -13270,7 +12989,7 @@ public CefSharp.DevTools.Network.Response Response
///
/// Cached response body size.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("bodySize"), IsRequired = (true))]
+ [DataMember(Name = ("bodySize"), IsRequired = (true))]
public double BodySize
{
get;
@@ -13286,32 +13005,32 @@ public enum InitiatorType
///
/// parser
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("parser"))]
+ [EnumMember(Value = ("parser"))]
Parser,
///
/// script
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("script"))]
+ [EnumMember(Value = ("script"))]
Script,
///
/// preload
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("preload"))]
+ [EnumMember(Value = ("preload"))]
Preload,
///
/// SignedExchange
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SignedExchange"))]
+ [EnumMember(Value = ("SignedExchange"))]
SignedExchange,
///
/// preflight
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("preflight"))]
+ [EnumMember(Value = ("preflight"))]
Preflight,
///
/// other
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("other"))]
+ [EnumMember(Value = ("other"))]
Other
}
@@ -13340,7 +13059,7 @@ public CefSharp.DevTools.Network.InitiatorType Type
///
/// Type of this initiator.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
internal string type
{
get;
@@ -13350,7 +13069,7 @@ internal string type
///
/// Initiator JavaScript stack trace, set for Script only.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("stack"), IsRequired = (false))]
+ [DataMember(Name = ("stack"), IsRequired = (false))]
public CefSharp.DevTools.Runtime.StackTrace Stack
{
get;
@@ -13360,7 +13079,7 @@ public CefSharp.DevTools.Runtime.StackTrace Stack
///
/// Initiator URL, set for Parser type or for Script type (when script is importing module) or for SignedExchange type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (false))]
+ [DataMember(Name = ("url"), IsRequired = (false))]
public string Url
{
get;
@@ -13371,7 +13090,7 @@ public string Url
/// Initiator line number, set for Parser type or for Script type (when script is importing
/// module) (0-based).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("lineNumber"), IsRequired = (false))]
+ [DataMember(Name = ("lineNumber"), IsRequired = (false))]
public double? LineNumber
{
get;
@@ -13382,7 +13101,7 @@ public double? LineNumber
/// Initiator column number, set for Parser type or for Script type (when script is importing
/// module) (0-based).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("columnNumber"), IsRequired = (false))]
+ [DataMember(Name = ("columnNumber"), IsRequired = (false))]
public double? ColumnNumber
{
get;
@@ -13392,7 +13111,7 @@ public double? ColumnNumber
///
/// Set if another request triggered this request (e.g. preflight).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (false))]
+ [DataMember(Name = ("requestId"), IsRequired = (false))]
public string RequestId
{
get;
@@ -13409,7 +13128,7 @@ public partial class Cookie : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Cookie name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -13419,7 +13138,7 @@ public string Name
///
/// Cookie value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public string Value
{
get;
@@ -13429,7 +13148,7 @@ public string Value
///
/// Cookie domain.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("domain"), IsRequired = (true))]
+ [DataMember(Name = ("domain"), IsRequired = (true))]
public string Domain
{
get;
@@ -13439,7 +13158,7 @@ public string Domain
///
/// Cookie path.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("path"), IsRequired = (true))]
+ [DataMember(Name = ("path"), IsRequired = (true))]
public string Path
{
get;
@@ -13449,7 +13168,7 @@ public string Path
///
/// Cookie expiration date as the number of seconds since the UNIX epoch.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("expires"), IsRequired = (true))]
+ [DataMember(Name = ("expires"), IsRequired = (true))]
public double Expires
{
get;
@@ -13459,7 +13178,7 @@ public double Expires
///
/// Cookie size.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("size"), IsRequired = (true))]
+ [DataMember(Name = ("size"), IsRequired = (true))]
public int Size
{
get;
@@ -13469,7 +13188,7 @@ public int Size
///
/// True if cookie is http-only.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("httpOnly"), IsRequired = (true))]
+ [DataMember(Name = ("httpOnly"), IsRequired = (true))]
public bool HttpOnly
{
get;
@@ -13479,7 +13198,7 @@ public bool HttpOnly
///
/// True if cookie is secure.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("secure"), IsRequired = (true))]
+ [DataMember(Name = ("secure"), IsRequired = (true))]
public bool Secure
{
get;
@@ -13489,7 +13208,7 @@ public bool Secure
///
/// True in case of session cookie.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("session"), IsRequired = (true))]
+ [DataMember(Name = ("session"), IsRequired = (true))]
public bool Session
{
get;
@@ -13515,7 +13234,7 @@ public CefSharp.DevTools.Network.CookieSameSite? SameSite
///
/// Cookie SameSite type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sameSite"), IsRequired = (false))]
+ [DataMember(Name = ("sameSite"), IsRequired = (false))]
internal string sameSite
{
get;
@@ -13541,7 +13260,7 @@ public CefSharp.DevTools.Network.CookiePriority Priority
///
/// Cookie Priority
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("priority"), IsRequired = (true))]
+ [DataMember(Name = ("priority"), IsRequired = (true))]
internal string priority
{
get;
@@ -13551,7 +13270,7 @@ internal string priority
///
/// True if cookie is SameParty.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sameParty"), IsRequired = (true))]
+ [DataMember(Name = ("sameParty"), IsRequired = (true))]
public bool SameParty
{
get;
@@ -13577,7 +13296,7 @@ public CefSharp.DevTools.Network.CookieSourceScheme SourceScheme
///
/// Cookie source scheme type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sourceScheme"), IsRequired = (true))]
+ [DataMember(Name = ("sourceScheme"), IsRequired = (true))]
internal string sourceScheme
{
get;
@@ -13589,7 +13308,7 @@ internal string sourceScheme
/// An unspecified port value allows protocol clients to emulate legacy cookie scope for the port.
/// This is a temporary ability and it will be removed in the future.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sourcePort"), IsRequired = (true))]
+ [DataMember(Name = ("sourcePort"), IsRequired = (true))]
public int SourcePort
{
get;
@@ -13600,7 +13319,7 @@ public int SourcePort
/// Cookie partition key. The site of the top-level URL the browser was visiting at the start
/// of the request to the endpoint that set the cookie.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("partitionKey"), IsRequired = (false))]
+ [DataMember(Name = ("partitionKey"), IsRequired = (false))]
public string PartitionKey
{
get;
@@ -13610,7 +13329,7 @@ public string PartitionKey
///
/// True if cookie partition key is opaque.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("partitionKeyOpaque"), IsRequired = (false))]
+ [DataMember(Name = ("partitionKeyOpaque"), IsRequired = (false))]
public bool? PartitionKeyOpaque
{
get;
@@ -13626,97 +13345,97 @@ public enum SetCookieBlockedReason
///
/// SecureOnly
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SecureOnly"))]
+ [EnumMember(Value = ("SecureOnly"))]
SecureOnly,
///
/// SameSiteStrict
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SameSiteStrict"))]
+ [EnumMember(Value = ("SameSiteStrict"))]
SameSiteStrict,
///
/// SameSiteLax
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SameSiteLax"))]
+ [EnumMember(Value = ("SameSiteLax"))]
SameSiteLax,
///
/// SameSiteUnspecifiedTreatedAsLax
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SameSiteUnspecifiedTreatedAsLax"))]
+ [EnumMember(Value = ("SameSiteUnspecifiedTreatedAsLax"))]
SameSiteUnspecifiedTreatedAsLax,
///
/// SameSiteNoneInsecure
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SameSiteNoneInsecure"))]
+ [EnumMember(Value = ("SameSiteNoneInsecure"))]
SameSiteNoneInsecure,
///
/// UserPreferences
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("UserPreferences"))]
+ [EnumMember(Value = ("UserPreferences"))]
UserPreferences,
///
/// ThirdPartyBlockedInFirstPartySet
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ThirdPartyBlockedInFirstPartySet"))]
+ [EnumMember(Value = ("ThirdPartyBlockedInFirstPartySet"))]
ThirdPartyBlockedInFirstPartySet,
///
/// SyntaxError
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SyntaxError"))]
+ [EnumMember(Value = ("SyntaxError"))]
SyntaxError,
///
/// SchemeNotSupported
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SchemeNotSupported"))]
+ [EnumMember(Value = ("SchemeNotSupported"))]
SchemeNotSupported,
///
/// OverwriteSecure
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("OverwriteSecure"))]
+ [EnumMember(Value = ("OverwriteSecure"))]
OverwriteSecure,
///
/// InvalidDomain
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InvalidDomain"))]
+ [EnumMember(Value = ("InvalidDomain"))]
InvalidDomain,
///
/// InvalidPrefix
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InvalidPrefix"))]
+ [EnumMember(Value = ("InvalidPrefix"))]
InvalidPrefix,
///
/// UnknownError
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("UnknownError"))]
+ [EnumMember(Value = ("UnknownError"))]
UnknownError,
///
/// SchemefulSameSiteStrict
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SchemefulSameSiteStrict"))]
+ [EnumMember(Value = ("SchemefulSameSiteStrict"))]
SchemefulSameSiteStrict,
///
/// SchemefulSameSiteLax
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SchemefulSameSiteLax"))]
+ [EnumMember(Value = ("SchemefulSameSiteLax"))]
SchemefulSameSiteLax,
///
/// SchemefulSameSiteUnspecifiedTreatedAsLax
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SchemefulSameSiteUnspecifiedTreatedAsLax"))]
+ [EnumMember(Value = ("SchemefulSameSiteUnspecifiedTreatedAsLax"))]
SchemefulSameSiteUnspecifiedTreatedAsLax,
///
/// SamePartyFromCrossPartyContext
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SamePartyFromCrossPartyContext"))]
+ [EnumMember(Value = ("SamePartyFromCrossPartyContext"))]
SamePartyFromCrossPartyContext,
///
/// SamePartyConflictsWithOtherAttributes
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SamePartyConflictsWithOtherAttributes"))]
+ [EnumMember(Value = ("SamePartyConflictsWithOtherAttributes"))]
SamePartyConflictsWithOtherAttributes,
///
/// NameValuePairExceedsMaxSize
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NameValuePairExceedsMaxSize"))]
+ [EnumMember(Value = ("NameValuePairExceedsMaxSize"))]
NameValuePairExceedsMaxSize
}
@@ -13728,77 +13447,77 @@ public enum CookieBlockedReason
///
/// SecureOnly
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SecureOnly"))]
+ [EnumMember(Value = ("SecureOnly"))]
SecureOnly,
///
/// NotOnPath
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NotOnPath"))]
+ [EnumMember(Value = ("NotOnPath"))]
NotOnPath,
///
/// DomainMismatch
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("DomainMismatch"))]
+ [EnumMember(Value = ("DomainMismatch"))]
DomainMismatch,
///
/// SameSiteStrict
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SameSiteStrict"))]
+ [EnumMember(Value = ("SameSiteStrict"))]
SameSiteStrict,
///
/// SameSiteLax
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SameSiteLax"))]
+ [EnumMember(Value = ("SameSiteLax"))]
SameSiteLax,
///
/// SameSiteUnspecifiedTreatedAsLax
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SameSiteUnspecifiedTreatedAsLax"))]
+ [EnumMember(Value = ("SameSiteUnspecifiedTreatedAsLax"))]
SameSiteUnspecifiedTreatedAsLax,
///
/// SameSiteNoneInsecure
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SameSiteNoneInsecure"))]
+ [EnumMember(Value = ("SameSiteNoneInsecure"))]
SameSiteNoneInsecure,
///
/// UserPreferences
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("UserPreferences"))]
+ [EnumMember(Value = ("UserPreferences"))]
UserPreferences,
///
/// ThirdPartyBlockedInFirstPartySet
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ThirdPartyBlockedInFirstPartySet"))]
+ [EnumMember(Value = ("ThirdPartyBlockedInFirstPartySet"))]
ThirdPartyBlockedInFirstPartySet,
///
/// UnknownError
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("UnknownError"))]
+ [EnumMember(Value = ("UnknownError"))]
UnknownError,
///
/// SchemefulSameSiteStrict
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SchemefulSameSiteStrict"))]
+ [EnumMember(Value = ("SchemefulSameSiteStrict"))]
SchemefulSameSiteStrict,
///
/// SchemefulSameSiteLax
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SchemefulSameSiteLax"))]
+ [EnumMember(Value = ("SchemefulSameSiteLax"))]
SchemefulSameSiteLax,
///
/// SchemefulSameSiteUnspecifiedTreatedAsLax
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SchemefulSameSiteUnspecifiedTreatedAsLax"))]
+ [EnumMember(Value = ("SchemefulSameSiteUnspecifiedTreatedAsLax"))]
SchemefulSameSiteUnspecifiedTreatedAsLax,
///
/// SamePartyFromCrossPartyContext
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SamePartyFromCrossPartyContext"))]
+ [EnumMember(Value = ("SamePartyFromCrossPartyContext"))]
SamePartyFromCrossPartyContext,
///
/// NameValuePairExceedsMaxSize
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NameValuePairExceedsMaxSize"))]
+ [EnumMember(Value = ("NameValuePairExceedsMaxSize"))]
NameValuePairExceedsMaxSize
}
@@ -13827,7 +13546,7 @@ public CefSharp.DevTools.Network.SetCookieBlockedReason[] BlockedReasons
///
/// The reason(s) this cookie was blocked.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("blockedReasons"), IsRequired = (true))]
+ [DataMember(Name = ("blockedReasons"), IsRequired = (true))]
internal string blockedReasons
{
get;
@@ -13838,7 +13557,7 @@ internal string blockedReasons
/// The string representing this individual cookie as it would appear in the header.
/// This is not the entire "cookie" or "set-cookie" header which could have multiple cookies.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cookieLine"), IsRequired = (true))]
+ [DataMember(Name = ("cookieLine"), IsRequired = (true))]
public string CookieLine
{
get;
@@ -13850,7 +13569,7 @@ public string CookieLine
/// sometimes complete cookie information is not available, such as in the case of parsing
/// errors.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cookie"), IsRequired = (false))]
+ [DataMember(Name = ("cookie"), IsRequired = (false))]
public CefSharp.DevTools.Network.Cookie Cookie
{
get;
@@ -13883,7 +13602,7 @@ public CefSharp.DevTools.Network.CookieBlockedReason[] BlockedReasons
///
/// The reason(s) the cookie was blocked.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("blockedReasons"), IsRequired = (true))]
+ [DataMember(Name = ("blockedReasons"), IsRequired = (true))]
internal string blockedReasons
{
get;
@@ -13893,7 +13612,7 @@ internal string blockedReasons
///
/// The cookie object representing the cookie which was not sent.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cookie"), IsRequired = (true))]
+ [DataMember(Name = ("cookie"), IsRequired = (true))]
public CefSharp.DevTools.Network.Cookie Cookie
{
get;
@@ -13910,7 +13629,7 @@ public partial class CookieParam : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Cookie name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -13920,7 +13639,7 @@ public string Name
///
/// Cookie value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public string Value
{
get;
@@ -13931,7 +13650,7 @@ public string Value
/// The request-URI to associate with the setting of the cookie. This value can affect the
/// default domain, path, source port, and source scheme values of the created cookie.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (false))]
+ [DataMember(Name = ("url"), IsRequired = (false))]
public string Url
{
get;
@@ -13941,7 +13660,7 @@ public string Url
///
/// Cookie domain.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("domain"), IsRequired = (false))]
+ [DataMember(Name = ("domain"), IsRequired = (false))]
public string Domain
{
get;
@@ -13951,7 +13670,7 @@ public string Domain
///
/// Cookie path.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("path"), IsRequired = (false))]
+ [DataMember(Name = ("path"), IsRequired = (false))]
public string Path
{
get;
@@ -13961,7 +13680,7 @@ public string Path
///
/// True if cookie is secure.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("secure"), IsRequired = (false))]
+ [DataMember(Name = ("secure"), IsRequired = (false))]
public bool? Secure
{
get;
@@ -13971,7 +13690,7 @@ public bool? Secure
///
/// True if cookie is http-only.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("httpOnly"), IsRequired = (false))]
+ [DataMember(Name = ("httpOnly"), IsRequired = (false))]
public bool? HttpOnly
{
get;
@@ -13997,7 +13716,7 @@ public CefSharp.DevTools.Network.CookieSameSite? SameSite
///
/// Cookie SameSite type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sameSite"), IsRequired = (false))]
+ [DataMember(Name = ("sameSite"), IsRequired = (false))]
internal string sameSite
{
get;
@@ -14007,7 +13726,7 @@ internal string sameSite
///
/// Cookie expiration date, session cookie if not set
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("expires"), IsRequired = (false))]
+ [DataMember(Name = ("expires"), IsRequired = (false))]
public double? Expires
{
get;
@@ -14033,7 +13752,7 @@ public CefSharp.DevTools.Network.CookiePriority? Priority
///
/// Cookie Priority.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("priority"), IsRequired = (false))]
+ [DataMember(Name = ("priority"), IsRequired = (false))]
internal string priority
{
get;
@@ -14043,7 +13762,7 @@ internal string priority
///
/// True if cookie is SameParty.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sameParty"), IsRequired = (false))]
+ [DataMember(Name = ("sameParty"), IsRequired = (false))]
public bool? SameParty
{
get;
@@ -14069,7 +13788,7 @@ public CefSharp.DevTools.Network.CookieSourceScheme? SourceScheme
///
/// Cookie source scheme type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sourceScheme"), IsRequired = (false))]
+ [DataMember(Name = ("sourceScheme"), IsRequired = (false))]
internal string sourceScheme
{
get;
@@ -14081,7 +13800,7 @@ internal string sourceScheme
/// An unspecified port value allows protocol clients to emulate legacy cookie scope for the port.
/// This is a temporary ability and it will be removed in the future.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sourcePort"), IsRequired = (false))]
+ [DataMember(Name = ("sourcePort"), IsRequired = (false))]
public int? SourcePort
{
get;
@@ -14093,7 +13812,7 @@ public int? SourcePort
/// of the request to the endpoint that set the cookie.
/// If not set, the cookie will be set as not partitioned.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("partitionKey"), IsRequired = (false))]
+ [DataMember(Name = ("partitionKey"), IsRequired = (false))]
public string PartitionKey
{
get;
@@ -14109,12 +13828,12 @@ public enum AuthChallengeSource
///
/// Server
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Server"))]
+ [EnumMember(Value = ("Server"))]
Server,
///
/// Proxy
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Proxy"))]
+ [EnumMember(Value = ("Proxy"))]
Proxy
}
@@ -14143,7 +13862,7 @@ public CefSharp.DevTools.Network.AuthChallengeSource? Source
///
/// Source of the authentication challenge.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("source"), IsRequired = (false))]
+ [DataMember(Name = ("source"), IsRequired = (false))]
internal string source
{
get;
@@ -14153,7 +13872,7 @@ internal string source
///
/// Origin of the challenger.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("origin"), IsRequired = (true))]
+ [DataMember(Name = ("origin"), IsRequired = (true))]
public string Origin
{
get;
@@ -14163,7 +13882,7 @@ public string Origin
///
/// The authentication scheme used, such as basic or digest
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scheme"), IsRequired = (true))]
+ [DataMember(Name = ("scheme"), IsRequired = (true))]
public string Scheme
{
get;
@@ -14173,7 +13892,7 @@ public string Scheme
///
/// The realm of the challenge. May be empty.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("realm"), IsRequired = (true))]
+ [DataMember(Name = ("realm"), IsRequired = (true))]
public string Realm
{
get;
@@ -14191,17 +13910,17 @@ public enum AuthChallengeResponseResponse
///
/// Default
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Default"))]
+ [EnumMember(Value = ("Default"))]
Default,
///
/// CancelAuth
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CancelAuth"))]
+ [EnumMember(Value = ("CancelAuth"))]
CancelAuth,
///
/// ProvideCredentials
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ProvideCredentials"))]
+ [EnumMember(Value = ("ProvideCredentials"))]
ProvideCredentials
}
@@ -14234,7 +13953,7 @@ public CefSharp.DevTools.Network.AuthChallengeResponseResponse Response
/// deferring to the default behavior of the net stack, which will likely either the Cancel
/// authentication or display a popup dialog box.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("response"), IsRequired = (true))]
+ [DataMember(Name = ("response"), IsRequired = (true))]
internal string response
{
get;
@@ -14245,7 +13964,7 @@ internal string response
/// The username to provide, possibly empty. Should only be set if response is
/// ProvideCredentials.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("username"), IsRequired = (false))]
+ [DataMember(Name = ("username"), IsRequired = (false))]
public string Username
{
get;
@@ -14256,7 +13975,7 @@ public string Username
/// The password to provide, possibly empty. Should only be set if response is
/// ProvideCredentials.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("password"), IsRequired = (false))]
+ [DataMember(Name = ("password"), IsRequired = (false))]
public string Password
{
get;
@@ -14273,12 +13992,12 @@ public enum InterceptionStage
///
/// Request
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Request"))]
+ [EnumMember(Value = ("Request"))]
Request,
///
/// HeadersReceived
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("HeadersReceived"))]
+ [EnumMember(Value = ("HeadersReceived"))]
HeadersReceived
}
@@ -14292,7 +14011,7 @@ public partial class RequestPattern : CefSharp.DevTools.DevToolsDomainEntityBase
/// Wildcards (`'*'` -> zero or more, `'?'` -> exactly one) are allowed. Escape character is
/// backslash. Omitting is equivalent to `"*"`.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("urlPattern"), IsRequired = (false))]
+ [DataMember(Name = ("urlPattern"), IsRequired = (false))]
public string UrlPattern
{
get;
@@ -14318,7 +14037,7 @@ public CefSharp.DevTools.Network.ResourceType? ResourceType
///
/// If set, only requests for matching resource types will be intercepted.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("resourceType"), IsRequired = (false))]
+ [DataMember(Name = ("resourceType"), IsRequired = (false))]
internal string resourceType
{
get;
@@ -14344,7 +14063,7 @@ public CefSharp.DevTools.Network.InterceptionStage? InterceptionStage
///
/// Stage at which to begin intercepting requests. Default is Request.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("interceptionStage"), IsRequired = (false))]
+ [DataMember(Name = ("interceptionStage"), IsRequired = (false))]
internal string interceptionStage
{
get;
@@ -14362,7 +14081,7 @@ public partial class SignedExchangeSignature : CefSharp.DevTools.DevToolsDomainE
///
/// Signed exchange signature label.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("label"), IsRequired = (true))]
+ [DataMember(Name = ("label"), IsRequired = (true))]
public string Label
{
get;
@@ -14372,7 +14091,7 @@ public string Label
///
/// The hex string of signed exchange signature.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("signature"), IsRequired = (true))]
+ [DataMember(Name = ("signature"), IsRequired = (true))]
public string Signature
{
get;
@@ -14382,7 +14101,7 @@ public string Signature
///
/// Signed exchange signature integrity.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("integrity"), IsRequired = (true))]
+ [DataMember(Name = ("integrity"), IsRequired = (true))]
public string Integrity
{
get;
@@ -14392,7 +14111,7 @@ public string Integrity
///
/// Signed exchange signature cert Url.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("certUrl"), IsRequired = (false))]
+ [DataMember(Name = ("certUrl"), IsRequired = (false))]
public string CertUrl
{
get;
@@ -14402,7 +14121,7 @@ public string CertUrl
///
/// The hex string of signed exchange signature cert sha256.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("certSha256"), IsRequired = (false))]
+ [DataMember(Name = ("certSha256"), IsRequired = (false))]
public string CertSha256
{
get;
@@ -14412,7 +14131,7 @@ public string CertSha256
///
/// Signed exchange signature validity Url.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("validityUrl"), IsRequired = (true))]
+ [DataMember(Name = ("validityUrl"), IsRequired = (true))]
public string ValidityUrl
{
get;
@@ -14422,7 +14141,7 @@ public string ValidityUrl
///
/// Signed exchange signature date.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("date"), IsRequired = (true))]
+ [DataMember(Name = ("date"), IsRequired = (true))]
public int Date
{
get;
@@ -14432,7 +14151,7 @@ public int Date
///
/// Signed exchange signature expires.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("expires"), IsRequired = (true))]
+ [DataMember(Name = ("expires"), IsRequired = (true))]
public int Expires
{
get;
@@ -14442,7 +14161,7 @@ public int Expires
///
/// The encoded certificates.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("certificates"), IsRequired = (false))]
+ [DataMember(Name = ("certificates"), IsRequired = (false))]
public string[] Certificates
{
get;
@@ -14460,7 +14179,7 @@ public partial class SignedExchangeHeader : CefSharp.DevTools.DevToolsDomainEnti
///
/// Signed exchange request URL.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestUrl"), IsRequired = (true))]
+ [DataMember(Name = ("requestUrl"), IsRequired = (true))]
public string RequestUrl
{
get;
@@ -14470,7 +14189,7 @@ public string RequestUrl
///
/// Signed exchange response code.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("responseCode"), IsRequired = (true))]
+ [DataMember(Name = ("responseCode"), IsRequired = (true))]
public int ResponseCode
{
get;
@@ -14480,7 +14199,7 @@ public int ResponseCode
///
/// Signed exchange response headers.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("responseHeaders"), IsRequired = (true))]
+ [DataMember(Name = ("responseHeaders"), IsRequired = (true))]
public CefSharp.DevTools.Network.Headers ResponseHeaders
{
get;
@@ -14490,7 +14209,7 @@ public CefSharp.DevTools.Network.Headers ResponseHeaders
///
/// Signed exchange response signature.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("signatures"), IsRequired = (true))]
+ [DataMember(Name = ("signatures"), IsRequired = (true))]
public System.Collections.Generic.IList Signatures
{
get;
@@ -14500,7 +14219,7 @@ public System.Collections.Generic.IList
/// Signed exchange header integrity hash in the form of "sha256-<base64-hash-value> ".
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("headerIntegrity"), IsRequired = (true))]
+ [DataMember(Name = ("headerIntegrity"), IsRequired = (true))]
public string HeaderIntegrity
{
get;
@@ -14516,32 +14235,32 @@ public enum SignedExchangeErrorField
///
/// signatureSig
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("signatureSig"))]
+ [EnumMember(Value = ("signatureSig"))]
SignatureSig,
///
/// signatureIntegrity
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("signatureIntegrity"))]
+ [EnumMember(Value = ("signatureIntegrity"))]
SignatureIntegrity,
///
/// signatureCertUrl
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("signatureCertUrl"))]
+ [EnumMember(Value = ("signatureCertUrl"))]
SignatureCertUrl,
///
/// signatureCertSha256
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("signatureCertSha256"))]
+ [EnumMember(Value = ("signatureCertSha256"))]
SignatureCertSha256,
///
/// signatureValidityUrl
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("signatureValidityUrl"))]
+ [EnumMember(Value = ("signatureValidityUrl"))]
SignatureValidityUrl,
///
/// signatureTimestamps
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("signatureTimestamps"))]
+ [EnumMember(Value = ("signatureTimestamps"))]
SignatureTimestamps
}
@@ -14554,7 +14273,7 @@ public partial class SignedExchangeError : CefSharp.DevTools.DevToolsDomainEntit
///
/// Error message.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("message"), IsRequired = (true))]
+ [DataMember(Name = ("message"), IsRequired = (true))]
public string Message
{
get;
@@ -14564,7 +14283,7 @@ public string Message
///
/// The index of the signature which caused the error.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("signatureIndex"), IsRequired = (false))]
+ [DataMember(Name = ("signatureIndex"), IsRequired = (false))]
public int? SignatureIndex
{
get;
@@ -14590,7 +14309,7 @@ public CefSharp.DevTools.Network.SignedExchangeErrorField? ErrorField
///
/// The field which caused the error.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("errorField"), IsRequired = (false))]
+ [DataMember(Name = ("errorField"), IsRequired = (false))]
internal string errorField
{
get;
@@ -14607,7 +14326,7 @@ public partial class SignedExchangeInfo : CefSharp.DevTools.DevToolsDomainEntity
///
/// The outer response of signed HTTP exchange which was received from network.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("outerResponse"), IsRequired = (true))]
+ [DataMember(Name = ("outerResponse"), IsRequired = (true))]
public CefSharp.DevTools.Network.Response OuterResponse
{
get;
@@ -14617,7 +14336,7 @@ public CefSharp.DevTools.Network.Response OuterResponse
///
/// Information about the signed exchange header.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("header"), IsRequired = (false))]
+ [DataMember(Name = ("header"), IsRequired = (false))]
public CefSharp.DevTools.Network.SignedExchangeHeader Header
{
get;
@@ -14627,7 +14346,7 @@ public CefSharp.DevTools.Network.SignedExchangeHeader Header
///
/// Security details for the signed exchange header.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("securityDetails"), IsRequired = (false))]
+ [DataMember(Name = ("securityDetails"), IsRequired = (false))]
public CefSharp.DevTools.Network.SecurityDetails SecurityDetails
{
get;
@@ -14637,7 +14356,7 @@ public CefSharp.DevTools.Network.SecurityDetails SecurityDetails
///
/// Errors occurred while handling the signed exchagne.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("errors"), IsRequired = (false))]
+ [DataMember(Name = ("errors"), IsRequired = (false))]
public System.Collections.Generic.IList Errors
{
get;
@@ -14653,17 +14372,17 @@ public enum ContentEncoding
///
/// deflate
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("deflate"))]
+ [EnumMember(Value = ("deflate"))]
Deflate,
///
/// gzip
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("gzip"))]
+ [EnumMember(Value = ("gzip"))]
Gzip,
///
/// br
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("br"))]
+ [EnumMember(Value = ("br"))]
Br
}
@@ -14675,27 +14394,27 @@ public enum PrivateNetworkRequestPolicy
///
/// Allow
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Allow"))]
+ [EnumMember(Value = ("Allow"))]
Allow,
///
/// BlockFromInsecureToMorePrivate
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("BlockFromInsecureToMorePrivate"))]
+ [EnumMember(Value = ("BlockFromInsecureToMorePrivate"))]
BlockFromInsecureToMorePrivate,
///
/// WarnFromInsecureToMorePrivate
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WarnFromInsecureToMorePrivate"))]
+ [EnumMember(Value = ("WarnFromInsecureToMorePrivate"))]
WarnFromInsecureToMorePrivate,
///
/// PreflightBlock
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PreflightBlock"))]
+ [EnumMember(Value = ("PreflightBlock"))]
PreflightBlock,
///
/// PreflightWarn
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PreflightWarn"))]
+ [EnumMember(Value = ("PreflightWarn"))]
PreflightWarn
}
@@ -14707,22 +14426,22 @@ public enum IPAddressSpace
///
/// Local
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Local"))]
+ [EnumMember(Value = ("Local"))]
Local,
///
/// Private
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Private"))]
+ [EnumMember(Value = ("Private"))]
Private,
///
/// Public
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Public"))]
+ [EnumMember(Value = ("Public"))]
Public,
///
/// Unknown
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Unknown"))]
+ [EnumMember(Value = ("Unknown"))]
Unknown
}
@@ -14737,7 +14456,7 @@ public partial class ConnectTiming : CefSharp.DevTools.DevToolsDomainEntityBase
/// milliseconds relatively to this requestTime. Matches ResourceTiming's requestTime for
/// the same request (but not for redirected requests).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestTime"), IsRequired = (true))]
+ [DataMember(Name = ("requestTime"), IsRequired = (true))]
public double RequestTime
{
get;
@@ -14754,7 +14473,7 @@ public partial class ClientSecurityState : CefSharp.DevTools.DevToolsDomainEntit
///
/// InitiatorIsSecureContext
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("initiatorIsSecureContext"), IsRequired = (true))]
+ [DataMember(Name = ("initiatorIsSecureContext"), IsRequired = (true))]
public bool InitiatorIsSecureContext
{
get;
@@ -14780,7 +14499,7 @@ public CefSharp.DevTools.Network.IPAddressSpace InitiatorIPAddressSpace
///
/// InitiatorIPAddressSpace
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("initiatorIPAddressSpace"), IsRequired = (true))]
+ [DataMember(Name = ("initiatorIPAddressSpace"), IsRequired = (true))]
internal string initiatorIPAddressSpace
{
get;
@@ -14806,7 +14525,7 @@ public CefSharp.DevTools.Network.PrivateNetworkRequestPolicy PrivateNetworkReque
///
/// PrivateNetworkRequestPolicy
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("privateNetworkRequestPolicy"), IsRequired = (true))]
+ [DataMember(Name = ("privateNetworkRequestPolicy"), IsRequired = (true))]
internal string privateNetworkRequestPolicy
{
get;
@@ -14822,32 +14541,32 @@ public enum CrossOriginOpenerPolicyValue
///
/// SameOrigin
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SameOrigin"))]
+ [EnumMember(Value = ("SameOrigin"))]
SameOrigin,
///
/// SameOriginAllowPopups
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SameOriginAllowPopups"))]
+ [EnumMember(Value = ("SameOriginAllowPopups"))]
SameOriginAllowPopups,
///
/// RestrictProperties
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RestrictProperties"))]
+ [EnumMember(Value = ("RestrictProperties"))]
RestrictProperties,
///
/// UnsafeNone
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("UnsafeNone"))]
+ [EnumMember(Value = ("UnsafeNone"))]
UnsafeNone,
///
/// SameOriginPlusCoep
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SameOriginPlusCoep"))]
+ [EnumMember(Value = ("SameOriginPlusCoep"))]
SameOriginPlusCoep,
///
/// RestrictPropertiesPlusCoep
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RestrictPropertiesPlusCoep"))]
+ [EnumMember(Value = ("RestrictPropertiesPlusCoep"))]
RestrictPropertiesPlusCoep
}
@@ -14876,7 +14595,7 @@ public CefSharp.DevTools.Network.CrossOriginOpenerPolicyValue Value
///
/// Value
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
internal string value
{
get;
@@ -14902,7 +14621,7 @@ public CefSharp.DevTools.Network.CrossOriginOpenerPolicyValue ReportOnlyValue
///
/// ReportOnlyValue
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("reportOnlyValue"), IsRequired = (true))]
+ [DataMember(Name = ("reportOnlyValue"), IsRequired = (true))]
internal string reportOnlyValue
{
get;
@@ -14912,7 +14631,7 @@ internal string reportOnlyValue
///
/// ReportingEndpoint
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("reportingEndpoint"), IsRequired = (false))]
+ [DataMember(Name = ("reportingEndpoint"), IsRequired = (false))]
public string ReportingEndpoint
{
get;
@@ -14922,7 +14641,7 @@ public string ReportingEndpoint
///
/// ReportOnlyReportingEndpoint
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("reportOnlyReportingEndpoint"), IsRequired = (false))]
+ [DataMember(Name = ("reportOnlyReportingEndpoint"), IsRequired = (false))]
public string ReportOnlyReportingEndpoint
{
get;
@@ -14938,17 +14657,17 @@ public enum CrossOriginEmbedderPolicyValue
///
/// None
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("None"))]
+ [EnumMember(Value = ("None"))]
None,
///
/// Credentialless
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Credentialless"))]
+ [EnumMember(Value = ("Credentialless"))]
Credentialless,
///
/// RequireCorp
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RequireCorp"))]
+ [EnumMember(Value = ("RequireCorp"))]
RequireCorp
}
@@ -14977,7 +14696,7 @@ public CefSharp.DevTools.Network.CrossOriginEmbedderPolicyValue Value
///
/// Value
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
internal string value
{
get;
@@ -15003,7 +14722,7 @@ public CefSharp.DevTools.Network.CrossOriginEmbedderPolicyValue ReportOnlyValue
///
/// ReportOnlyValue
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("reportOnlyValue"), IsRequired = (true))]
+ [DataMember(Name = ("reportOnlyValue"), IsRequired = (true))]
internal string reportOnlyValue
{
get;
@@ -15013,7 +14732,7 @@ internal string reportOnlyValue
///
/// ReportingEndpoint
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("reportingEndpoint"), IsRequired = (false))]
+ [DataMember(Name = ("reportingEndpoint"), IsRequired = (false))]
public string ReportingEndpoint
{
get;
@@ -15023,7 +14742,7 @@ public string ReportingEndpoint
///
/// ReportOnlyReportingEndpoint
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("reportOnlyReportingEndpoint"), IsRequired = (false))]
+ [DataMember(Name = ("reportOnlyReportingEndpoint"), IsRequired = (false))]
public string ReportOnlyReportingEndpoint
{
get;
@@ -15040,7 +14759,7 @@ public partial class SecurityIsolationStatus : CefSharp.DevTools.DevToolsDomainE
///
/// Coop
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("coop"), IsRequired = (false))]
+ [DataMember(Name = ("coop"), IsRequired = (false))]
public CefSharp.DevTools.Network.CrossOriginOpenerPolicyStatus Coop
{
get;
@@ -15050,7 +14769,7 @@ public CefSharp.DevTools.Network.CrossOriginOpenerPolicyStatus Coop
///
/// Coep
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("coep"), IsRequired = (false))]
+ [DataMember(Name = ("coep"), IsRequired = (false))]
public CefSharp.DevTools.Network.CrossOriginEmbedderPolicyStatus Coep
{
get;
@@ -15066,22 +14785,22 @@ public enum ReportStatus
///
/// Queued
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Queued"))]
+ [EnumMember(Value = ("Queued"))]
Queued,
///
/// Pending
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Pending"))]
+ [EnumMember(Value = ("Pending"))]
Pending,
///
/// MarkedForRemoval
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("MarkedForRemoval"))]
+ [EnumMember(Value = ("MarkedForRemoval"))]
MarkedForRemoval,
///
/// Success
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Success"))]
+ [EnumMember(Value = ("Success"))]
Success
}
@@ -15094,7 +14813,7 @@ public partial class ReportingApiReport : CefSharp.DevTools.DevToolsDomainEntity
///
/// Id
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("id"), IsRequired = (true))]
+ [DataMember(Name = ("id"), IsRequired = (true))]
public string Id
{
get;
@@ -15104,7 +14823,7 @@ public string Id
///
/// The URL of the document that triggered the report.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("initiatorUrl"), IsRequired = (true))]
+ [DataMember(Name = ("initiatorUrl"), IsRequired = (true))]
public string InitiatorUrl
{
get;
@@ -15114,7 +14833,7 @@ public string InitiatorUrl
///
/// The name of the endpoint group that should be used to deliver the report.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("destination"), IsRequired = (true))]
+ [DataMember(Name = ("destination"), IsRequired = (true))]
public string Destination
{
get;
@@ -15124,7 +14843,7 @@ public string Destination
///
/// The type of the report (specifies the set of data that is contained in the report body).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
public string Type
{
get;
@@ -15134,7 +14853,7 @@ public string Type
///
/// When the report was generated.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -15144,7 +14863,7 @@ public double Timestamp
///
/// How many uploads deep the related request was.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("depth"), IsRequired = (true))]
+ [DataMember(Name = ("depth"), IsRequired = (true))]
public int Depth
{
get;
@@ -15154,7 +14873,7 @@ public int Depth
///
/// The number of delivery attempts made so far, not including an active attempt.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("completedAttempts"), IsRequired = (true))]
+ [DataMember(Name = ("completedAttempts"), IsRequired = (true))]
public int CompletedAttempts
{
get;
@@ -15164,7 +14883,7 @@ public int CompletedAttempts
///
/// Body
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("body"), IsRequired = (true))]
+ [DataMember(Name = ("body"), IsRequired = (true))]
public object Body
{
get;
@@ -15190,7 +14909,7 @@ public CefSharp.DevTools.Network.ReportStatus Status
///
/// Status
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("status"), IsRequired = (true))]
+ [DataMember(Name = ("status"), IsRequired = (true))]
internal string status
{
get;
@@ -15207,7 +14926,7 @@ public partial class ReportingApiEndpoint : CefSharp.DevTools.DevToolsDomainEnti
///
/// The URL of the endpoint to which reports may be delivered.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -15217,7 +14936,7 @@ public string Url
///
/// Name of the endpoint group.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("groupName"), IsRequired = (true))]
+ [DataMember(Name = ("groupName"), IsRequired = (true))]
public string GroupName
{
get;
@@ -15234,7 +14953,7 @@ public partial class LoadNetworkResourcePageResult : CefSharp.DevTools.DevToolsD
///
/// Success
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("success"), IsRequired = (true))]
+ [DataMember(Name = ("success"), IsRequired = (true))]
public bool Success
{
get;
@@ -15244,7 +14963,7 @@ public bool Success
///
/// Optional values used for error reporting.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("netError"), IsRequired = (false))]
+ [DataMember(Name = ("netError"), IsRequired = (false))]
public double? NetError
{
get;
@@ -15254,7 +14973,7 @@ public double? NetError
///
/// NetErrorName
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("netErrorName"), IsRequired = (false))]
+ [DataMember(Name = ("netErrorName"), IsRequired = (false))]
public string NetErrorName
{
get;
@@ -15264,7 +14983,7 @@ public string NetErrorName
///
/// HttpStatusCode
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("httpStatusCode"), IsRequired = (false))]
+ [DataMember(Name = ("httpStatusCode"), IsRequired = (false))]
public double? HttpStatusCode
{
get;
@@ -15274,7 +14993,7 @@ public double? HttpStatusCode
///
/// If successful, one of the following two fields holds the result.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("stream"), IsRequired = (false))]
+ [DataMember(Name = ("stream"), IsRequired = (false))]
public string Stream
{
get;
@@ -15284,7 +15003,7 @@ public string Stream
///
/// Response headers.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("headers"), IsRequired = (false))]
+ [DataMember(Name = ("headers"), IsRequired = (false))]
public CefSharp.DevTools.Network.Headers Headers
{
get;
@@ -15302,7 +15021,7 @@ public partial class LoadNetworkResourceOptions : CefSharp.DevTools.DevToolsDoma
///
/// DisableCache
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("disableCache"), IsRequired = (true))]
+ [DataMember(Name = ("disableCache"), IsRequired = (true))]
public bool DisableCache
{
get;
@@ -15312,7 +15031,7 @@ public bool DisableCache
///
/// IncludeCredentials
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("includeCredentials"), IsRequired = (true))]
+ [DataMember(Name = ("includeCredentials"), IsRequired = (true))]
public bool IncludeCredentials
{
get;
@@ -15329,7 +15048,7 @@ public class DataReceivedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsBa
///
/// Request identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -15339,7 +15058,7 @@ public string RequestId
///
/// Timestamp.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -15349,7 +15068,7 @@ public double Timestamp
///
/// Data chunk length.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("dataLength"), IsRequired = (true))]
+ [DataMember(Name = ("dataLength"), IsRequired = (true))]
public int DataLength
{
get;
@@ -15359,7 +15078,7 @@ public int DataLength
///
/// Actual bytes received (might be less than dataLength for compressed encodings).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("encodedDataLength"), IsRequired = (true))]
+ [DataMember(Name = ("encodedDataLength"), IsRequired = (true))]
public int EncodedDataLength
{
get;
@@ -15376,7 +15095,7 @@ public class EventSourceMessageReceivedEventArgs : CefSharp.DevTools.DevToolsDom
///
/// Request identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -15386,7 +15105,7 @@ public string RequestId
///
/// Timestamp.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -15396,7 +15115,7 @@ public double Timestamp
///
/// Message type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("eventName"), IsRequired = (true))]
+ [DataMember(Name = ("eventName"), IsRequired = (true))]
public string EventName
{
get;
@@ -15406,7 +15125,7 @@ public string EventName
///
/// Message identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("eventId"), IsRequired = (true))]
+ [DataMember(Name = ("eventId"), IsRequired = (true))]
public string EventId
{
get;
@@ -15416,7 +15135,7 @@ public string EventId
///
/// Message content.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("data"), IsRequired = (true))]
+ [DataMember(Name = ("data"), IsRequired = (true))]
public string Data
{
get;
@@ -15433,7 +15152,7 @@ public class LoadingFailedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsB
///
/// Request identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -15443,7 +15162,7 @@ public string RequestId
///
/// Timestamp.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -15469,7 +15188,7 @@ public CefSharp.DevTools.Network.ResourceType Type
///
/// Resource type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
internal string type
{
get;
@@ -15479,7 +15198,7 @@ internal string type
///
/// User friendly error message.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("errorText"), IsRequired = (true))]
+ [DataMember(Name = ("errorText"), IsRequired = (true))]
public string ErrorText
{
get;
@@ -15489,7 +15208,7 @@ public string ErrorText
///
/// True if loading was canceled.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("canceled"), IsRequired = (false))]
+ [DataMember(Name = ("canceled"), IsRequired = (false))]
public bool? Canceled
{
get;
@@ -15515,7 +15234,7 @@ public CefSharp.DevTools.Network.BlockedReason? BlockedReason
///
/// The reason why loading was blocked, if any.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("blockedReason"), IsRequired = (false))]
+ [DataMember(Name = ("blockedReason"), IsRequired = (false))]
internal string blockedReason
{
get;
@@ -15525,7 +15244,7 @@ internal string blockedReason
///
/// The reason why loading was blocked by CORS, if any.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("corsErrorStatus"), IsRequired = (false))]
+ [DataMember(Name = ("corsErrorStatus"), IsRequired = (false))]
public CefSharp.DevTools.Network.CorsErrorStatus CorsErrorStatus
{
get;
@@ -15542,7 +15261,7 @@ public class LoadingFinishedEventArgs : CefSharp.DevTools.DevToolsDomainEventArg
///
/// Request identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -15552,7 +15271,7 @@ public string RequestId
///
/// Timestamp.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -15562,7 +15281,7 @@ public double Timestamp
///
/// Total number of bytes received for this request.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("encodedDataLength"), IsRequired = (true))]
+ [DataMember(Name = ("encodedDataLength"), IsRequired = (true))]
public double EncodedDataLength
{
get;
@@ -15573,7 +15292,7 @@ public double EncodedDataLength
/// Set when 1) response was blocked by Cross-Origin Read Blocking and also
/// 2) this needs to be reported to the DevTools console.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("shouldReportCorbBlocking"), IsRequired = (false))]
+ [DataMember(Name = ("shouldReportCorbBlocking"), IsRequired = (false))]
public bool? ShouldReportCorbBlocking
{
get;
@@ -15594,7 +15313,7 @@ public class RequestInterceptedEventArgs : CefSharp.DevTools.DevToolsDomainEvent
/// while processing that fetch, they will be reported with the same id as the original fetch.
/// Likewise if HTTP authentication is needed then the same fetch id will be used.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("interceptionId"), IsRequired = (true))]
+ [DataMember(Name = ("interceptionId"), IsRequired = (true))]
public string InterceptionId
{
get;
@@ -15604,7 +15323,7 @@ public string InterceptionId
///
/// Request
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("request"), IsRequired = (true))]
+ [DataMember(Name = ("request"), IsRequired = (true))]
public CefSharp.DevTools.Network.Request Request
{
get;
@@ -15614,7 +15333,7 @@ public CefSharp.DevTools.Network.Request Request
///
/// The id of the frame that initiated the request.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (true))]
+ [DataMember(Name = ("frameId"), IsRequired = (true))]
public string FrameId
{
get;
@@ -15640,7 +15359,7 @@ public CefSharp.DevTools.Network.ResourceType ResourceType
///
/// How the requested resource will be used.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("resourceType"), IsRequired = (true))]
+ [DataMember(Name = ("resourceType"), IsRequired = (true))]
internal string resourceType
{
get;
@@ -15650,7 +15369,7 @@ internal string resourceType
///
/// Whether this is a navigation request, which can abort the navigation completely.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isNavigationRequest"), IsRequired = (true))]
+ [DataMember(Name = ("isNavigationRequest"), IsRequired = (true))]
public bool IsNavigationRequest
{
get;
@@ -15661,7 +15380,7 @@ public bool IsNavigationRequest
/// Set if the request is a navigation that will result in a download.
/// Only present after response is received from the server (i.e. HeadersReceived stage).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isDownload"), IsRequired = (false))]
+ [DataMember(Name = ("isDownload"), IsRequired = (false))]
public bool? IsDownload
{
get;
@@ -15671,7 +15390,7 @@ public bool? IsDownload
///
/// Redirect location, only sent if a redirect was intercepted.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("redirectUrl"), IsRequired = (false))]
+ [DataMember(Name = ("redirectUrl"), IsRequired = (false))]
public string RedirectUrl
{
get;
@@ -15682,7 +15401,7 @@ public string RedirectUrl
/// Details of the Authorization Challenge encountered. If this is set then
/// continueInterceptedRequest must contain an authChallengeResponse.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("authChallenge"), IsRequired = (false))]
+ [DataMember(Name = ("authChallenge"), IsRequired = (false))]
public CefSharp.DevTools.Network.AuthChallenge AuthChallenge
{
get;
@@ -15710,7 +15429,7 @@ public CefSharp.DevTools.Network.ErrorReason? ResponseErrorReason
/// Response error if intercepted at response stage or if redirect occurred while intercepting
/// request.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("responseErrorReason"), IsRequired = (false))]
+ [DataMember(Name = ("responseErrorReason"), IsRequired = (false))]
internal string responseErrorReason
{
get;
@@ -15721,7 +15440,7 @@ internal string responseErrorReason
/// Response code if intercepted at response stage or if redirect occurred while intercepting
/// request or auth retry occurred.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("responseStatusCode"), IsRequired = (false))]
+ [DataMember(Name = ("responseStatusCode"), IsRequired = (false))]
public int? ResponseStatusCode
{
get;
@@ -15732,7 +15451,7 @@ public int? ResponseStatusCode
/// Response headers if intercepted at the response stage or if redirect occurred while
/// intercepting request or auth retry occurred.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("responseHeaders"), IsRequired = (false))]
+ [DataMember(Name = ("responseHeaders"), IsRequired = (false))]
public CefSharp.DevTools.Network.Headers ResponseHeaders
{
get;
@@ -15743,7 +15462,7 @@ public CefSharp.DevTools.Network.Headers ResponseHeaders
/// If the intercepted request had a corresponding requestWillBeSent event fired for it, then
/// this requestId will be the same as the requestId present in the requestWillBeSent event.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (false))]
+ [DataMember(Name = ("requestId"), IsRequired = (false))]
public string RequestId
{
get;
@@ -15760,7 +15479,7 @@ public class RequestServedFromCacheEventArgs : CefSharp.DevTools.DevToolsDomainE
///
/// Request identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -15777,7 +15496,7 @@ public class RequestWillBeSentEventArgs : CefSharp.DevTools.DevToolsDomainEventA
///
/// Request identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -15787,7 +15506,7 @@ public string RequestId
///
/// Loader identifier. Empty string if the request is fetched from worker.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("loaderId"), IsRequired = (true))]
+ [DataMember(Name = ("loaderId"), IsRequired = (true))]
public string LoaderId
{
get;
@@ -15797,7 +15516,7 @@ public string LoaderId
///
/// URL of the document this request is loaded for.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("documentURL"), IsRequired = (true))]
+ [DataMember(Name = ("documentURL"), IsRequired = (true))]
public string DocumentURL
{
get;
@@ -15807,7 +15526,7 @@ public string DocumentURL
///
/// Request data.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("request"), IsRequired = (true))]
+ [DataMember(Name = ("request"), IsRequired = (true))]
public CefSharp.DevTools.Network.Request Request
{
get;
@@ -15817,7 +15536,7 @@ public CefSharp.DevTools.Network.Request Request
///
/// Timestamp.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -15827,7 +15546,7 @@ public double Timestamp
///
/// Timestamp.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("wallTime"), IsRequired = (true))]
+ [DataMember(Name = ("wallTime"), IsRequired = (true))]
public double WallTime
{
get;
@@ -15837,7 +15556,7 @@ public double WallTime
///
/// Request initiator.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("initiator"), IsRequired = (true))]
+ [DataMember(Name = ("initiator"), IsRequired = (true))]
public CefSharp.DevTools.Network.Initiator Initiator
{
get;
@@ -15849,7 +15568,7 @@ public CefSharp.DevTools.Network.Initiator Initiator
/// requestWillBeSentExtraInfo and responseReceivedExtraInfo events will be or were emitted
/// for the request which was just redirected.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("redirectHasExtraInfo"), IsRequired = (true))]
+ [DataMember(Name = ("redirectHasExtraInfo"), IsRequired = (true))]
public bool RedirectHasExtraInfo
{
get;
@@ -15859,7 +15578,7 @@ public bool RedirectHasExtraInfo
///
/// Redirect response data.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("redirectResponse"), IsRequired = (false))]
+ [DataMember(Name = ("redirectResponse"), IsRequired = (false))]
public CefSharp.DevTools.Network.Response RedirectResponse
{
get;
@@ -15885,7 +15604,7 @@ public CefSharp.DevTools.Network.ResourceType? Type
///
/// Type of this resource.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (false))]
+ [DataMember(Name = ("type"), IsRequired = (false))]
internal string type
{
get;
@@ -15895,7 +15614,7 @@ internal string type
///
/// Frame identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (false))]
+ [DataMember(Name = ("frameId"), IsRequired = (false))]
public string FrameId
{
get;
@@ -15905,7 +15624,7 @@ public string FrameId
///
/// Whether the request is initiated by a user gesture. Defaults to false.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("hasUserGesture"), IsRequired = (false))]
+ [DataMember(Name = ("hasUserGesture"), IsRequired = (false))]
public bool? HasUserGesture
{
get;
@@ -15922,7 +15641,7 @@ public class ResourceChangedPriorityEventArgs : CefSharp.DevTools.DevToolsDomain
///
/// Request identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -15948,7 +15667,7 @@ public CefSharp.DevTools.Network.ResourcePriority NewPriority
///
/// New priority
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("newPriority"), IsRequired = (true))]
+ [DataMember(Name = ("newPriority"), IsRequired = (true))]
internal string newPriority
{
get;
@@ -15958,7 +15677,7 @@ internal string newPriority
///
/// Timestamp.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -15975,7 +15694,7 @@ public class SignedExchangeReceivedEventArgs : CefSharp.DevTools.DevToolsDomainE
///
/// Request identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -15985,7 +15704,7 @@ public string RequestId
///
/// Information about the signed exchange response.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("info"), IsRequired = (true))]
+ [DataMember(Name = ("info"), IsRequired = (true))]
public CefSharp.DevTools.Network.SignedExchangeInfo Info
{
get;
@@ -16002,7 +15721,7 @@ public class ResponseReceivedEventArgs : CefSharp.DevTools.DevToolsDomainEventAr
///
/// Request identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -16012,7 +15731,7 @@ public string RequestId
///
/// Loader identifier. Empty string if the request is fetched from worker.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("loaderId"), IsRequired = (true))]
+ [DataMember(Name = ("loaderId"), IsRequired = (true))]
public string LoaderId
{
get;
@@ -16022,7 +15741,7 @@ public string LoaderId
///
/// Timestamp.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -16048,7 +15767,7 @@ public CefSharp.DevTools.Network.ResourceType Type
///
/// Resource type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
internal string type
{
get;
@@ -16058,7 +15777,7 @@ internal string type
///
/// Response data.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("response"), IsRequired = (true))]
+ [DataMember(Name = ("response"), IsRequired = (true))]
public CefSharp.DevTools.Network.Response Response
{
get;
@@ -16069,7 +15788,7 @@ public CefSharp.DevTools.Network.Response Response
/// Indicates whether requestWillBeSentExtraInfo and responseReceivedExtraInfo events will be
/// or were emitted for this request.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("hasExtraInfo"), IsRequired = (true))]
+ [DataMember(Name = ("hasExtraInfo"), IsRequired = (true))]
public bool HasExtraInfo
{
get;
@@ -16079,7 +15798,7 @@ public bool HasExtraInfo
///
/// Frame identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (false))]
+ [DataMember(Name = ("frameId"), IsRequired = (false))]
public string FrameId
{
get;
@@ -16096,7 +15815,7 @@ public class WebSocketClosedEventArgs : CefSharp.DevTools.DevToolsDomainEventArg
///
/// Request identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -16106,7 +15825,7 @@ public string RequestId
///
/// Timestamp.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -16123,7 +15842,7 @@ public class WebSocketCreatedEventArgs : CefSharp.DevTools.DevToolsDomainEventAr
///
/// Request identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -16133,7 +15852,7 @@ public string RequestId
///
/// WebSocket request URL.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -16143,7 +15862,7 @@ public string Url
///
/// Request initiator.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("initiator"), IsRequired = (false))]
+ [DataMember(Name = ("initiator"), IsRequired = (false))]
public CefSharp.DevTools.Network.Initiator Initiator
{
get;
@@ -16160,7 +15879,7 @@ public class WebSocketFrameErrorEventArgs : CefSharp.DevTools.DevToolsDomainEven
///
/// Request identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -16170,7 +15889,7 @@ public string RequestId
///
/// Timestamp.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -16180,7 +15899,7 @@ public double Timestamp
///
/// WebSocket error message.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("errorMessage"), IsRequired = (true))]
+ [DataMember(Name = ("errorMessage"), IsRequired = (true))]
public string ErrorMessage
{
get;
@@ -16197,7 +15916,7 @@ public class WebSocketFrameReceivedEventArgs : CefSharp.DevTools.DevToolsDomainE
///
/// Request identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -16207,7 +15926,7 @@ public string RequestId
///
/// Timestamp.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -16217,7 +15936,7 @@ public double Timestamp
///
/// WebSocket response data.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("response"), IsRequired = (true))]
+ [DataMember(Name = ("response"), IsRequired = (true))]
public CefSharp.DevTools.Network.WebSocketFrame Response
{
get;
@@ -16234,7 +15953,7 @@ public class WebSocketFrameSentEventArgs : CefSharp.DevTools.DevToolsDomainEvent
///
/// Request identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -16244,7 +15963,7 @@ public string RequestId
///
/// Timestamp.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -16254,7 +15973,7 @@ public double Timestamp
///
/// WebSocket response data.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("response"), IsRequired = (true))]
+ [DataMember(Name = ("response"), IsRequired = (true))]
public CefSharp.DevTools.Network.WebSocketFrame Response
{
get;
@@ -16271,7 +15990,7 @@ public class WebSocketHandshakeResponseReceivedEventArgs : CefSharp.DevTools.Dev
///
/// Request identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -16281,7 +16000,7 @@ public string RequestId
///
/// Timestamp.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -16291,7 +16010,7 @@ public double Timestamp
///
/// WebSocket response data.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("response"), IsRequired = (true))]
+ [DataMember(Name = ("response"), IsRequired = (true))]
public CefSharp.DevTools.Network.WebSocketResponse Response
{
get;
@@ -16308,7 +16027,7 @@ public class WebSocketWillSendHandshakeRequestEventArgs : CefSharp.DevTools.DevT
///
/// Request identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -16318,7 +16037,7 @@ public string RequestId
///
/// Timestamp.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -16328,7 +16047,7 @@ public double Timestamp
///
/// UTC Timestamp.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("wallTime"), IsRequired = (true))]
+ [DataMember(Name = ("wallTime"), IsRequired = (true))]
public double WallTime
{
get;
@@ -16338,7 +16057,7 @@ public double WallTime
///
/// WebSocket request data.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("request"), IsRequired = (true))]
+ [DataMember(Name = ("request"), IsRequired = (true))]
public CefSharp.DevTools.Network.WebSocketRequest Request
{
get;
@@ -16355,7 +16074,7 @@ public class WebTransportCreatedEventArgs : CefSharp.DevTools.DevToolsDomainEven
///
/// WebTransport identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("transportId"), IsRequired = (true))]
+ [DataMember(Name = ("transportId"), IsRequired = (true))]
public string TransportId
{
get;
@@ -16365,7 +16084,7 @@ public string TransportId
///
/// WebTransport request URL.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -16375,7 +16094,7 @@ public string Url
///
/// Timestamp.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -16385,7 +16104,7 @@ public double Timestamp
///
/// Request initiator.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("initiator"), IsRequired = (false))]
+ [DataMember(Name = ("initiator"), IsRequired = (false))]
public CefSharp.DevTools.Network.Initiator Initiator
{
get;
@@ -16402,7 +16121,7 @@ public class WebTransportConnectionEstablishedEventArgs : CefSharp.DevTools.DevT
///
/// WebTransport identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("transportId"), IsRequired = (true))]
+ [DataMember(Name = ("transportId"), IsRequired = (true))]
public string TransportId
{
get;
@@ -16412,7 +16131,7 @@ public string TransportId
///
/// Timestamp.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -16429,7 +16148,7 @@ public class WebTransportClosedEventArgs : CefSharp.DevTools.DevToolsDomainEvent
///
/// WebTransport identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("transportId"), IsRequired = (true))]
+ [DataMember(Name = ("transportId"), IsRequired = (true))]
public string TransportId
{
get;
@@ -16439,7 +16158,7 @@ public string TransportId
///
/// Timestamp.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -16459,7 +16178,7 @@ public class RequestWillBeSentExtraInfoEventArgs : CefSharp.DevTools.DevToolsDom
///
/// Request identifier. Used to match this information to an existing requestWillBeSent event.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -16470,7 +16189,7 @@ public string RequestId
/// A list of cookies potentially associated to the requested URL. This includes both cookies sent with
/// the request and the ones not sent; the latter are distinguished by having blockedReason field set.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("associatedCookies"), IsRequired = (true))]
+ [DataMember(Name = ("associatedCookies"), IsRequired = (true))]
public System.Collections.Generic.IList AssociatedCookies
{
get;
@@ -16480,7 +16199,7 @@ public System.Collections.Generic.IList
/// Raw request headers as they will be sent over the wire.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("headers"), IsRequired = (true))]
+ [DataMember(Name = ("headers"), IsRequired = (true))]
public CefSharp.DevTools.Network.Headers Headers
{
get;
@@ -16490,7 +16209,7 @@ public CefSharp.DevTools.Network.Headers Headers
///
/// Connection timing information for the request.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("connectTiming"), IsRequired = (true))]
+ [DataMember(Name = ("connectTiming"), IsRequired = (true))]
public CefSharp.DevTools.Network.ConnectTiming ConnectTiming
{
get;
@@ -16500,7 +16219,7 @@ public CefSharp.DevTools.Network.ConnectTiming ConnectTiming
///
/// The client security state set for the request.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("clientSecurityState"), IsRequired = (false))]
+ [DataMember(Name = ("clientSecurityState"), IsRequired = (false))]
public CefSharp.DevTools.Network.ClientSecurityState ClientSecurityState
{
get;
@@ -16510,7 +16229,7 @@ public CefSharp.DevTools.Network.ClientSecurityState ClientSecurityState
///
/// Whether the site has partitioned cookies stored in a partition different than the current one.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("siteHasCookieInOtherPartition"), IsRequired = (false))]
+ [DataMember(Name = ("siteHasCookieInOtherPartition"), IsRequired = (false))]
public bool? SiteHasCookieInOtherPartition
{
get;
@@ -16529,7 +16248,7 @@ public class ResponseReceivedExtraInfoEventArgs : CefSharp.DevTools.DevToolsDoma
///
/// Request identifier. Used to match this information to another responseReceived event.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -16541,7 +16260,7 @@ public string RequestId
/// reasons for blocking. The cookies here may not be valid due to syntax errors, which
/// are represented by the invalid cookie line string instead of a proper cookie.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("blockedCookies"), IsRequired = (true))]
+ [DataMember(Name = ("blockedCookies"), IsRequired = (true))]
public System.Collections.Generic.IList BlockedCookies
{
get;
@@ -16551,7 +16270,7 @@ public System.Collections.Generic.IList
/// Raw response headers as they were received over the wire.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("headers"), IsRequired = (true))]
+ [DataMember(Name = ("headers"), IsRequired = (true))]
public CefSharp.DevTools.Network.Headers Headers
{
get;
@@ -16579,7 +16298,7 @@ public CefSharp.DevTools.Network.IPAddressSpace ResourceIPAddressSpace
/// The IP address space of the resource. The address space can only be determined once the transport
/// established the connection, so we can't send it in `requestWillBeSentExtraInfo`.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("resourceIPAddressSpace"), IsRequired = (true))]
+ [DataMember(Name = ("resourceIPAddressSpace"), IsRequired = (true))]
internal string resourceIPAddressSpace
{
get;
@@ -16591,7 +16310,7 @@ internal string resourceIPAddressSpace
/// event is triggered, which is the case for, e.g., CORS errors. This is also the correct status code
/// for cached requests, where the status in responseReceived is a 200 and this will be 304.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("statusCode"), IsRequired = (true))]
+ [DataMember(Name = ("statusCode"), IsRequired = (true))]
public int StatusCode
{
get;
@@ -16602,7 +16321,7 @@ public int StatusCode
/// Raw response header text as it was received over the wire. The raw text may not always be
/// available, such as in the case of HTTP/2 or QUIC.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("headersText"), IsRequired = (false))]
+ [DataMember(Name = ("headersText"), IsRequired = (false))]
public string HeadersText
{
get;
@@ -16613,7 +16332,7 @@ public string HeadersText
/// The cookie partition key that will be used to store partitioned cookies set in this response.
/// Only sent when partitioned cookies are enabled.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cookiePartitionKey"), IsRequired = (false))]
+ [DataMember(Name = ("cookiePartitionKey"), IsRequired = (false))]
public string CookiePartitionKey
{
get;
@@ -16623,7 +16342,7 @@ public string CookiePartitionKey
///
/// True if partitioned cookies are enabled, but the partition key is not serializeable to string.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cookiePartitionKeyOpaque"), IsRequired = (false))]
+ [DataMember(Name = ("cookiePartitionKeyOpaque"), IsRequired = (false))]
public bool? CookiePartitionKeyOpaque
{
get;
@@ -16642,57 +16361,57 @@ public enum TrustTokenOperationDoneStatus
///
/// Ok
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Ok"))]
+ [EnumMember(Value = ("Ok"))]
Ok,
///
/// InvalidArgument
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InvalidArgument"))]
+ [EnumMember(Value = ("InvalidArgument"))]
InvalidArgument,
///
/// FailedPrecondition
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("FailedPrecondition"))]
+ [EnumMember(Value = ("FailedPrecondition"))]
FailedPrecondition,
///
/// ResourceExhausted
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ResourceExhausted"))]
+ [EnumMember(Value = ("ResourceExhausted"))]
ResourceExhausted,
///
/// AlreadyExists
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("AlreadyExists"))]
+ [EnumMember(Value = ("AlreadyExists"))]
AlreadyExists,
///
/// Unavailable
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Unavailable"))]
+ [EnumMember(Value = ("Unavailable"))]
Unavailable,
///
/// Unauthorized
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Unauthorized"))]
+ [EnumMember(Value = ("Unauthorized"))]
Unauthorized,
///
/// BadResponse
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("BadResponse"))]
+ [EnumMember(Value = ("BadResponse"))]
BadResponse,
///
/// InternalError
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InternalError"))]
+ [EnumMember(Value = ("InternalError"))]
InternalError,
///
/// UnknownError
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("UnknownError"))]
+ [EnumMember(Value = ("UnknownError"))]
UnknownError,
///
/// FulfilledLocally
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("FulfilledLocally"))]
+ [EnumMember(Value = ("FulfilledLocally"))]
FulfilledLocally
}
@@ -16730,7 +16449,7 @@ public CefSharp.DevTools.Network.TrustTokenOperationDoneStatus Status
/// of the operation already exists und thus, the operation was abort
/// preemptively (e.g. a cache hit).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("status"), IsRequired = (true))]
+ [DataMember(Name = ("status"), IsRequired = (true))]
internal string status
{
get;
@@ -16756,7 +16475,7 @@ public CefSharp.DevTools.Network.TrustTokenOperationType Type
///
/// Type
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
internal string type
{
get;
@@ -16766,7 +16485,7 @@ internal string type
///
/// RequestId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -16776,7 +16495,7 @@ public string RequestId
///
/// Top level origin. The context in which the operation was attempted.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("topLevelOrigin"), IsRequired = (false))]
+ [DataMember(Name = ("topLevelOrigin"), IsRequired = (false))]
public string TopLevelOrigin
{
get;
@@ -16786,7 +16505,7 @@ public string TopLevelOrigin
///
/// Origin of the issuer in case of a "Issuance" or "Redemption" operation.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("issuerOrigin"), IsRequired = (false))]
+ [DataMember(Name = ("issuerOrigin"), IsRequired = (false))]
public string IssuerOrigin
{
get;
@@ -16796,7 +16515,7 @@ public string IssuerOrigin
///
/// The number of obtained Trust Tokens on a successful "Issuance" operation.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("issuedTokenCount"), IsRequired = (false))]
+ [DataMember(Name = ("issuedTokenCount"), IsRequired = (false))]
public int? IssuedTokenCount
{
get;
@@ -16814,7 +16533,7 @@ public class SubresourceWebBundleMetadataReceivedEventArgs : CefSharp.DevTools.D
///
/// Request identifier. Used to match this information to another event.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -16824,7 +16543,7 @@ public string RequestId
///
/// A list of URLs of resources in the subresource Web Bundle.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("urls"), IsRequired = (true))]
+ [DataMember(Name = ("urls"), IsRequired = (true))]
public string[] Urls
{
get;
@@ -16841,7 +16560,7 @@ public class SubresourceWebBundleMetadataErrorEventArgs : CefSharp.DevTools.DevT
///
/// Request identifier. Used to match this information to another event.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestId"), IsRequired = (true))]
+ [DataMember(Name = ("requestId"), IsRequired = (true))]
public string RequestId
{
get;
@@ -16851,7 +16570,7 @@ public string RequestId
///
/// Error message
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("errorMessage"), IsRequired = (true))]
+ [DataMember(Name = ("errorMessage"), IsRequired = (true))]
public string ErrorMessage
{
get;
@@ -16869,7 +16588,7 @@ public class SubresourceWebBundleInnerResponseParsedEventArgs : CefSharp.DevTool
///
/// Request identifier of the subresource request
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("innerRequestId"), IsRequired = (true))]
+ [DataMember(Name = ("innerRequestId"), IsRequired = (true))]
public string InnerRequestId
{
get;
@@ -16879,7 +16598,7 @@ public string InnerRequestId
///
/// URL of the subresource resource.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("innerRequestURL"), IsRequired = (true))]
+ [DataMember(Name = ("innerRequestURL"), IsRequired = (true))]
public string InnerRequestURL
{
get;
@@ -16891,7 +16610,7 @@ public string InnerRequestURL
/// This made be absent in case when the instrumentation was enabled only
/// after webbundle was parsed.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("bundleRequestId"), IsRequired = (false))]
+ [DataMember(Name = ("bundleRequestId"), IsRequired = (false))]
public string BundleRequestId
{
get;
@@ -16908,7 +16627,7 @@ public class SubresourceWebBundleInnerResponseErrorEventArgs : CefSharp.DevTools
///
/// Request identifier of the subresource request
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("innerRequestId"), IsRequired = (true))]
+ [DataMember(Name = ("innerRequestId"), IsRequired = (true))]
public string InnerRequestId
{
get;
@@ -16918,7 +16637,7 @@ public string InnerRequestId
///
/// URL of the subresource resource.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("innerRequestURL"), IsRequired = (true))]
+ [DataMember(Name = ("innerRequestURL"), IsRequired = (true))]
public string InnerRequestURL
{
get;
@@ -16928,7 +16647,7 @@ public string InnerRequestURL
///
/// Error message
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("errorMessage"), IsRequired = (true))]
+ [DataMember(Name = ("errorMessage"), IsRequired = (true))]
public string ErrorMessage
{
get;
@@ -16940,7 +16659,7 @@ public string ErrorMessage
/// This made be absent in case when the instrumentation was enabled only
/// after webbundle was parsed.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("bundleRequestId"), IsRequired = (false))]
+ [DataMember(Name = ("bundleRequestId"), IsRequired = (false))]
public string BundleRequestId
{
get;
@@ -16958,7 +16677,7 @@ public class ReportingApiReportAddedEventArgs : CefSharp.DevTools.DevToolsDomain
///
/// Report
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("report"), IsRequired = (true))]
+ [DataMember(Name = ("report"), IsRequired = (true))]
public CefSharp.DevTools.Network.ReportingApiReport Report
{
get;
@@ -16975,7 +16694,7 @@ public class ReportingApiReportUpdatedEventArgs : CefSharp.DevTools.DevToolsDoma
///
/// Report
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("report"), IsRequired = (true))]
+ [DataMember(Name = ("report"), IsRequired = (true))]
public CefSharp.DevTools.Network.ReportingApiReport Report
{
get;
@@ -16992,7 +16711,7 @@ public class ReportingApiEndpointsChangedForOriginEventArgs : CefSharp.DevTools.
///
/// Origin of the document(s) which configured the endpoints.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("origin"), IsRequired = (true))]
+ [DataMember(Name = ("origin"), IsRequired = (true))]
public string Origin
{
get;
@@ -17002,7 +16721,7 @@ public string Origin
///
/// Endpoints
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("endpoints"), IsRequired = (true))]
+ [DataMember(Name = ("endpoints"), IsRequired = (true))]
public System.Collections.Generic.IList Endpoints
{
get;
@@ -17022,7 +16741,7 @@ public partial class SourceOrderConfig : CefSharp.DevTools.DevToolsDomainEntityB
///
/// the color to outline the givent element in.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("parentOutlineColor"), IsRequired = (true))]
+ [DataMember(Name = ("parentOutlineColor"), IsRequired = (true))]
public CefSharp.DevTools.DOM.RGBA ParentOutlineColor
{
get;
@@ -17032,7 +16751,7 @@ public CefSharp.DevTools.DOM.RGBA ParentOutlineColor
///
/// the color to outline the child elements in.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("childOutlineColor"), IsRequired = (true))]
+ [DataMember(Name = ("childOutlineColor"), IsRequired = (true))]
public CefSharp.DevTools.DOM.RGBA ChildOutlineColor
{
get;
@@ -17049,7 +16768,7 @@ public partial class GridHighlightConfig : CefSharp.DevTools.DevToolsDomainEntit
///
/// Whether the extension lines from grid cells to the rulers should be shown (default: false).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("showGridExtensionLines"), IsRequired = (false))]
+ [DataMember(Name = ("showGridExtensionLines"), IsRequired = (false))]
public bool? ShowGridExtensionLines
{
get;
@@ -17059,7 +16778,7 @@ public bool? ShowGridExtensionLines
///
/// Show Positive line number labels (default: false).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("showPositiveLineNumbers"), IsRequired = (false))]
+ [DataMember(Name = ("showPositiveLineNumbers"), IsRequired = (false))]
public bool? ShowPositiveLineNumbers
{
get;
@@ -17069,7 +16788,7 @@ public bool? ShowPositiveLineNumbers
///
/// Show Negative line number labels (default: false).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("showNegativeLineNumbers"), IsRequired = (false))]
+ [DataMember(Name = ("showNegativeLineNumbers"), IsRequired = (false))]
public bool? ShowNegativeLineNumbers
{
get;
@@ -17079,7 +16798,7 @@ public bool? ShowNegativeLineNumbers
///
/// Show area name labels (default: false).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("showAreaNames"), IsRequired = (false))]
+ [DataMember(Name = ("showAreaNames"), IsRequired = (false))]
public bool? ShowAreaNames
{
get;
@@ -17089,7 +16808,7 @@ public bool? ShowAreaNames
///
/// Show line name labels (default: false).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("showLineNames"), IsRequired = (false))]
+ [DataMember(Name = ("showLineNames"), IsRequired = (false))]
public bool? ShowLineNames
{
get;
@@ -17099,7 +16818,7 @@ public bool? ShowLineNames
///
/// Show track size labels (default: false).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("showTrackSizes"), IsRequired = (false))]
+ [DataMember(Name = ("showTrackSizes"), IsRequired = (false))]
public bool? ShowTrackSizes
{
get;
@@ -17109,7 +16828,7 @@ public bool? ShowTrackSizes
///
/// The grid container border highlight color (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("gridBorderColor"), IsRequired = (false))]
+ [DataMember(Name = ("gridBorderColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA GridBorderColor
{
get;
@@ -17119,7 +16838,7 @@ public CefSharp.DevTools.DOM.RGBA GridBorderColor
///
/// The cell border color (default: transparent). Deprecated, please use rowLineColor and columnLineColor instead.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cellBorderColor"), IsRequired = (false))]
+ [DataMember(Name = ("cellBorderColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA CellBorderColor
{
get;
@@ -17129,7 +16848,7 @@ public CefSharp.DevTools.DOM.RGBA CellBorderColor
///
/// The row line color (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("rowLineColor"), IsRequired = (false))]
+ [DataMember(Name = ("rowLineColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA RowLineColor
{
get;
@@ -17139,7 +16858,7 @@ public CefSharp.DevTools.DOM.RGBA RowLineColor
///
/// The column line color (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("columnLineColor"), IsRequired = (false))]
+ [DataMember(Name = ("columnLineColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA ColumnLineColor
{
get;
@@ -17149,7 +16868,7 @@ public CefSharp.DevTools.DOM.RGBA ColumnLineColor
///
/// Whether the grid border is dashed (default: false).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("gridBorderDash"), IsRequired = (false))]
+ [DataMember(Name = ("gridBorderDash"), IsRequired = (false))]
public bool? GridBorderDash
{
get;
@@ -17159,7 +16878,7 @@ public bool? GridBorderDash
///
/// Whether the cell border is dashed (default: false). Deprecated, please us rowLineDash and columnLineDash instead.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cellBorderDash"), IsRequired = (false))]
+ [DataMember(Name = ("cellBorderDash"), IsRequired = (false))]
public bool? CellBorderDash
{
get;
@@ -17169,7 +16888,7 @@ public bool? CellBorderDash
///
/// Whether row lines are dashed (default: false).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("rowLineDash"), IsRequired = (false))]
+ [DataMember(Name = ("rowLineDash"), IsRequired = (false))]
public bool? RowLineDash
{
get;
@@ -17179,7 +16898,7 @@ public bool? RowLineDash
///
/// Whether column lines are dashed (default: false).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("columnLineDash"), IsRequired = (false))]
+ [DataMember(Name = ("columnLineDash"), IsRequired = (false))]
public bool? ColumnLineDash
{
get;
@@ -17189,7 +16908,7 @@ public bool? ColumnLineDash
///
/// The row gap highlight fill color (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("rowGapColor"), IsRequired = (false))]
+ [DataMember(Name = ("rowGapColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA RowGapColor
{
get;
@@ -17199,7 +16918,7 @@ public CefSharp.DevTools.DOM.RGBA RowGapColor
///
/// The row gap hatching fill color (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("rowHatchColor"), IsRequired = (false))]
+ [DataMember(Name = ("rowHatchColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA RowHatchColor
{
get;
@@ -17209,7 +16928,7 @@ public CefSharp.DevTools.DOM.RGBA RowHatchColor
///
/// The column gap highlight fill color (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("columnGapColor"), IsRequired = (false))]
+ [DataMember(Name = ("columnGapColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA ColumnGapColor
{
get;
@@ -17219,7 +16938,7 @@ public CefSharp.DevTools.DOM.RGBA ColumnGapColor
///
/// The column gap hatching fill color (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("columnHatchColor"), IsRequired = (false))]
+ [DataMember(Name = ("columnHatchColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA ColumnHatchColor
{
get;
@@ -17229,7 +16948,7 @@ public CefSharp.DevTools.DOM.RGBA ColumnHatchColor
///
/// The named grid areas border color (Default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("areaBorderColor"), IsRequired = (false))]
+ [DataMember(Name = ("areaBorderColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA AreaBorderColor
{
get;
@@ -17239,7 +16958,7 @@ public CefSharp.DevTools.DOM.RGBA AreaBorderColor
///
/// The grid container background color (Default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("gridBackgroundColor"), IsRequired = (false))]
+ [DataMember(Name = ("gridBackgroundColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA GridBackgroundColor
{
get;
@@ -17256,7 +16975,7 @@ public partial class FlexContainerHighlightConfig : CefSharp.DevTools.DevToolsDo
///
/// The style of the container border
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("containerBorder"), IsRequired = (false))]
+ [DataMember(Name = ("containerBorder"), IsRequired = (false))]
public CefSharp.DevTools.Overlay.LineStyle ContainerBorder
{
get;
@@ -17266,7 +16985,7 @@ public CefSharp.DevTools.Overlay.LineStyle ContainerBorder
///
/// The style of the separator between lines
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("lineSeparator"), IsRequired = (false))]
+ [DataMember(Name = ("lineSeparator"), IsRequired = (false))]
public CefSharp.DevTools.Overlay.LineStyle LineSeparator
{
get;
@@ -17276,7 +16995,7 @@ public CefSharp.DevTools.Overlay.LineStyle LineSeparator
///
/// The style of the separator between items
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("itemSeparator"), IsRequired = (false))]
+ [DataMember(Name = ("itemSeparator"), IsRequired = (false))]
public CefSharp.DevTools.Overlay.LineStyle ItemSeparator
{
get;
@@ -17286,7 +17005,7 @@ public CefSharp.DevTools.Overlay.LineStyle ItemSeparator
///
/// Style of content-distribution space on the main axis (justify-content).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("mainDistributedSpace"), IsRequired = (false))]
+ [DataMember(Name = ("mainDistributedSpace"), IsRequired = (false))]
public CefSharp.DevTools.Overlay.BoxStyle MainDistributedSpace
{
get;
@@ -17296,7 +17015,7 @@ public CefSharp.DevTools.Overlay.BoxStyle MainDistributedSpace
///
/// Style of content-distribution space on the cross axis (align-content).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("crossDistributedSpace"), IsRequired = (false))]
+ [DataMember(Name = ("crossDistributedSpace"), IsRequired = (false))]
public CefSharp.DevTools.Overlay.BoxStyle CrossDistributedSpace
{
get;
@@ -17306,7 +17025,7 @@ public CefSharp.DevTools.Overlay.BoxStyle CrossDistributedSpace
///
/// Style of empty space caused by row gaps (gap/row-gap).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("rowGapSpace"), IsRequired = (false))]
+ [DataMember(Name = ("rowGapSpace"), IsRequired = (false))]
public CefSharp.DevTools.Overlay.BoxStyle RowGapSpace
{
get;
@@ -17316,7 +17035,7 @@ public CefSharp.DevTools.Overlay.BoxStyle RowGapSpace
///
/// Style of empty space caused by columns gaps (gap/column-gap).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("columnGapSpace"), IsRequired = (false))]
+ [DataMember(Name = ("columnGapSpace"), IsRequired = (false))]
public CefSharp.DevTools.Overlay.BoxStyle ColumnGapSpace
{
get;
@@ -17326,7 +17045,7 @@ public CefSharp.DevTools.Overlay.BoxStyle ColumnGapSpace
///
/// Style of the self-alignment line (align-items).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("crossAlignment"), IsRequired = (false))]
+ [DataMember(Name = ("crossAlignment"), IsRequired = (false))]
public CefSharp.DevTools.Overlay.LineStyle CrossAlignment
{
get;
@@ -17343,7 +17062,7 @@ public partial class FlexItemHighlightConfig : CefSharp.DevTools.DevToolsDomainE
///
/// Style of the box representing the item's base size
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("baseSizeBox"), IsRequired = (false))]
+ [DataMember(Name = ("baseSizeBox"), IsRequired = (false))]
public CefSharp.DevTools.Overlay.BoxStyle BaseSizeBox
{
get;
@@ -17353,7 +17072,7 @@ public CefSharp.DevTools.Overlay.BoxStyle BaseSizeBox
///
/// Style of the border around the box representing the item's base size
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("baseSizeBorder"), IsRequired = (false))]
+ [DataMember(Name = ("baseSizeBorder"), IsRequired = (false))]
public CefSharp.DevTools.Overlay.LineStyle BaseSizeBorder
{
get;
@@ -17363,7 +17082,7 @@ public CefSharp.DevTools.Overlay.LineStyle BaseSizeBorder
///
/// Style of the arrow representing if the item grew or shrank
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("flexibilityArrow"), IsRequired = (false))]
+ [DataMember(Name = ("flexibilityArrow"), IsRequired = (false))]
public CefSharp.DevTools.Overlay.LineStyle FlexibilityArrow
{
get;
@@ -17379,12 +17098,12 @@ public enum LineStylePattern
///
/// dashed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("dashed"))]
+ [EnumMember(Value = ("dashed"))]
Dashed,
///
/// dotted
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("dotted"))]
+ [EnumMember(Value = ("dotted"))]
Dotted
}
@@ -17397,7 +17116,7 @@ public partial class LineStyle : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// The color of the line (default: transparent)
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("color"), IsRequired = (false))]
+ [DataMember(Name = ("color"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA Color
{
get;
@@ -17423,7 +17142,7 @@ public CefSharp.DevTools.Overlay.LineStylePattern? Pattern
///
/// The line pattern (default: solid)
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pattern"), IsRequired = (false))]
+ [DataMember(Name = ("pattern"), IsRequired = (false))]
internal string pattern
{
get;
@@ -17440,7 +17159,7 @@ public partial class BoxStyle : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// The background color for the box (default: transparent)
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("fillColor"), IsRequired = (false))]
+ [DataMember(Name = ("fillColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA FillColor
{
get;
@@ -17450,7 +17169,7 @@ public CefSharp.DevTools.DOM.RGBA FillColor
///
/// The hatching color for the box (default: transparent)
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("hatchColor"), IsRequired = (false))]
+ [DataMember(Name = ("hatchColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA HatchColor
{
get;
@@ -17466,17 +17185,17 @@ public enum ContrastAlgorithm
///
/// aa
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("aa"))]
+ [EnumMember(Value = ("aa"))]
Aa,
///
/// aaa
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("aaa"))]
+ [EnumMember(Value = ("aaa"))]
Aaa,
///
/// apca
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("apca"))]
+ [EnumMember(Value = ("apca"))]
Apca
}
@@ -17489,7 +17208,7 @@ public partial class HighlightConfig : CefSharp.DevTools.DevToolsDomainEntityBas
///
/// Whether the node info tooltip should be shown (default: false).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("showInfo"), IsRequired = (false))]
+ [DataMember(Name = ("showInfo"), IsRequired = (false))]
public bool? ShowInfo
{
get;
@@ -17499,7 +17218,7 @@ public bool? ShowInfo
///
/// Whether the node styles in the tooltip (default: false).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("showStyles"), IsRequired = (false))]
+ [DataMember(Name = ("showStyles"), IsRequired = (false))]
public bool? ShowStyles
{
get;
@@ -17509,7 +17228,7 @@ public bool? ShowStyles
///
/// Whether the rulers should be shown (default: false).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("showRulers"), IsRequired = (false))]
+ [DataMember(Name = ("showRulers"), IsRequired = (false))]
public bool? ShowRulers
{
get;
@@ -17519,7 +17238,7 @@ public bool? ShowRulers
///
/// Whether the a11y info should be shown (default: true).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("showAccessibilityInfo"), IsRequired = (false))]
+ [DataMember(Name = ("showAccessibilityInfo"), IsRequired = (false))]
public bool? ShowAccessibilityInfo
{
get;
@@ -17529,7 +17248,7 @@ public bool? ShowAccessibilityInfo
///
/// Whether the extension lines from node to the rulers should be shown (default: false).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("showExtensionLines"), IsRequired = (false))]
+ [DataMember(Name = ("showExtensionLines"), IsRequired = (false))]
public bool? ShowExtensionLines
{
get;
@@ -17539,7 +17258,7 @@ public bool? ShowExtensionLines
///
/// The content box highlight fill color (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("contentColor"), IsRequired = (false))]
+ [DataMember(Name = ("contentColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA ContentColor
{
get;
@@ -17549,7 +17268,7 @@ public CefSharp.DevTools.DOM.RGBA ContentColor
///
/// The padding highlight fill color (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("paddingColor"), IsRequired = (false))]
+ [DataMember(Name = ("paddingColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA PaddingColor
{
get;
@@ -17559,7 +17278,7 @@ public CefSharp.DevTools.DOM.RGBA PaddingColor
///
/// The border highlight fill color (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("borderColor"), IsRequired = (false))]
+ [DataMember(Name = ("borderColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA BorderColor
{
get;
@@ -17569,7 +17288,7 @@ public CefSharp.DevTools.DOM.RGBA BorderColor
///
/// The margin highlight fill color (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("marginColor"), IsRequired = (false))]
+ [DataMember(Name = ("marginColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA MarginColor
{
get;
@@ -17579,7 +17298,7 @@ public CefSharp.DevTools.DOM.RGBA MarginColor
///
/// The event target element highlight fill color (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("eventTargetColor"), IsRequired = (false))]
+ [DataMember(Name = ("eventTargetColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA EventTargetColor
{
get;
@@ -17589,7 +17308,7 @@ public CefSharp.DevTools.DOM.RGBA EventTargetColor
///
/// The shape outside fill color (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("shapeColor"), IsRequired = (false))]
+ [DataMember(Name = ("shapeColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA ShapeColor
{
get;
@@ -17599,7 +17318,7 @@ public CefSharp.DevTools.DOM.RGBA ShapeColor
///
/// The shape margin fill color (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("shapeMarginColor"), IsRequired = (false))]
+ [DataMember(Name = ("shapeMarginColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA ShapeMarginColor
{
get;
@@ -17609,7 +17328,7 @@ public CefSharp.DevTools.DOM.RGBA ShapeMarginColor
///
/// The grid layout color (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cssGridColor"), IsRequired = (false))]
+ [DataMember(Name = ("cssGridColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA CssGridColor
{
get;
@@ -17635,7 +17354,7 @@ public CefSharp.DevTools.Overlay.ColorFormat? ColorFormat
///
/// The color format used to format color styles (default: hex).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("colorFormat"), IsRequired = (false))]
+ [DataMember(Name = ("colorFormat"), IsRequired = (false))]
internal string colorFormat
{
get;
@@ -17645,7 +17364,7 @@ internal string colorFormat
///
/// The grid layout highlight configuration (default: all transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("gridHighlightConfig"), IsRequired = (false))]
+ [DataMember(Name = ("gridHighlightConfig"), IsRequired = (false))]
public CefSharp.DevTools.Overlay.GridHighlightConfig GridHighlightConfig
{
get;
@@ -17655,7 +17374,7 @@ public CefSharp.DevTools.Overlay.GridHighlightConfig GridHighlightConfig
///
/// The flex container highlight configuration (default: all transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("flexContainerHighlightConfig"), IsRequired = (false))]
+ [DataMember(Name = ("flexContainerHighlightConfig"), IsRequired = (false))]
public CefSharp.DevTools.Overlay.FlexContainerHighlightConfig FlexContainerHighlightConfig
{
get;
@@ -17665,7 +17384,7 @@ public CefSharp.DevTools.Overlay.FlexContainerHighlightConfig FlexContainerHighl
///
/// The flex item highlight configuration (default: all transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("flexItemHighlightConfig"), IsRequired = (false))]
+ [DataMember(Name = ("flexItemHighlightConfig"), IsRequired = (false))]
public CefSharp.DevTools.Overlay.FlexItemHighlightConfig FlexItemHighlightConfig
{
get;
@@ -17691,7 +17410,7 @@ public CefSharp.DevTools.Overlay.ContrastAlgorithm? ContrastAlgorithm
///
/// The contrast algorithm to use for the contrast ratio (default: aa).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("contrastAlgorithm"), IsRequired = (false))]
+ [DataMember(Name = ("contrastAlgorithm"), IsRequired = (false))]
internal string contrastAlgorithm
{
get;
@@ -17701,7 +17420,7 @@ internal string contrastAlgorithm
///
/// The container query container highlight configuration (default: all transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("containerQueryContainerHighlightConfig"), IsRequired = (false))]
+ [DataMember(Name = ("containerQueryContainerHighlightConfig"), IsRequired = (false))]
public CefSharp.DevTools.Overlay.ContainerQueryContainerHighlightConfig ContainerQueryContainerHighlightConfig
{
get;
@@ -17717,22 +17436,22 @@ public enum ColorFormat
///
/// rgb
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("rgb"))]
+ [EnumMember(Value = ("rgb"))]
Rgb,
///
/// hsl
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("hsl"))]
+ [EnumMember(Value = ("hsl"))]
Hsl,
///
/// hwb
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("hwb"))]
+ [EnumMember(Value = ("hwb"))]
Hwb,
///
/// hex
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("hex"))]
+ [EnumMember(Value = ("hex"))]
Hex
}
@@ -17745,7 +17464,7 @@ public partial class GridNodeHighlightConfig : CefSharp.DevTools.DevToolsDomainE
///
/// A descriptor for the highlight appearance.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("gridHighlightConfig"), IsRequired = (true))]
+ [DataMember(Name = ("gridHighlightConfig"), IsRequired = (true))]
public CefSharp.DevTools.Overlay.GridHighlightConfig GridHighlightConfig
{
get;
@@ -17755,7 +17474,7 @@ public CefSharp.DevTools.Overlay.GridHighlightConfig GridHighlightConfig
///
/// Identifier of the node to highlight.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeId"), IsRequired = (true))]
+ [DataMember(Name = ("nodeId"), IsRequired = (true))]
public int NodeId
{
get;
@@ -17772,7 +17491,7 @@ public partial class FlexNodeHighlightConfig : CefSharp.DevTools.DevToolsDomainE
///
/// A descriptor for the highlight appearance of flex containers.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("flexContainerHighlightConfig"), IsRequired = (true))]
+ [DataMember(Name = ("flexContainerHighlightConfig"), IsRequired = (true))]
public CefSharp.DevTools.Overlay.FlexContainerHighlightConfig FlexContainerHighlightConfig
{
get;
@@ -17782,7 +17501,7 @@ public CefSharp.DevTools.Overlay.FlexContainerHighlightConfig FlexContainerHighl
///
/// Identifier of the node to highlight.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeId"), IsRequired = (true))]
+ [DataMember(Name = ("nodeId"), IsRequired = (true))]
public int NodeId
{
get;
@@ -17799,7 +17518,7 @@ public partial class ScrollSnapContainerHighlightConfig : CefSharp.DevTools.DevT
///
/// The style of the snapport border (default: transparent)
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("snapportBorder"), IsRequired = (false))]
+ [DataMember(Name = ("snapportBorder"), IsRequired = (false))]
public CefSharp.DevTools.Overlay.LineStyle SnapportBorder
{
get;
@@ -17809,7 +17528,7 @@ public CefSharp.DevTools.Overlay.LineStyle SnapportBorder
///
/// The style of the snap area border (default: transparent)
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("snapAreaBorder"), IsRequired = (false))]
+ [DataMember(Name = ("snapAreaBorder"), IsRequired = (false))]
public CefSharp.DevTools.Overlay.LineStyle SnapAreaBorder
{
get;
@@ -17819,7 +17538,7 @@ public CefSharp.DevTools.Overlay.LineStyle SnapAreaBorder
///
/// The margin highlight fill color (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scrollMarginColor"), IsRequired = (false))]
+ [DataMember(Name = ("scrollMarginColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA ScrollMarginColor
{
get;
@@ -17829,7 +17548,7 @@ public CefSharp.DevTools.DOM.RGBA ScrollMarginColor
///
/// The padding highlight fill color (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scrollPaddingColor"), IsRequired = (false))]
+ [DataMember(Name = ("scrollPaddingColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA ScrollPaddingColor
{
get;
@@ -17846,7 +17565,7 @@ public partial class ScrollSnapHighlightConfig : CefSharp.DevTools.DevToolsDomai
///
/// A descriptor for the highlight appearance of scroll snap containers.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scrollSnapContainerHighlightConfig"), IsRequired = (true))]
+ [DataMember(Name = ("scrollSnapContainerHighlightConfig"), IsRequired = (true))]
public CefSharp.DevTools.Overlay.ScrollSnapContainerHighlightConfig ScrollSnapContainerHighlightConfig
{
get;
@@ -17856,7 +17575,7 @@ public CefSharp.DevTools.Overlay.ScrollSnapContainerHighlightConfig ScrollSnapCo
///
/// Identifier of the node to highlight.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeId"), IsRequired = (true))]
+ [DataMember(Name = ("nodeId"), IsRequired = (true))]
public int NodeId
{
get;
@@ -17873,7 +17592,7 @@ public partial class HingeConfig : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// A rectangle represent hinge
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("rect"), IsRequired = (true))]
+ [DataMember(Name = ("rect"), IsRequired = (true))]
public CefSharp.DevTools.DOM.Rect Rect
{
get;
@@ -17883,7 +17602,7 @@ public CefSharp.DevTools.DOM.Rect Rect
///
/// The content box highlight fill color (default: a dark color).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("contentColor"), IsRequired = (false))]
+ [DataMember(Name = ("contentColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA ContentColor
{
get;
@@ -17893,7 +17612,7 @@ public CefSharp.DevTools.DOM.RGBA ContentColor
///
/// The content box highlight outline color (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("outlineColor"), IsRequired = (false))]
+ [DataMember(Name = ("outlineColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA OutlineColor
{
get;
@@ -17910,7 +17629,7 @@ public partial class ContainerQueryHighlightConfig : CefSharp.DevTools.DevToolsD
///
/// A descriptor for the highlight appearance of container query containers.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("containerQueryContainerHighlightConfig"), IsRequired = (true))]
+ [DataMember(Name = ("containerQueryContainerHighlightConfig"), IsRequired = (true))]
public CefSharp.DevTools.Overlay.ContainerQueryContainerHighlightConfig ContainerQueryContainerHighlightConfig
{
get;
@@ -17920,7 +17639,7 @@ public CefSharp.DevTools.Overlay.ContainerQueryContainerHighlightConfig Containe
///
/// Identifier of the container node to highlight.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeId"), IsRequired = (true))]
+ [DataMember(Name = ("nodeId"), IsRequired = (true))]
public int NodeId
{
get;
@@ -17937,7 +17656,7 @@ public partial class ContainerQueryContainerHighlightConfig : CefSharp.DevTools.
///
/// The style of the container border.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("containerBorder"), IsRequired = (false))]
+ [DataMember(Name = ("containerBorder"), IsRequired = (false))]
public CefSharp.DevTools.Overlay.LineStyle ContainerBorder
{
get;
@@ -17947,7 +17666,7 @@ public CefSharp.DevTools.Overlay.LineStyle ContainerBorder
///
/// The style of the descendants' borders.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("descendantBorder"), IsRequired = (false))]
+ [DataMember(Name = ("descendantBorder"), IsRequired = (false))]
public CefSharp.DevTools.Overlay.LineStyle DescendantBorder
{
get;
@@ -17964,7 +17683,7 @@ public partial class IsolatedElementHighlightConfig : CefSharp.DevTools.DevTools
///
/// A descriptor for the highlight appearance of an element in isolation mode.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isolationModeHighlightConfig"), IsRequired = (true))]
+ [DataMember(Name = ("isolationModeHighlightConfig"), IsRequired = (true))]
public CefSharp.DevTools.Overlay.IsolationModeHighlightConfig IsolationModeHighlightConfig
{
get;
@@ -17974,7 +17693,7 @@ public CefSharp.DevTools.Overlay.IsolationModeHighlightConfig IsolationModeHighl
///
/// Identifier of the isolated element to highlight.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeId"), IsRequired = (true))]
+ [DataMember(Name = ("nodeId"), IsRequired = (true))]
public int NodeId
{
get;
@@ -17991,7 +17710,7 @@ public partial class IsolationModeHighlightConfig : CefSharp.DevTools.DevToolsDo
///
/// The fill color of the resizers (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("resizerColor"), IsRequired = (false))]
+ [DataMember(Name = ("resizerColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA ResizerColor
{
get;
@@ -18001,7 +17720,7 @@ public CefSharp.DevTools.DOM.RGBA ResizerColor
///
/// The fill color for resizer handles (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("resizerHandleColor"), IsRequired = (false))]
+ [DataMember(Name = ("resizerHandleColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA ResizerHandleColor
{
get;
@@ -18011,7 +17730,7 @@ public CefSharp.DevTools.DOM.RGBA ResizerHandleColor
///
/// The fill color for the mask covering non-isolated elements (default: transparent).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("maskColor"), IsRequired = (false))]
+ [DataMember(Name = ("maskColor"), IsRequired = (false))]
public CefSharp.DevTools.DOM.RGBA MaskColor
{
get;
@@ -18027,27 +17746,27 @@ public enum InspectMode
///
/// searchForNode
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("searchForNode"))]
+ [EnumMember(Value = ("searchForNode"))]
SearchForNode,
///
/// searchForUAShadowDOM
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("searchForUAShadowDOM"))]
+ [EnumMember(Value = ("searchForUAShadowDOM"))]
SearchForUAShadowDOM,
///
/// captureAreaScreenshot
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("captureAreaScreenshot"))]
+ [EnumMember(Value = ("captureAreaScreenshot"))]
CaptureAreaScreenshot,
///
/// showDistances
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("showDistances"))]
+ [EnumMember(Value = ("showDistances"))]
ShowDistances,
///
/// none
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("none"))]
+ [EnumMember(Value = ("none"))]
None
}
@@ -18061,7 +17780,7 @@ public class InspectNodeRequestedEventArgs : CefSharp.DevTools.DevToolsDomainEve
///
/// Id of the node to inspect.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("backendNodeId"), IsRequired = (true))]
+ [DataMember(Name = ("backendNodeId"), IsRequired = (true))]
public int BackendNodeId
{
get;
@@ -18078,7 +17797,7 @@ public class NodeHighlightRequestedEventArgs : CefSharp.DevTools.DevToolsDomainE
///
/// NodeId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeId"), IsRequired = (true))]
+ [DataMember(Name = ("nodeId"), IsRequired = (true))]
public int NodeId
{
get;
@@ -18095,7 +17814,7 @@ public class ScreenshotRequestedEventArgs : CefSharp.DevTools.DevToolsDomainEven
///
/// Viewport to capture, in device independent pixels (dip).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("viewport"), IsRequired = (true))]
+ [DataMember(Name = ("viewport"), IsRequired = (true))]
public CefSharp.DevTools.Page.Viewport Viewport
{
get;
@@ -18114,17 +17833,17 @@ public enum AdFrameType
///
/// none
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("none"))]
+ [EnumMember(Value = ("none"))]
None,
///
/// child
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("child"))]
+ [EnumMember(Value = ("child"))]
Child,
///
/// root
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("root"))]
+ [EnumMember(Value = ("root"))]
Root
}
@@ -18136,17 +17855,17 @@ public enum AdFrameExplanation
///
/// ParentIsAd
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ParentIsAd"))]
+ [EnumMember(Value = ("ParentIsAd"))]
ParentIsAd,
///
/// CreatedByAdScript
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CreatedByAdScript"))]
+ [EnumMember(Value = ("CreatedByAdScript"))]
CreatedByAdScript,
///
/// MatchedBlockingRule
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("MatchedBlockingRule"))]
+ [EnumMember(Value = ("MatchedBlockingRule"))]
MatchedBlockingRule
}
@@ -18175,7 +17894,7 @@ public CefSharp.DevTools.Page.AdFrameType AdFrameType
///
/// AdFrameType
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("adFrameType"), IsRequired = (true))]
+ [DataMember(Name = ("adFrameType"), IsRequired = (true))]
internal string adFrameType
{
get;
@@ -18201,7 +17920,7 @@ public CefSharp.DevTools.Page.AdFrameExplanation[] Explanations
///
/// Explanations
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("explanations"), IsRequired = (false))]
+ [DataMember(Name = ("explanations"), IsRequired = (false))]
internal string explanations
{
get;
@@ -18220,7 +17939,7 @@ public partial class AdScriptId : CefSharp.DevTools.DevToolsDomainEntityBase
/// Script Id of the bottom-most script which caused the frame to be labelled
/// as an ad.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scriptId"), IsRequired = (true))]
+ [DataMember(Name = ("scriptId"), IsRequired = (true))]
public string ScriptId
{
get;
@@ -18230,7 +17949,7 @@ public string ScriptId
///
/// Id of adScriptId's debugger.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("debuggerId"), IsRequired = (true))]
+ [DataMember(Name = ("debuggerId"), IsRequired = (true))]
public string DebuggerId
{
get;
@@ -18246,22 +17965,22 @@ public enum SecureContextType
///
/// Secure
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Secure"))]
+ [EnumMember(Value = ("Secure"))]
Secure,
///
/// SecureLocalhost
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SecureLocalhost"))]
+ [EnumMember(Value = ("SecureLocalhost"))]
SecureLocalhost,
///
/// InsecureScheme
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InsecureScheme"))]
+ [EnumMember(Value = ("InsecureScheme"))]
InsecureScheme,
///
/// InsecureAncestor
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InsecureAncestor"))]
+ [EnumMember(Value = ("InsecureAncestor"))]
InsecureAncestor
}
@@ -18273,17 +17992,17 @@ public enum CrossOriginIsolatedContextType
///
/// Isolated
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Isolated"))]
+ [EnumMember(Value = ("Isolated"))]
Isolated,
///
/// NotIsolated
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NotIsolated"))]
+ [EnumMember(Value = ("NotIsolated"))]
NotIsolated,
///
/// NotIsolatedFeatureDisabled
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NotIsolatedFeatureDisabled"))]
+ [EnumMember(Value = ("NotIsolatedFeatureDisabled"))]
NotIsolatedFeatureDisabled
}
@@ -18295,22 +18014,22 @@ public enum GatedAPIFeatures
///
/// SharedArrayBuffers
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SharedArrayBuffers"))]
+ [EnumMember(Value = ("SharedArrayBuffers"))]
SharedArrayBuffers,
///
/// SharedArrayBuffersTransferAllowed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SharedArrayBuffersTransferAllowed"))]
+ [EnumMember(Value = ("SharedArrayBuffersTransferAllowed"))]
SharedArrayBuffersTransferAllowed,
///
/// PerformanceMeasureMemory
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PerformanceMeasureMemory"))]
+ [EnumMember(Value = ("PerformanceMeasureMemory"))]
PerformanceMeasureMemory,
///
/// PerformanceProfile
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PerformanceProfile"))]
+ [EnumMember(Value = ("PerformanceProfile"))]
PerformanceProfile
}
@@ -18323,392 +18042,392 @@ public enum PermissionsPolicyFeature
///
/// accelerometer
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("accelerometer"))]
+ [EnumMember(Value = ("accelerometer"))]
Accelerometer,
///
/// ambient-light-sensor
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ambient-light-sensor"))]
+ [EnumMember(Value = ("ambient-light-sensor"))]
AmbientLightSensor,
///
/// attribution-reporting
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("attribution-reporting"))]
+ [EnumMember(Value = ("attribution-reporting"))]
AttributionReporting,
///
/// autoplay
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("autoplay"))]
+ [EnumMember(Value = ("autoplay"))]
Autoplay,
///
/// bluetooth
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("bluetooth"))]
+ [EnumMember(Value = ("bluetooth"))]
Bluetooth,
///
/// browsing-topics
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("browsing-topics"))]
+ [EnumMember(Value = ("browsing-topics"))]
BrowsingTopics,
///
/// camera
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("camera"))]
+ [EnumMember(Value = ("camera"))]
Camera,
///
/// ch-dpr
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-dpr"))]
+ [EnumMember(Value = ("ch-dpr"))]
ChDpr,
///
/// ch-device-memory
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-device-memory"))]
+ [EnumMember(Value = ("ch-device-memory"))]
ChDeviceMemory,
///
/// ch-downlink
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-downlink"))]
+ [EnumMember(Value = ("ch-downlink"))]
ChDownlink,
///
/// ch-ect
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-ect"))]
+ [EnumMember(Value = ("ch-ect"))]
ChEct,
///
/// ch-prefers-color-scheme
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-prefers-color-scheme"))]
+ [EnumMember(Value = ("ch-prefers-color-scheme"))]
ChPrefersColorScheme,
///
/// ch-prefers-reduced-motion
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-prefers-reduced-motion"))]
+ [EnumMember(Value = ("ch-prefers-reduced-motion"))]
ChPrefersReducedMotion,
///
/// ch-rtt
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-rtt"))]
+ [EnumMember(Value = ("ch-rtt"))]
ChRtt,
///
/// ch-save-data
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-save-data"))]
+ [EnumMember(Value = ("ch-save-data"))]
ChSaveData,
///
/// ch-ua
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-ua"))]
+ [EnumMember(Value = ("ch-ua"))]
ChUa,
///
/// ch-ua-arch
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-ua-arch"))]
+ [EnumMember(Value = ("ch-ua-arch"))]
ChUaArch,
///
/// ch-ua-bitness
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-ua-bitness"))]
+ [EnumMember(Value = ("ch-ua-bitness"))]
ChUaBitness,
///
/// ch-ua-platform
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-ua-platform"))]
+ [EnumMember(Value = ("ch-ua-platform"))]
ChUaPlatform,
///
/// ch-ua-model
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-ua-model"))]
+ [EnumMember(Value = ("ch-ua-model"))]
ChUaModel,
///
/// ch-ua-mobile
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-ua-mobile"))]
+ [EnumMember(Value = ("ch-ua-mobile"))]
ChUaMobile,
///
/// ch-ua-full
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-ua-full"))]
+ [EnumMember(Value = ("ch-ua-full"))]
ChUaFull,
///
/// ch-ua-full-version
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-ua-full-version"))]
+ [EnumMember(Value = ("ch-ua-full-version"))]
ChUaFullVersion,
///
/// ch-ua-full-version-list
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-ua-full-version-list"))]
+ [EnumMember(Value = ("ch-ua-full-version-list"))]
ChUaFullVersionList,
///
/// ch-ua-platform-version
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-ua-platform-version"))]
+ [EnumMember(Value = ("ch-ua-platform-version"))]
ChUaPlatformVersion,
///
/// ch-ua-reduced
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-ua-reduced"))]
+ [EnumMember(Value = ("ch-ua-reduced"))]
ChUaReduced,
///
/// ch-ua-wow64
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-ua-wow64"))]
+ [EnumMember(Value = ("ch-ua-wow64"))]
ChUaWow64,
///
/// ch-viewport-height
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-viewport-height"))]
+ [EnumMember(Value = ("ch-viewport-height"))]
ChViewportHeight,
///
/// ch-viewport-width
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-viewport-width"))]
+ [EnumMember(Value = ("ch-viewport-width"))]
ChViewportWidth,
///
/// ch-width
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ch-width"))]
+ [EnumMember(Value = ("ch-width"))]
ChWidth,
///
/// clipboard-read
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("clipboard-read"))]
+ [EnumMember(Value = ("clipboard-read"))]
ClipboardRead,
///
/// clipboard-write
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("clipboard-write"))]
+ [EnumMember(Value = ("clipboard-write"))]
ClipboardWrite,
///
/// compute-pressure
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("compute-pressure"))]
+ [EnumMember(Value = ("compute-pressure"))]
ComputePressure,
///
/// cross-origin-isolated
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("cross-origin-isolated"))]
+ [EnumMember(Value = ("cross-origin-isolated"))]
CrossOriginIsolated,
///
/// direct-sockets
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("direct-sockets"))]
+ [EnumMember(Value = ("direct-sockets"))]
DirectSockets,
///
/// display-capture
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("display-capture"))]
+ [EnumMember(Value = ("display-capture"))]
DisplayCapture,
///
/// document-domain
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("document-domain"))]
+ [EnumMember(Value = ("document-domain"))]
DocumentDomain,
///
/// encrypted-media
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("encrypted-media"))]
+ [EnumMember(Value = ("encrypted-media"))]
EncryptedMedia,
///
/// execution-while-out-of-viewport
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("execution-while-out-of-viewport"))]
+ [EnumMember(Value = ("execution-while-out-of-viewport"))]
ExecutionWhileOutOfViewport,
///
/// execution-while-not-rendered
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("execution-while-not-rendered"))]
+ [EnumMember(Value = ("execution-while-not-rendered"))]
ExecutionWhileNotRendered,
///
/// focus-without-user-activation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("focus-without-user-activation"))]
+ [EnumMember(Value = ("focus-without-user-activation"))]
FocusWithoutUserActivation,
///
/// fullscreen
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("fullscreen"))]
+ [EnumMember(Value = ("fullscreen"))]
Fullscreen,
///
/// frobulate
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("frobulate"))]
+ [EnumMember(Value = ("frobulate"))]
Frobulate,
///
/// gamepad
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("gamepad"))]
+ [EnumMember(Value = ("gamepad"))]
Gamepad,
///
/// geolocation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("geolocation"))]
+ [EnumMember(Value = ("geolocation"))]
Geolocation,
///
/// gyroscope
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("gyroscope"))]
+ [EnumMember(Value = ("gyroscope"))]
Gyroscope,
///
/// hid
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("hid"))]
+ [EnumMember(Value = ("hid"))]
Hid,
///
/// identity-credentials-get
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("identity-credentials-get"))]
+ [EnumMember(Value = ("identity-credentials-get"))]
IdentityCredentialsGet,
///
/// idle-detection
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("idle-detection"))]
+ [EnumMember(Value = ("idle-detection"))]
IdleDetection,
///
/// interest-cohort
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("interest-cohort"))]
+ [EnumMember(Value = ("interest-cohort"))]
InterestCohort,
///
/// join-ad-interest-group
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("join-ad-interest-group"))]
+ [EnumMember(Value = ("join-ad-interest-group"))]
JoinAdInterestGroup,
///
/// keyboard-map
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("keyboard-map"))]
+ [EnumMember(Value = ("keyboard-map"))]
KeyboardMap,
///
/// local-fonts
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("local-fonts"))]
+ [EnumMember(Value = ("local-fonts"))]
LocalFonts,
///
/// magnetometer
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("magnetometer"))]
+ [EnumMember(Value = ("magnetometer"))]
Magnetometer,
///
/// microphone
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("microphone"))]
+ [EnumMember(Value = ("microphone"))]
Microphone,
///
/// midi
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("midi"))]
+ [EnumMember(Value = ("midi"))]
Midi,
///
/// otp-credentials
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("otp-credentials"))]
+ [EnumMember(Value = ("otp-credentials"))]
OtpCredentials,
///
/// payment
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("payment"))]
+ [EnumMember(Value = ("payment"))]
Payment,
///
/// picture-in-picture
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("picture-in-picture"))]
+ [EnumMember(Value = ("picture-in-picture"))]
PictureInPicture,
///
/// private-aggregation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("private-aggregation"))]
+ [EnumMember(Value = ("private-aggregation"))]
PrivateAggregation,
///
/// publickey-credentials-get
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("publickey-credentials-get"))]
+ [EnumMember(Value = ("publickey-credentials-get"))]
PublickeyCredentialsGet,
///
/// run-ad-auction
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("run-ad-auction"))]
+ [EnumMember(Value = ("run-ad-auction"))]
RunAdAuction,
///
/// screen-wake-lock
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("screen-wake-lock"))]
+ [EnumMember(Value = ("screen-wake-lock"))]
ScreenWakeLock,
///
/// serial
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("serial"))]
+ [EnumMember(Value = ("serial"))]
Serial,
///
/// shared-autofill
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("shared-autofill"))]
+ [EnumMember(Value = ("shared-autofill"))]
SharedAutofill,
///
/// shared-storage
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("shared-storage"))]
+ [EnumMember(Value = ("shared-storage"))]
SharedStorage,
///
/// shared-storage-select-url
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("shared-storage-select-url"))]
+ [EnumMember(Value = ("shared-storage-select-url"))]
SharedStorageSelectUrl,
///
/// smart-card
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("smart-card"))]
+ [EnumMember(Value = ("smart-card"))]
SmartCard,
///
/// storage-access
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("storage-access"))]
+ [EnumMember(Value = ("storage-access"))]
StorageAccess,
///
/// sync-xhr
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("sync-xhr"))]
+ [EnumMember(Value = ("sync-xhr"))]
SyncXhr,
///
/// trust-token-redemption
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("trust-token-redemption"))]
+ [EnumMember(Value = ("trust-token-redemption"))]
TrustTokenRedemption,
///
/// unload
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("unload"))]
+ [EnumMember(Value = ("unload"))]
Unload,
///
/// usb
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("usb"))]
+ [EnumMember(Value = ("usb"))]
Usb,
///
/// vertical-scroll
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("vertical-scroll"))]
+ [EnumMember(Value = ("vertical-scroll"))]
VerticalScroll,
///
/// web-share
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("web-share"))]
+ [EnumMember(Value = ("web-share"))]
WebShare,
///
/// window-management
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("window-management"))]
+ [EnumMember(Value = ("window-management"))]
WindowManagement,
///
/// window-placement
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("window-placement"))]
+ [EnumMember(Value = ("window-placement"))]
WindowPlacement,
///
/// xr-spatial-tracking
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("xr-spatial-tracking"))]
+ [EnumMember(Value = ("xr-spatial-tracking"))]
XrSpatialTracking
}
@@ -18720,22 +18439,22 @@ public enum PermissionsPolicyBlockReason
///
/// Header
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Header"))]
+ [EnumMember(Value = ("Header"))]
Header,
///
/// IframeAttribute
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("IframeAttribute"))]
+ [EnumMember(Value = ("IframeAttribute"))]
IframeAttribute,
///
/// InFencedFrameTree
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InFencedFrameTree"))]
+ [EnumMember(Value = ("InFencedFrameTree"))]
InFencedFrameTree,
///
/// InIsolatedApp
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InIsolatedApp"))]
+ [EnumMember(Value = ("InIsolatedApp"))]
InIsolatedApp
}
@@ -18748,7 +18467,7 @@ public partial class PermissionsPolicyBlockLocator : CefSharp.DevTools.DevToolsD
///
/// FrameId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (true))]
+ [DataMember(Name = ("frameId"), IsRequired = (true))]
public string FrameId
{
get;
@@ -18774,7 +18493,7 @@ public CefSharp.DevTools.Page.PermissionsPolicyBlockReason BlockReason
///
/// BlockReason
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("blockReason"), IsRequired = (true))]
+ [DataMember(Name = ("blockReason"), IsRequired = (true))]
internal string blockReason
{
get;
@@ -18807,7 +18526,7 @@ public CefSharp.DevTools.Page.PermissionsPolicyFeature Feature
///
/// Feature
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("feature"), IsRequired = (true))]
+ [DataMember(Name = ("feature"), IsRequired = (true))]
internal string feature
{
get;
@@ -18817,7 +18536,7 @@ internal string feature
///
/// Allowed
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("allowed"), IsRequired = (true))]
+ [DataMember(Name = ("allowed"), IsRequired = (true))]
public bool Allowed
{
get;
@@ -18827,7 +18546,7 @@ public bool Allowed
///
/// Locator
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("locator"), IsRequired = (false))]
+ [DataMember(Name = ("locator"), IsRequired = (false))]
public CefSharp.DevTools.Page.PermissionsPolicyBlockLocator Locator
{
get;
@@ -18844,62 +18563,62 @@ public enum OriginTrialTokenStatus
///
/// Success
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Success"))]
+ [EnumMember(Value = ("Success"))]
Success,
///
/// NotSupported
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NotSupported"))]
+ [EnumMember(Value = ("NotSupported"))]
NotSupported,
///
/// Insecure
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Insecure"))]
+ [EnumMember(Value = ("Insecure"))]
Insecure,
///
/// Expired
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Expired"))]
+ [EnumMember(Value = ("Expired"))]
Expired,
///
/// WrongOrigin
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WrongOrigin"))]
+ [EnumMember(Value = ("WrongOrigin"))]
WrongOrigin,
///
/// InvalidSignature
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InvalidSignature"))]
+ [EnumMember(Value = ("InvalidSignature"))]
InvalidSignature,
///
/// Malformed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Malformed"))]
+ [EnumMember(Value = ("Malformed"))]
Malformed,
///
/// WrongVersion
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WrongVersion"))]
+ [EnumMember(Value = ("WrongVersion"))]
WrongVersion,
///
/// FeatureDisabled
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("FeatureDisabled"))]
+ [EnumMember(Value = ("FeatureDisabled"))]
FeatureDisabled,
///
/// TokenDisabled
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("TokenDisabled"))]
+ [EnumMember(Value = ("TokenDisabled"))]
TokenDisabled,
///
/// FeatureDisabledForUser
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("FeatureDisabledForUser"))]
+ [EnumMember(Value = ("FeatureDisabledForUser"))]
FeatureDisabledForUser,
///
/// UnknownTrial
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("UnknownTrial"))]
+ [EnumMember(Value = ("UnknownTrial"))]
UnknownTrial
}
@@ -18911,22 +18630,22 @@ public enum OriginTrialStatus
///
/// Enabled
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Enabled"))]
+ [EnumMember(Value = ("Enabled"))]
Enabled,
///
/// ValidTokenNotProvided
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ValidTokenNotProvided"))]
+ [EnumMember(Value = ("ValidTokenNotProvided"))]
ValidTokenNotProvided,
///
/// OSNotSupported
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("OSNotSupported"))]
+ [EnumMember(Value = ("OSNotSupported"))]
OSNotSupported,
///
/// TrialNotAllowed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("TrialNotAllowed"))]
+ [EnumMember(Value = ("TrialNotAllowed"))]
TrialNotAllowed
}
@@ -18938,12 +18657,12 @@ public enum OriginTrialUsageRestriction
///
/// None
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("None"))]
+ [EnumMember(Value = ("None"))]
None,
///
/// Subset
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Subset"))]
+ [EnumMember(Value = ("Subset"))]
Subset
}
@@ -18956,7 +18675,7 @@ public partial class OriginTrialToken : CefSharp.DevTools.DevToolsDomainEntityBa
///
/// Origin
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("origin"), IsRequired = (true))]
+ [DataMember(Name = ("origin"), IsRequired = (true))]
public string Origin
{
get;
@@ -18966,7 +18685,7 @@ public string Origin
///
/// MatchSubDomains
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("matchSubDomains"), IsRequired = (true))]
+ [DataMember(Name = ("matchSubDomains"), IsRequired = (true))]
public bool MatchSubDomains
{
get;
@@ -18976,7 +18695,7 @@ public bool MatchSubDomains
///
/// TrialName
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("trialName"), IsRequired = (true))]
+ [DataMember(Name = ("trialName"), IsRequired = (true))]
public string TrialName
{
get;
@@ -18986,7 +18705,7 @@ public string TrialName
///
/// ExpiryTime
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("expiryTime"), IsRequired = (true))]
+ [DataMember(Name = ("expiryTime"), IsRequired = (true))]
public double ExpiryTime
{
get;
@@ -18996,7 +18715,7 @@ public double ExpiryTime
///
/// IsThirdParty
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isThirdParty"), IsRequired = (true))]
+ [DataMember(Name = ("isThirdParty"), IsRequired = (true))]
public bool IsThirdParty
{
get;
@@ -19022,7 +18741,7 @@ public CefSharp.DevTools.Page.OriginTrialUsageRestriction UsageRestriction
///
/// UsageRestriction
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("usageRestriction"), IsRequired = (true))]
+ [DataMember(Name = ("usageRestriction"), IsRequired = (true))]
internal string usageRestriction
{
get;
@@ -19039,7 +18758,7 @@ public partial class OriginTrialTokenWithStatus : CefSharp.DevTools.DevToolsDoma
///
/// RawTokenText
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("rawTokenText"), IsRequired = (true))]
+ [DataMember(Name = ("rawTokenText"), IsRequired = (true))]
public string RawTokenText
{
get;
@@ -19050,7 +18769,7 @@ public string RawTokenText
/// `parsedToken` is present only when the token is extractable and
/// parsable.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("parsedToken"), IsRequired = (false))]
+ [DataMember(Name = ("parsedToken"), IsRequired = (false))]
public CefSharp.DevTools.Page.OriginTrialToken ParsedToken
{
get;
@@ -19076,7 +18795,7 @@ public CefSharp.DevTools.Page.OriginTrialTokenStatus Status
///
/// Status
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("status"), IsRequired = (true))]
+ [DataMember(Name = ("status"), IsRequired = (true))]
internal string status
{
get;
@@ -19093,7 +18812,7 @@ public partial class OriginTrial : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// TrialName
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("trialName"), IsRequired = (true))]
+ [DataMember(Name = ("trialName"), IsRequired = (true))]
public string TrialName
{
get;
@@ -19119,7 +18838,7 @@ public CefSharp.DevTools.Page.OriginTrialStatus Status
///
/// Status
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("status"), IsRequired = (true))]
+ [DataMember(Name = ("status"), IsRequired = (true))]
internal string status
{
get;
@@ -19129,7 +18848,7 @@ internal string status
///
/// TokensWithStatus
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("tokensWithStatus"), IsRequired = (true))]
+ [DataMember(Name = ("tokensWithStatus"), IsRequired = (true))]
public System.Collections.Generic.IList TokensWithStatus
{
get;
@@ -19146,7 +18865,7 @@ public partial class Frame : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Frame unique identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("id"), IsRequired = (true))]
+ [DataMember(Name = ("id"), IsRequired = (true))]
public string Id
{
get;
@@ -19156,7 +18875,7 @@ public string Id
///
/// Parent frame identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("parentId"), IsRequired = (false))]
+ [DataMember(Name = ("parentId"), IsRequired = (false))]
public string ParentId
{
get;
@@ -19166,7 +18885,7 @@ public string ParentId
///
/// Identifier of the loader associated with this frame.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("loaderId"), IsRequired = (true))]
+ [DataMember(Name = ("loaderId"), IsRequired = (true))]
public string LoaderId
{
get;
@@ -19176,7 +18895,7 @@ public string LoaderId
///
/// Frame's name as specified in the tag.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (false))]
+ [DataMember(Name = ("name"), IsRequired = (false))]
public string Name
{
get;
@@ -19186,7 +18905,7 @@ public string Name
///
/// Frame document's URL without fragment.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -19196,7 +18915,7 @@ public string Url
///
/// Frame document's URL fragment including the '#'.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("urlFragment"), IsRequired = (false))]
+ [DataMember(Name = ("urlFragment"), IsRequired = (false))]
public string UrlFragment
{
get;
@@ -19209,7 +18928,7 @@ public string UrlFragment
/// Example URLs: http://www.google.com/file.html -> "google.com"
/// http://a.b.co.uk/file.html -> "b.co.uk"
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("domainAndRegistry"), IsRequired = (true))]
+ [DataMember(Name = ("domainAndRegistry"), IsRequired = (true))]
public string DomainAndRegistry
{
get;
@@ -19219,7 +18938,7 @@ public string DomainAndRegistry
///
/// Frame document's security origin.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("securityOrigin"), IsRequired = (true))]
+ [DataMember(Name = ("securityOrigin"), IsRequired = (true))]
public string SecurityOrigin
{
get;
@@ -19229,7 +18948,7 @@ public string SecurityOrigin
///
/// Frame document's mimeType as determined by the browser.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("mimeType"), IsRequired = (true))]
+ [DataMember(Name = ("mimeType"), IsRequired = (true))]
public string MimeType
{
get;
@@ -19239,7 +18958,7 @@ public string MimeType
///
/// If the frame failed to load, this contains the URL that could not be loaded. Note that unlike url above, this URL may contain a fragment.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("unreachableUrl"), IsRequired = (false))]
+ [DataMember(Name = ("unreachableUrl"), IsRequired = (false))]
public string UnreachableUrl
{
get;
@@ -19249,7 +18968,7 @@ public string UnreachableUrl
///
/// Indicates whether this frame was tagged as an ad and why.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("adFrameStatus"), IsRequired = (false))]
+ [DataMember(Name = ("adFrameStatus"), IsRequired = (false))]
public CefSharp.DevTools.Page.AdFrameStatus AdFrameStatus
{
get;
@@ -19275,7 +18994,7 @@ public CefSharp.DevTools.Page.SecureContextType SecureContextType
///
/// Indicates whether the main document is a secure context and explains why that is the case.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("secureContextType"), IsRequired = (true))]
+ [DataMember(Name = ("secureContextType"), IsRequired = (true))]
internal string secureContextType
{
get;
@@ -19301,7 +19020,7 @@ public CefSharp.DevTools.Page.CrossOriginIsolatedContextType CrossOriginIsolated
///
/// Indicates whether this is a cross origin isolated context.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("crossOriginIsolatedContextType"), IsRequired = (true))]
+ [DataMember(Name = ("crossOriginIsolatedContextType"), IsRequired = (true))]
internal string crossOriginIsolatedContextType
{
get;
@@ -19327,7 +19046,7 @@ public CefSharp.DevTools.Page.GatedAPIFeatures[] GatedAPIFeatures
///
/// Indicated which gated APIs / features are available.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("gatedAPIFeatures"), IsRequired = (true))]
+ [DataMember(Name = ("gatedAPIFeatures"), IsRequired = (true))]
internal string gatedAPIFeatures
{
get;
@@ -19344,7 +19063,7 @@ public partial class FrameResource : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Resource URL.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -19370,7 +19089,7 @@ public CefSharp.DevTools.Network.ResourceType Type
///
/// Type of this resource.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
internal string type
{
get;
@@ -19380,7 +19099,7 @@ internal string type
///
/// Resource mimeType as determined by the browser.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("mimeType"), IsRequired = (true))]
+ [DataMember(Name = ("mimeType"), IsRequired = (true))]
public string MimeType
{
get;
@@ -19390,7 +19109,7 @@ public string MimeType
///
/// last-modified timestamp as reported by server.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("lastModified"), IsRequired = (false))]
+ [DataMember(Name = ("lastModified"), IsRequired = (false))]
public double? LastModified
{
get;
@@ -19400,7 +19119,7 @@ public double? LastModified
///
/// Resource content size.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("contentSize"), IsRequired = (false))]
+ [DataMember(Name = ("contentSize"), IsRequired = (false))]
public double? ContentSize
{
get;
@@ -19410,7 +19129,7 @@ public double? ContentSize
///
/// True if the resource failed to load.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("failed"), IsRequired = (false))]
+ [DataMember(Name = ("failed"), IsRequired = (false))]
public bool? Failed
{
get;
@@ -19420,7 +19139,7 @@ public bool? Failed
///
/// True if the resource was canceled during loading.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("canceled"), IsRequired = (false))]
+ [DataMember(Name = ("canceled"), IsRequired = (false))]
public bool? Canceled
{
get;
@@ -19437,7 +19156,7 @@ public partial class FrameResourceTree : CefSharp.DevTools.DevToolsDomainEntityB
///
/// Frame information for this tree item.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frame"), IsRequired = (true))]
+ [DataMember(Name = ("frame"), IsRequired = (true))]
public CefSharp.DevTools.Page.Frame Frame
{
get;
@@ -19447,7 +19166,7 @@ public CefSharp.DevTools.Page.Frame Frame
///
/// Child frames.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("childFrames"), IsRequired = (false))]
+ [DataMember(Name = ("childFrames"), IsRequired = (false))]
public System.Collections.Generic.IList ChildFrames
{
get;
@@ -19457,7 +19176,7 @@ public System.Collections.Generic.IList
/// Information about frame resources.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("resources"), IsRequired = (true))]
+ [DataMember(Name = ("resources"), IsRequired = (true))]
public System.Collections.Generic.IList Resources
{
get;
@@ -19474,7 +19193,7 @@ public partial class FrameTree : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Frame information for this tree item.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frame"), IsRequired = (true))]
+ [DataMember(Name = ("frame"), IsRequired = (true))]
public CefSharp.DevTools.Page.Frame Frame
{
get;
@@ -19484,7 +19203,7 @@ public CefSharp.DevTools.Page.Frame Frame
///
/// Child frames.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("childFrames"), IsRequired = (false))]
+ [DataMember(Name = ("childFrames"), IsRequired = (false))]
public System.Collections.Generic.IList ChildFrames
{
get;
@@ -19500,67 +19219,67 @@ public enum TransitionType
///
/// link
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("link"))]
+ [EnumMember(Value = ("link"))]
Link,
///
/// typed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("typed"))]
+ [EnumMember(Value = ("typed"))]
Typed,
///
/// address_bar
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("address_bar"))]
+ [EnumMember(Value = ("address_bar"))]
AddressBar,
///
/// auto_bookmark
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("auto_bookmark"))]
+ [EnumMember(Value = ("auto_bookmark"))]
AutoBookmark,
///
/// auto_subframe
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("auto_subframe"))]
+ [EnumMember(Value = ("auto_subframe"))]
AutoSubframe,
///
/// manual_subframe
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("manual_subframe"))]
+ [EnumMember(Value = ("manual_subframe"))]
ManualSubframe,
///
/// generated
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("generated"))]
+ [EnumMember(Value = ("generated"))]
Generated,
///
/// auto_toplevel
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("auto_toplevel"))]
+ [EnumMember(Value = ("auto_toplevel"))]
AutoToplevel,
///
/// form_submit
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("form_submit"))]
+ [EnumMember(Value = ("form_submit"))]
FormSubmit,
///
/// reload
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("reload"))]
+ [EnumMember(Value = ("reload"))]
Reload,
///
/// keyword
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("keyword"))]
+ [EnumMember(Value = ("keyword"))]
Keyword,
///
/// keyword_generated
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("keyword_generated"))]
+ [EnumMember(Value = ("keyword_generated"))]
KeywordGenerated,
///
/// other
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("other"))]
+ [EnumMember(Value = ("other"))]
Other
}
@@ -19573,7 +19292,7 @@ public partial class NavigationEntry : CefSharp.DevTools.DevToolsDomainEntityBas
///
/// Unique id of the navigation history entry.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("id"), IsRequired = (true))]
+ [DataMember(Name = ("id"), IsRequired = (true))]
public int Id
{
get;
@@ -19583,7 +19302,7 @@ public int Id
///
/// URL of the navigation history entry.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -19593,7 +19312,7 @@ public string Url
///
/// URL that the user typed in the url bar.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("userTypedURL"), IsRequired = (true))]
+ [DataMember(Name = ("userTypedURL"), IsRequired = (true))]
public string UserTypedURL
{
get;
@@ -19603,7 +19322,7 @@ public string UserTypedURL
///
/// Title of the navigation history entry.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("title"), IsRequired = (true))]
+ [DataMember(Name = ("title"), IsRequired = (true))]
public string Title
{
get;
@@ -19629,7 +19348,7 @@ public CefSharp.DevTools.Page.TransitionType TransitionType
///
/// Transition type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("transitionType"), IsRequired = (true))]
+ [DataMember(Name = ("transitionType"), IsRequired = (true))]
internal string transitionType
{
get;
@@ -19646,7 +19365,7 @@ public partial class ScreencastFrameMetadata : CefSharp.DevTools.DevToolsDomainE
///
/// Top offset in DIP.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("offsetTop"), IsRequired = (true))]
+ [DataMember(Name = ("offsetTop"), IsRequired = (true))]
public double OffsetTop
{
get;
@@ -19656,7 +19375,7 @@ public double OffsetTop
///
/// Page scale factor.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pageScaleFactor"), IsRequired = (true))]
+ [DataMember(Name = ("pageScaleFactor"), IsRequired = (true))]
public double PageScaleFactor
{
get;
@@ -19666,7 +19385,7 @@ public double PageScaleFactor
///
/// Device screen width in DIP.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("deviceWidth"), IsRequired = (true))]
+ [DataMember(Name = ("deviceWidth"), IsRequired = (true))]
public double DeviceWidth
{
get;
@@ -19676,7 +19395,7 @@ public double DeviceWidth
///
/// Device screen height in DIP.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("deviceHeight"), IsRequired = (true))]
+ [DataMember(Name = ("deviceHeight"), IsRequired = (true))]
public double DeviceHeight
{
get;
@@ -19686,7 +19405,7 @@ public double DeviceHeight
///
/// Position of horizontal scroll in CSS pixels.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scrollOffsetX"), IsRequired = (true))]
+ [DataMember(Name = ("scrollOffsetX"), IsRequired = (true))]
public double ScrollOffsetX
{
get;
@@ -19696,7 +19415,7 @@ public double ScrollOffsetX
///
/// Position of vertical scroll in CSS pixels.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scrollOffsetY"), IsRequired = (true))]
+ [DataMember(Name = ("scrollOffsetY"), IsRequired = (true))]
public double ScrollOffsetY
{
get;
@@ -19706,7 +19425,7 @@ public double ScrollOffsetY
///
/// Frame swap timestamp.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (false))]
+ [DataMember(Name = ("timestamp"), IsRequired = (false))]
public double? Timestamp
{
get;
@@ -19722,22 +19441,22 @@ public enum DialogType
///
/// alert
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("alert"))]
+ [EnumMember(Value = ("alert"))]
Alert,
///
/// confirm
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("confirm"))]
+ [EnumMember(Value = ("confirm"))]
Confirm,
///
/// prompt
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("prompt"))]
+ [EnumMember(Value = ("prompt"))]
Prompt,
///
/// beforeunload
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("beforeunload"))]
+ [EnumMember(Value = ("beforeunload"))]
Beforeunload
}
@@ -19750,7 +19469,7 @@ public partial class AppManifestError : CefSharp.DevTools.DevToolsDomainEntityBa
///
/// Error message.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("message"), IsRequired = (true))]
+ [DataMember(Name = ("message"), IsRequired = (true))]
public string Message
{
get;
@@ -19760,7 +19479,7 @@ public string Message
///
/// If criticial, this is a non-recoverable parse error.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("critical"), IsRequired = (true))]
+ [DataMember(Name = ("critical"), IsRequired = (true))]
public int Critical
{
get;
@@ -19770,7 +19489,7 @@ public int Critical
///
/// Error line.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("line"), IsRequired = (true))]
+ [DataMember(Name = ("line"), IsRequired = (true))]
public int Line
{
get;
@@ -19780,7 +19499,7 @@ public int Line
///
/// Error column.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("column"), IsRequired = (true))]
+ [DataMember(Name = ("column"), IsRequired = (true))]
public int Column
{
get;
@@ -19797,7 +19516,7 @@ public partial class AppManifestParsedProperties : CefSharp.DevTools.DevToolsDom
///
/// Computed scope value
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scope"), IsRequired = (true))]
+ [DataMember(Name = ("scope"), IsRequired = (true))]
public string Scope
{
get;
@@ -19814,7 +19533,7 @@ public partial class LayoutViewport : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Horizontal offset relative to the document (CSS pixels).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pageX"), IsRequired = (true))]
+ [DataMember(Name = ("pageX"), IsRequired = (true))]
public int PageX
{
get;
@@ -19824,7 +19543,7 @@ public int PageX
///
/// Vertical offset relative to the document (CSS pixels).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pageY"), IsRequired = (true))]
+ [DataMember(Name = ("pageY"), IsRequired = (true))]
public int PageY
{
get;
@@ -19834,7 +19553,7 @@ public int PageY
///
/// Width (CSS pixels), excludes scrollbar if present.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("clientWidth"), IsRequired = (true))]
+ [DataMember(Name = ("clientWidth"), IsRequired = (true))]
public int ClientWidth
{
get;
@@ -19844,7 +19563,7 @@ public int ClientWidth
///
/// Height (CSS pixels), excludes scrollbar if present.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("clientHeight"), IsRequired = (true))]
+ [DataMember(Name = ("clientHeight"), IsRequired = (true))]
public int ClientHeight
{
get;
@@ -19861,7 +19580,7 @@ public partial class VisualViewport : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Horizontal offset relative to the layout viewport (CSS pixels).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("offsetX"), IsRequired = (true))]
+ [DataMember(Name = ("offsetX"), IsRequired = (true))]
public double OffsetX
{
get;
@@ -19871,7 +19590,7 @@ public double OffsetX
///
/// Vertical offset relative to the layout viewport (CSS pixels).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("offsetY"), IsRequired = (true))]
+ [DataMember(Name = ("offsetY"), IsRequired = (true))]
public double OffsetY
{
get;
@@ -19881,7 +19600,7 @@ public double OffsetY
///
/// Horizontal offset relative to the document (CSS pixels).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pageX"), IsRequired = (true))]
+ [DataMember(Name = ("pageX"), IsRequired = (true))]
public double PageX
{
get;
@@ -19891,7 +19610,7 @@ public double PageX
///
/// Vertical offset relative to the document (CSS pixels).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("pageY"), IsRequired = (true))]
+ [DataMember(Name = ("pageY"), IsRequired = (true))]
public double PageY
{
get;
@@ -19901,7 +19620,7 @@ public double PageY
///
/// Width (CSS pixels), excludes scrollbar if present.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("clientWidth"), IsRequired = (true))]
+ [DataMember(Name = ("clientWidth"), IsRequired = (true))]
public double ClientWidth
{
get;
@@ -19911,7 +19630,7 @@ public double ClientWidth
///
/// Height (CSS pixels), excludes scrollbar if present.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("clientHeight"), IsRequired = (true))]
+ [DataMember(Name = ("clientHeight"), IsRequired = (true))]
public double ClientHeight
{
get;
@@ -19921,7 +19640,7 @@ public double ClientHeight
///
/// Scale relative to the ideal viewport (size at width=device-width).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scale"), IsRequired = (true))]
+ [DataMember(Name = ("scale"), IsRequired = (true))]
public double Scale
{
get;
@@ -19931,7 +19650,7 @@ public double Scale
///
/// Page zoom factor (CSS to device independent pixels ratio).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("zoom"), IsRequired = (false))]
+ [DataMember(Name = ("zoom"), IsRequired = (false))]
public double? Zoom
{
get;
@@ -19948,7 +19667,7 @@ public partial class Viewport : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// X offset in device independent pixels (dip).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("x"), IsRequired = (true))]
+ [DataMember(Name = ("x"), IsRequired = (true))]
public double X
{
get;
@@ -19958,7 +19677,7 @@ public double X
///
/// Y offset in device independent pixels (dip).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("y"), IsRequired = (true))]
+ [DataMember(Name = ("y"), IsRequired = (true))]
public double Y
{
get;
@@ -19968,7 +19687,7 @@ public double Y
///
/// Rectangle width in device independent pixels (dip).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("width"), IsRequired = (true))]
+ [DataMember(Name = ("width"), IsRequired = (true))]
public double Width
{
get;
@@ -19978,7 +19697,7 @@ public double Width
///
/// Rectangle height in device independent pixels (dip).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("height"), IsRequired = (true))]
+ [DataMember(Name = ("height"), IsRequired = (true))]
public double Height
{
get;
@@ -19988,7 +19707,7 @@ public double Height
///
/// Page scale factor.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scale"), IsRequired = (true))]
+ [DataMember(Name = ("scale"), IsRequired = (true))]
public double Scale
{
get;
@@ -20005,7 +19724,7 @@ public partial class FontFamilies : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// The standard font-family.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("standard"), IsRequired = (false))]
+ [DataMember(Name = ("standard"), IsRequired = (false))]
public string Standard
{
get;
@@ -20015,7 +19734,7 @@ public string Standard
///
/// The fixed font-family.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("fixed"), IsRequired = (false))]
+ [DataMember(Name = ("fixed"), IsRequired = (false))]
public string Fixed
{
get;
@@ -20025,7 +19744,7 @@ public string Fixed
///
/// The serif font-family.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("serif"), IsRequired = (false))]
+ [DataMember(Name = ("serif"), IsRequired = (false))]
public string Serif
{
get;
@@ -20035,7 +19754,7 @@ public string Serif
///
/// The sansSerif font-family.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sansSerif"), IsRequired = (false))]
+ [DataMember(Name = ("sansSerif"), IsRequired = (false))]
public string SansSerif
{
get;
@@ -20045,7 +19764,7 @@ public string SansSerif
///
/// The cursive font-family.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cursive"), IsRequired = (false))]
+ [DataMember(Name = ("cursive"), IsRequired = (false))]
public string Cursive
{
get;
@@ -20055,7 +19774,7 @@ public string Cursive
///
/// The fantasy font-family.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("fantasy"), IsRequired = (false))]
+ [DataMember(Name = ("fantasy"), IsRequired = (false))]
public string Fantasy
{
get;
@@ -20065,7 +19784,7 @@ public string Fantasy
///
/// The math font-family.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("math"), IsRequired = (false))]
+ [DataMember(Name = ("math"), IsRequired = (false))]
public string Math
{
get;
@@ -20082,7 +19801,7 @@ public partial class ScriptFontFamilies : CefSharp.DevTools.DevToolsDomainEntity
///
/// Name of the script which these font families are defined for.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("script"), IsRequired = (true))]
+ [DataMember(Name = ("script"), IsRequired = (true))]
public string Script
{
get;
@@ -20092,7 +19811,7 @@ public string Script
///
/// Generic font families collection for the script.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("fontFamilies"), IsRequired = (true))]
+ [DataMember(Name = ("fontFamilies"), IsRequired = (true))]
public CefSharp.DevTools.Page.FontFamilies FontFamilies
{
get;
@@ -20109,7 +19828,7 @@ public partial class FontSizes : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Default standard font size.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("standard"), IsRequired = (false))]
+ [DataMember(Name = ("standard"), IsRequired = (false))]
public int? Standard
{
get;
@@ -20119,7 +19838,7 @@ public int? Standard
///
/// Default fixed font size.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("fixed"), IsRequired = (false))]
+ [DataMember(Name = ("fixed"), IsRequired = (false))]
public int? Fixed
{
get;
@@ -20135,42 +19854,42 @@ public enum ClientNavigationReason
///
/// formSubmissionGet
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("formSubmissionGet"))]
+ [EnumMember(Value = ("formSubmissionGet"))]
FormSubmissionGet,
///
/// formSubmissionPost
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("formSubmissionPost"))]
+ [EnumMember(Value = ("formSubmissionPost"))]
FormSubmissionPost,
///
/// httpHeaderRefresh
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("httpHeaderRefresh"))]
+ [EnumMember(Value = ("httpHeaderRefresh"))]
HttpHeaderRefresh,
///
/// scriptInitiated
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("scriptInitiated"))]
+ [EnumMember(Value = ("scriptInitiated"))]
ScriptInitiated,
///
/// metaTagRefresh
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("metaTagRefresh"))]
+ [EnumMember(Value = ("metaTagRefresh"))]
MetaTagRefresh,
///
/// pageBlockInterstitial
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("pageBlockInterstitial"))]
+ [EnumMember(Value = ("pageBlockInterstitial"))]
PageBlockInterstitial,
///
/// reload
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("reload"))]
+ [EnumMember(Value = ("reload"))]
Reload,
///
/// anchorClick
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("anchorClick"))]
+ [EnumMember(Value = ("anchorClick"))]
AnchorClick
}
@@ -20182,22 +19901,22 @@ public enum ClientNavigationDisposition
///
/// currentTab
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("currentTab"))]
+ [EnumMember(Value = ("currentTab"))]
CurrentTab,
///
/// newTab
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("newTab"))]
+ [EnumMember(Value = ("newTab"))]
NewTab,
///
/// newWindow
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("newWindow"))]
+ [EnumMember(Value = ("newWindow"))]
NewWindow,
///
/// download
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("download"))]
+ [EnumMember(Value = ("download"))]
Download
}
@@ -20210,7 +19929,7 @@ public partial class InstallabilityErrorArgument : CefSharp.DevTools.DevToolsDom
///
/// Argument name (e.g. name:'minimum-icon-size-in-pixels').
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -20220,7 +19939,7 @@ public string Name
///
/// Argument value (e.g. value:'64').
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public string Value
{
get;
@@ -20237,7 +19956,7 @@ public partial class InstallabilityError : CefSharp.DevTools.DevToolsDomainEntit
///
/// The error id (e.g. 'manifest-missing-suitable-icon').
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("errorId"), IsRequired = (true))]
+ [DataMember(Name = ("errorId"), IsRequired = (true))]
public string ErrorId
{
get;
@@ -20247,7 +19966,7 @@ public string ErrorId
///
/// The list of error arguments (e.g. {name:'minimum-icon-size-in-pixels', value:'64'}).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("errorArguments"), IsRequired = (true))]
+ [DataMember(Name = ("errorArguments"), IsRequired = (true))]
public System.Collections.Generic.IList ErrorArguments
{
get;
@@ -20263,42 +19982,42 @@ public enum ReferrerPolicy
///
/// noReferrer
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("noReferrer"))]
+ [EnumMember(Value = ("noReferrer"))]
NoReferrer,
///
/// noReferrerWhenDowngrade
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("noReferrerWhenDowngrade"))]
+ [EnumMember(Value = ("noReferrerWhenDowngrade"))]
NoReferrerWhenDowngrade,
///
/// origin
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("origin"))]
+ [EnumMember(Value = ("origin"))]
Origin,
///
/// originWhenCrossOrigin
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("originWhenCrossOrigin"))]
+ [EnumMember(Value = ("originWhenCrossOrigin"))]
OriginWhenCrossOrigin,
///
/// sameOrigin
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("sameOrigin"))]
+ [EnumMember(Value = ("sameOrigin"))]
SameOrigin,
///
/// strictOrigin
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("strictOrigin"))]
+ [EnumMember(Value = ("strictOrigin"))]
StrictOrigin,
///
/// strictOriginWhenCrossOrigin
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("strictOriginWhenCrossOrigin"))]
+ [EnumMember(Value = ("strictOriginWhenCrossOrigin"))]
StrictOriginWhenCrossOrigin,
///
/// unsafeUrl
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("unsafeUrl"))]
+ [EnumMember(Value = ("unsafeUrl"))]
UnsafeUrl
}
@@ -20311,7 +20030,7 @@ public partial class CompilationCacheParams : CefSharp.DevTools.DevToolsDomainEn
///
/// The URL of the script to produce a compilation cache entry for.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -20322,7 +20041,7 @@ public string Url
/// A hint to the backend whether eager compilation is recommended.
/// (the actual compilation mode used is upon backend discretion).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("eager"), IsRequired = (false))]
+ [DataMember(Name = ("eager"), IsRequired = (false))]
public bool? Eager
{
get;
@@ -20330,6 +20049,33 @@ public bool? Eager
}
}
+ ///
+ /// Enum of possible auto-reponse for permisison / prompt dialogs.
+ ///
+ public enum AutoResponseMode
+ {
+ ///
+ /// none
+ ///
+ [EnumMember(Value = ("none"))]
+ None,
+ ///
+ /// autoAccept
+ ///
+ [EnumMember(Value = ("autoAccept"))]
+ AutoAccept,
+ ///
+ /// autoReject
+ ///
+ [EnumMember(Value = ("autoReject"))]
+ AutoReject,
+ ///
+ /// autoOptOut
+ ///
+ [EnumMember(Value = ("autoOptOut"))]
+ AutoOptOut
+ }
+
///
/// The type of a frameNavigated event.
///
@@ -20338,12 +20084,12 @@ public enum NavigationType
///
/// Navigation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Navigation"))]
+ [EnumMember(Value = ("Navigation"))]
Navigation,
///
/// BackForwardCacheRestore
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("BackForwardCacheRestore"))]
+ [EnumMember(Value = ("BackForwardCacheRestore"))]
BackForwardCacheRestore
}
@@ -20355,622 +20101,622 @@ public enum BackForwardCacheNotRestoredReason
///
/// NotPrimaryMainFrame
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NotPrimaryMainFrame"))]
+ [EnumMember(Value = ("NotPrimaryMainFrame"))]
NotPrimaryMainFrame,
///
/// BackForwardCacheDisabled
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("BackForwardCacheDisabled"))]
+ [EnumMember(Value = ("BackForwardCacheDisabled"))]
BackForwardCacheDisabled,
///
/// RelatedActiveContentsExist
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RelatedActiveContentsExist"))]
+ [EnumMember(Value = ("RelatedActiveContentsExist"))]
RelatedActiveContentsExist,
///
/// HTTPStatusNotOK
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("HTTPStatusNotOK"))]
+ [EnumMember(Value = ("HTTPStatusNotOK"))]
HTTPStatusNotOK,
///
/// SchemeNotHTTPOrHTTPS
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SchemeNotHTTPOrHTTPS"))]
+ [EnumMember(Value = ("SchemeNotHTTPOrHTTPS"))]
SchemeNotHTTPOrHTTPS,
///
/// Loading
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Loading"))]
+ [EnumMember(Value = ("Loading"))]
Loading,
///
/// WasGrantedMediaAccess
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WasGrantedMediaAccess"))]
+ [EnumMember(Value = ("WasGrantedMediaAccess"))]
WasGrantedMediaAccess,
///
/// DisableForRenderFrameHostCalled
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("DisableForRenderFrameHostCalled"))]
+ [EnumMember(Value = ("DisableForRenderFrameHostCalled"))]
DisableForRenderFrameHostCalled,
///
/// DomainNotAllowed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("DomainNotAllowed"))]
+ [EnumMember(Value = ("DomainNotAllowed"))]
DomainNotAllowed,
///
/// HTTPMethodNotGET
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("HTTPMethodNotGET"))]
+ [EnumMember(Value = ("HTTPMethodNotGET"))]
HTTPMethodNotGET,
///
/// SubframeIsNavigating
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SubframeIsNavigating"))]
+ [EnumMember(Value = ("SubframeIsNavigating"))]
SubframeIsNavigating,
///
/// Timeout
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Timeout"))]
+ [EnumMember(Value = ("Timeout"))]
Timeout,
///
/// CacheLimit
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CacheLimit"))]
+ [EnumMember(Value = ("CacheLimit"))]
CacheLimit,
///
/// JavaScriptExecution
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("JavaScriptExecution"))]
+ [EnumMember(Value = ("JavaScriptExecution"))]
JavaScriptExecution,
///
/// RendererProcessKilled
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RendererProcessKilled"))]
+ [EnumMember(Value = ("RendererProcessKilled"))]
RendererProcessKilled,
///
/// RendererProcessCrashed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RendererProcessCrashed"))]
+ [EnumMember(Value = ("RendererProcessCrashed"))]
RendererProcessCrashed,
///
/// SchedulerTrackedFeatureUsed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SchedulerTrackedFeatureUsed"))]
+ [EnumMember(Value = ("SchedulerTrackedFeatureUsed"))]
SchedulerTrackedFeatureUsed,
///
/// ConflictingBrowsingInstance
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ConflictingBrowsingInstance"))]
+ [EnumMember(Value = ("ConflictingBrowsingInstance"))]
ConflictingBrowsingInstance,
///
/// CacheFlushed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CacheFlushed"))]
+ [EnumMember(Value = ("CacheFlushed"))]
CacheFlushed,
///
/// ServiceWorkerVersionActivation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ServiceWorkerVersionActivation"))]
+ [EnumMember(Value = ("ServiceWorkerVersionActivation"))]
ServiceWorkerVersionActivation,
///
/// SessionRestored
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SessionRestored"))]
+ [EnumMember(Value = ("SessionRestored"))]
SessionRestored,
///
/// ServiceWorkerPostMessage
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ServiceWorkerPostMessage"))]
+ [EnumMember(Value = ("ServiceWorkerPostMessage"))]
ServiceWorkerPostMessage,
///
/// EnteredBackForwardCacheBeforeServiceWorkerHostAdded
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EnteredBackForwardCacheBeforeServiceWorkerHostAdded"))]
+ [EnumMember(Value = ("EnteredBackForwardCacheBeforeServiceWorkerHostAdded"))]
EnteredBackForwardCacheBeforeServiceWorkerHostAdded,
///
/// RenderFrameHostReused_SameSite
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RenderFrameHostReused_SameSite"))]
+ [EnumMember(Value = ("RenderFrameHostReused_SameSite"))]
RenderFrameHostReusedSameSite,
///
/// RenderFrameHostReused_CrossSite
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RenderFrameHostReused_CrossSite"))]
+ [EnumMember(Value = ("RenderFrameHostReused_CrossSite"))]
RenderFrameHostReusedCrossSite,
///
/// ServiceWorkerClaim
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ServiceWorkerClaim"))]
+ [EnumMember(Value = ("ServiceWorkerClaim"))]
ServiceWorkerClaim,
///
/// IgnoreEventAndEvict
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("IgnoreEventAndEvict"))]
+ [EnumMember(Value = ("IgnoreEventAndEvict"))]
IgnoreEventAndEvict,
///
/// HaveInnerContents
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("HaveInnerContents"))]
+ [EnumMember(Value = ("HaveInnerContents"))]
HaveInnerContents,
///
/// TimeoutPuttingInCache
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("TimeoutPuttingInCache"))]
+ [EnumMember(Value = ("TimeoutPuttingInCache"))]
TimeoutPuttingInCache,
///
/// BackForwardCacheDisabledByLowMemory
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("BackForwardCacheDisabledByLowMemory"))]
+ [EnumMember(Value = ("BackForwardCacheDisabledByLowMemory"))]
BackForwardCacheDisabledByLowMemory,
///
/// BackForwardCacheDisabledByCommandLine
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("BackForwardCacheDisabledByCommandLine"))]
+ [EnumMember(Value = ("BackForwardCacheDisabledByCommandLine"))]
BackForwardCacheDisabledByCommandLine,
///
/// NetworkRequestDatapipeDrainedAsBytesConsumer
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NetworkRequestDatapipeDrainedAsBytesConsumer"))]
+ [EnumMember(Value = ("NetworkRequestDatapipeDrainedAsBytesConsumer"))]
NetworkRequestDatapipeDrainedAsBytesConsumer,
///
/// NetworkRequestRedirected
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NetworkRequestRedirected"))]
+ [EnumMember(Value = ("NetworkRequestRedirected"))]
NetworkRequestRedirected,
///
/// NetworkRequestTimeout
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NetworkRequestTimeout"))]
+ [EnumMember(Value = ("NetworkRequestTimeout"))]
NetworkRequestTimeout,
///
/// NetworkExceedsBufferLimit
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NetworkExceedsBufferLimit"))]
+ [EnumMember(Value = ("NetworkExceedsBufferLimit"))]
NetworkExceedsBufferLimit,
///
/// NavigationCancelledWhileRestoring
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NavigationCancelledWhileRestoring"))]
+ [EnumMember(Value = ("NavigationCancelledWhileRestoring"))]
NavigationCancelledWhileRestoring,
///
/// NotMostRecentNavigationEntry
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NotMostRecentNavigationEntry"))]
+ [EnumMember(Value = ("NotMostRecentNavigationEntry"))]
NotMostRecentNavigationEntry,
///
/// BackForwardCacheDisabledForPrerender
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("BackForwardCacheDisabledForPrerender"))]
+ [EnumMember(Value = ("BackForwardCacheDisabledForPrerender"))]
BackForwardCacheDisabledForPrerender,
///
/// UserAgentOverrideDiffers
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("UserAgentOverrideDiffers"))]
+ [EnumMember(Value = ("UserAgentOverrideDiffers"))]
UserAgentOverrideDiffers,
///
/// ForegroundCacheLimit
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ForegroundCacheLimit"))]
+ [EnumMember(Value = ("ForegroundCacheLimit"))]
ForegroundCacheLimit,
///
/// BrowsingInstanceNotSwapped
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("BrowsingInstanceNotSwapped"))]
+ [EnumMember(Value = ("BrowsingInstanceNotSwapped"))]
BrowsingInstanceNotSwapped,
///
/// BackForwardCacheDisabledForDelegate
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("BackForwardCacheDisabledForDelegate"))]
+ [EnumMember(Value = ("BackForwardCacheDisabledForDelegate"))]
BackForwardCacheDisabledForDelegate,
///
/// UnloadHandlerExistsInMainFrame
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("UnloadHandlerExistsInMainFrame"))]
+ [EnumMember(Value = ("UnloadHandlerExistsInMainFrame"))]
UnloadHandlerExistsInMainFrame,
///
/// UnloadHandlerExistsInSubFrame
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("UnloadHandlerExistsInSubFrame"))]
+ [EnumMember(Value = ("UnloadHandlerExistsInSubFrame"))]
UnloadHandlerExistsInSubFrame,
///
/// ServiceWorkerUnregistration
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ServiceWorkerUnregistration"))]
+ [EnumMember(Value = ("ServiceWorkerUnregistration"))]
ServiceWorkerUnregistration,
///
/// CacheControlNoStore
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CacheControlNoStore"))]
+ [EnumMember(Value = ("CacheControlNoStore"))]
CacheControlNoStore,
///
/// CacheControlNoStoreCookieModified
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CacheControlNoStoreCookieModified"))]
+ [EnumMember(Value = ("CacheControlNoStoreCookieModified"))]
CacheControlNoStoreCookieModified,
///
/// CacheControlNoStoreHTTPOnlyCookieModified
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CacheControlNoStoreHTTPOnlyCookieModified"))]
+ [EnumMember(Value = ("CacheControlNoStoreHTTPOnlyCookieModified"))]
CacheControlNoStoreHTTPOnlyCookieModified,
///
/// NoResponseHead
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NoResponseHead"))]
+ [EnumMember(Value = ("NoResponseHead"))]
NoResponseHead,
///
/// Unknown
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Unknown"))]
+ [EnumMember(Value = ("Unknown"))]
Unknown,
///
/// ActivationNavigationsDisallowedForBug1234857
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ActivationNavigationsDisallowedForBug1234857"))]
+ [EnumMember(Value = ("ActivationNavigationsDisallowedForBug1234857"))]
ActivationNavigationsDisallowedForBug1234857,
///
/// ErrorDocument
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ErrorDocument"))]
+ [EnumMember(Value = ("ErrorDocument"))]
ErrorDocument,
///
/// FencedFramesEmbedder
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("FencedFramesEmbedder"))]
+ [EnumMember(Value = ("FencedFramesEmbedder"))]
FencedFramesEmbedder,
///
/// WebSocket
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WebSocket"))]
+ [EnumMember(Value = ("WebSocket"))]
WebSocket,
///
/// WebTransport
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WebTransport"))]
+ [EnumMember(Value = ("WebTransport"))]
WebTransport,
///
/// WebRTC
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WebRTC"))]
+ [EnumMember(Value = ("WebRTC"))]
WebRTC,
///
/// MainResourceHasCacheControlNoStore
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("MainResourceHasCacheControlNoStore"))]
+ [EnumMember(Value = ("MainResourceHasCacheControlNoStore"))]
MainResourceHasCacheControlNoStore,
///
/// MainResourceHasCacheControlNoCache
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("MainResourceHasCacheControlNoCache"))]
+ [EnumMember(Value = ("MainResourceHasCacheControlNoCache"))]
MainResourceHasCacheControlNoCache,
///
/// SubresourceHasCacheControlNoStore
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SubresourceHasCacheControlNoStore"))]
+ [EnumMember(Value = ("SubresourceHasCacheControlNoStore"))]
SubresourceHasCacheControlNoStore,
///
/// SubresourceHasCacheControlNoCache
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SubresourceHasCacheControlNoCache"))]
+ [EnumMember(Value = ("SubresourceHasCacheControlNoCache"))]
SubresourceHasCacheControlNoCache,
///
/// ContainsPlugins
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ContainsPlugins"))]
+ [EnumMember(Value = ("ContainsPlugins"))]
ContainsPlugins,
///
/// DocumentLoaded
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("DocumentLoaded"))]
+ [EnumMember(Value = ("DocumentLoaded"))]
DocumentLoaded,
///
/// DedicatedWorkerOrWorklet
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("DedicatedWorkerOrWorklet"))]
+ [EnumMember(Value = ("DedicatedWorkerOrWorklet"))]
DedicatedWorkerOrWorklet,
///
/// OutstandingNetworkRequestOthers
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("OutstandingNetworkRequestOthers"))]
+ [EnumMember(Value = ("OutstandingNetworkRequestOthers"))]
OutstandingNetworkRequestOthers,
///
/// OutstandingIndexedDBTransaction
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("OutstandingIndexedDBTransaction"))]
+ [EnumMember(Value = ("OutstandingIndexedDBTransaction"))]
OutstandingIndexedDBTransaction,
///
/// RequestedMIDIPermission
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RequestedMIDIPermission"))]
+ [EnumMember(Value = ("RequestedMIDIPermission"))]
RequestedMIDIPermission,
///
/// RequestedAudioCapturePermission
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RequestedAudioCapturePermission"))]
+ [EnumMember(Value = ("RequestedAudioCapturePermission"))]
RequestedAudioCapturePermission,
///
/// RequestedVideoCapturePermission
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RequestedVideoCapturePermission"))]
+ [EnumMember(Value = ("RequestedVideoCapturePermission"))]
RequestedVideoCapturePermission,
///
/// RequestedBackForwardCacheBlockedSensors
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RequestedBackForwardCacheBlockedSensors"))]
+ [EnumMember(Value = ("RequestedBackForwardCacheBlockedSensors"))]
RequestedBackForwardCacheBlockedSensors,
///
/// RequestedBackgroundWorkPermission
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RequestedBackgroundWorkPermission"))]
+ [EnumMember(Value = ("RequestedBackgroundWorkPermission"))]
RequestedBackgroundWorkPermission,
///
/// BroadcastChannel
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("BroadcastChannel"))]
+ [EnumMember(Value = ("BroadcastChannel"))]
BroadcastChannel,
///
/// IndexedDBConnection
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("IndexedDBConnection"))]
+ [EnumMember(Value = ("IndexedDBConnection"))]
IndexedDBConnection,
///
/// WebXR
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WebXR"))]
+ [EnumMember(Value = ("WebXR"))]
WebXR,
///
/// SharedWorker
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SharedWorker"))]
+ [EnumMember(Value = ("SharedWorker"))]
SharedWorker,
///
/// WebLocks
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WebLocks"))]
+ [EnumMember(Value = ("WebLocks"))]
WebLocks,
///
/// WebHID
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WebHID"))]
+ [EnumMember(Value = ("WebHID"))]
WebHID,
///
/// WebShare
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WebShare"))]
+ [EnumMember(Value = ("WebShare"))]
WebShare,
///
/// RequestedStorageAccessGrant
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RequestedStorageAccessGrant"))]
+ [EnumMember(Value = ("RequestedStorageAccessGrant"))]
RequestedStorageAccessGrant,
///
/// WebNfc
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WebNfc"))]
+ [EnumMember(Value = ("WebNfc"))]
WebNfc,
///
/// OutstandingNetworkRequestFetch
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("OutstandingNetworkRequestFetch"))]
+ [EnumMember(Value = ("OutstandingNetworkRequestFetch"))]
OutstandingNetworkRequestFetch,
///
/// OutstandingNetworkRequestXHR
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("OutstandingNetworkRequestXHR"))]
+ [EnumMember(Value = ("OutstandingNetworkRequestXHR"))]
OutstandingNetworkRequestXHR,
///
/// AppBanner
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("AppBanner"))]
+ [EnumMember(Value = ("AppBanner"))]
AppBanner,
///
/// Printing
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Printing"))]
+ [EnumMember(Value = ("Printing"))]
Printing,
///
/// WebDatabase
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WebDatabase"))]
+ [EnumMember(Value = ("WebDatabase"))]
WebDatabase,
///
/// PictureInPicture
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PictureInPicture"))]
+ [EnumMember(Value = ("PictureInPicture"))]
PictureInPicture,
///
/// Portal
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Portal"))]
+ [EnumMember(Value = ("Portal"))]
Portal,
///
/// SpeechRecognizer
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SpeechRecognizer"))]
+ [EnumMember(Value = ("SpeechRecognizer"))]
SpeechRecognizer,
///
/// IdleManager
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("IdleManager"))]
+ [EnumMember(Value = ("IdleManager"))]
IdleManager,
///
/// PaymentManager
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PaymentManager"))]
+ [EnumMember(Value = ("PaymentManager"))]
PaymentManager,
///
/// SpeechSynthesis
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SpeechSynthesis"))]
+ [EnumMember(Value = ("SpeechSynthesis"))]
SpeechSynthesis,
///
/// KeyboardLock
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("KeyboardLock"))]
+ [EnumMember(Value = ("KeyboardLock"))]
KeyboardLock,
///
/// WebOTPService
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("WebOTPService"))]
+ [EnumMember(Value = ("WebOTPService"))]
WebOTPService,
///
/// OutstandingNetworkRequestDirectSocket
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("OutstandingNetworkRequestDirectSocket"))]
+ [EnumMember(Value = ("OutstandingNetworkRequestDirectSocket"))]
OutstandingNetworkRequestDirectSocket,
///
/// InjectedJavascript
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InjectedJavascript"))]
+ [EnumMember(Value = ("InjectedJavascript"))]
InjectedJavascript,
///
/// InjectedStyleSheet
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InjectedStyleSheet"))]
+ [EnumMember(Value = ("InjectedStyleSheet"))]
InjectedStyleSheet,
///
/// KeepaliveRequest
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("KeepaliveRequest"))]
+ [EnumMember(Value = ("KeepaliveRequest"))]
KeepaliveRequest,
///
/// IndexedDBEvent
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("IndexedDBEvent"))]
+ [EnumMember(Value = ("IndexedDBEvent"))]
IndexedDBEvent,
///
/// Dummy
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Dummy"))]
+ [EnumMember(Value = ("Dummy"))]
Dummy,
///
/// AuthorizationHeader
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("AuthorizationHeader"))]
+ [EnumMember(Value = ("AuthorizationHeader"))]
AuthorizationHeader,
///
/// ContentSecurityHandler
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ContentSecurityHandler"))]
+ [EnumMember(Value = ("ContentSecurityHandler"))]
ContentSecurityHandler,
///
/// ContentWebAuthenticationAPI
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ContentWebAuthenticationAPI"))]
+ [EnumMember(Value = ("ContentWebAuthenticationAPI"))]
ContentWebAuthenticationAPI,
///
/// ContentFileChooser
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ContentFileChooser"))]
+ [EnumMember(Value = ("ContentFileChooser"))]
ContentFileChooser,
///
/// ContentSerial
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ContentSerial"))]
+ [EnumMember(Value = ("ContentSerial"))]
ContentSerial,
///
/// ContentFileSystemAccess
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ContentFileSystemAccess"))]
+ [EnumMember(Value = ("ContentFileSystemAccess"))]
ContentFileSystemAccess,
///
/// ContentMediaDevicesDispatcherHost
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ContentMediaDevicesDispatcherHost"))]
+ [EnumMember(Value = ("ContentMediaDevicesDispatcherHost"))]
ContentMediaDevicesDispatcherHost,
///
/// ContentWebBluetooth
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ContentWebBluetooth"))]
+ [EnumMember(Value = ("ContentWebBluetooth"))]
ContentWebBluetooth,
///
/// ContentWebUSB
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ContentWebUSB"))]
+ [EnumMember(Value = ("ContentWebUSB"))]
ContentWebUSB,
///
/// ContentMediaSessionService
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ContentMediaSessionService"))]
+ [EnumMember(Value = ("ContentMediaSessionService"))]
ContentMediaSessionService,
///
/// ContentScreenReader
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ContentScreenReader"))]
+ [EnumMember(Value = ("ContentScreenReader"))]
ContentScreenReader,
///
/// EmbedderPopupBlockerTabHelper
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EmbedderPopupBlockerTabHelper"))]
+ [EnumMember(Value = ("EmbedderPopupBlockerTabHelper"))]
EmbedderPopupBlockerTabHelper,
///
/// EmbedderSafeBrowsingTriggeredPopupBlocker
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EmbedderSafeBrowsingTriggeredPopupBlocker"))]
+ [EnumMember(Value = ("EmbedderSafeBrowsingTriggeredPopupBlocker"))]
EmbedderSafeBrowsingTriggeredPopupBlocker,
///
/// EmbedderSafeBrowsingThreatDetails
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EmbedderSafeBrowsingThreatDetails"))]
+ [EnumMember(Value = ("EmbedderSafeBrowsingThreatDetails"))]
EmbedderSafeBrowsingThreatDetails,
///
/// EmbedderAppBannerManager
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EmbedderAppBannerManager"))]
+ [EnumMember(Value = ("EmbedderAppBannerManager"))]
EmbedderAppBannerManager,
///
/// EmbedderDomDistillerViewerSource
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EmbedderDomDistillerViewerSource"))]
+ [EnumMember(Value = ("EmbedderDomDistillerViewerSource"))]
EmbedderDomDistillerViewerSource,
///
/// EmbedderDomDistillerSelfDeletingRequestDelegate
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EmbedderDomDistillerSelfDeletingRequestDelegate"))]
+ [EnumMember(Value = ("EmbedderDomDistillerSelfDeletingRequestDelegate"))]
EmbedderDomDistillerSelfDeletingRequestDelegate,
///
/// EmbedderOomInterventionTabHelper
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EmbedderOomInterventionTabHelper"))]
+ [EnumMember(Value = ("EmbedderOomInterventionTabHelper"))]
EmbedderOomInterventionTabHelper,
///
/// EmbedderOfflinePage
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EmbedderOfflinePage"))]
+ [EnumMember(Value = ("EmbedderOfflinePage"))]
EmbedderOfflinePage,
///
/// EmbedderChromePasswordManagerClientBindCredentialManager
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EmbedderChromePasswordManagerClientBindCredentialManager"))]
+ [EnumMember(Value = ("EmbedderChromePasswordManagerClientBindCredentialManager"))]
EmbedderChromePasswordManagerClientBindCredentialManager,
///
/// EmbedderPermissionRequestManager
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EmbedderPermissionRequestManager"))]
+ [EnumMember(Value = ("EmbedderPermissionRequestManager"))]
EmbedderPermissionRequestManager,
///
/// EmbedderModalDialog
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EmbedderModalDialog"))]
+ [EnumMember(Value = ("EmbedderModalDialog"))]
EmbedderModalDialog,
///
/// EmbedderExtensions
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EmbedderExtensions"))]
+ [EnumMember(Value = ("EmbedderExtensions"))]
EmbedderExtensions,
///
/// EmbedderExtensionMessaging
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EmbedderExtensionMessaging"))]
+ [EnumMember(Value = ("EmbedderExtensionMessaging"))]
EmbedderExtensionMessaging,
///
/// EmbedderExtensionMessagingForOpenPort
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EmbedderExtensionMessagingForOpenPort"))]
+ [EnumMember(Value = ("EmbedderExtensionMessagingForOpenPort"))]
EmbedderExtensionMessagingForOpenPort,
///
/// EmbedderExtensionSentMessageToCachedFrame
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EmbedderExtensionSentMessageToCachedFrame"))]
+ [EnumMember(Value = ("EmbedderExtensionSentMessageToCachedFrame"))]
EmbedderExtensionSentMessageToCachedFrame
}
@@ -20982,17 +20728,17 @@ public enum BackForwardCacheNotRestoredReasonType
///
/// SupportPending
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SupportPending"))]
+ [EnumMember(Value = ("SupportPending"))]
SupportPending,
///
/// PageSupportNeeded
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PageSupportNeeded"))]
+ [EnumMember(Value = ("PageSupportNeeded"))]
PageSupportNeeded,
///
/// Circumstantial
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Circumstantial"))]
+ [EnumMember(Value = ("Circumstantial"))]
Circumstantial
}
@@ -21021,7 +20767,7 @@ public CefSharp.DevTools.Page.BackForwardCacheNotRestoredReasonType Type
///
/// Type of the reason
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
internal string type
{
get;
@@ -21047,7 +20793,7 @@ public CefSharp.DevTools.Page.BackForwardCacheNotRestoredReason Reason
///
/// Not restored reason
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("reason"), IsRequired = (true))]
+ [DataMember(Name = ("reason"), IsRequired = (true))]
internal string reason
{
get;
@@ -21059,7 +20805,7 @@ internal string reason
/// dependent on the reason:
/// - EmbedderExtensionSentMessageToCachedFrame: the extension ID.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("context"), IsRequired = (false))]
+ [DataMember(Name = ("context"), IsRequired = (false))]
public string Context
{
get;
@@ -21076,7 +20822,7 @@ public partial class BackForwardCacheNotRestoredExplanationTree : CefSharp.DevTo
///
/// URL of each frame
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -21086,7 +20832,7 @@ public string Url
///
/// Not restored reasons of each frame
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("explanations"), IsRequired = (true))]
+ [DataMember(Name = ("explanations"), IsRequired = (true))]
public System.Collections.Generic.IList Explanations
{
get;
@@ -21096,7 +20842,7 @@ public System.Collections.Generic.IList
/// Array of children frame
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("children"), IsRequired = (true))]
+ [DataMember(Name = ("children"), IsRequired = (true))]
public System.Collections.Generic.IList Children
{
get;
@@ -21112,263 +20858,321 @@ public enum PrerenderFinalStatus
///
/// Activated
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Activated"))]
+ [EnumMember(Value = ("Activated"))]
Activated,
///
/// Destroyed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Destroyed"))]
+ [EnumMember(Value = ("Destroyed"))]
Destroyed,
///
/// LowEndDevice
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("LowEndDevice"))]
+ [EnumMember(Value = ("LowEndDevice"))]
LowEndDevice,
///
/// InvalidSchemeRedirect
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InvalidSchemeRedirect"))]
+ [EnumMember(Value = ("InvalidSchemeRedirect"))]
InvalidSchemeRedirect,
///
/// InvalidSchemeNavigation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InvalidSchemeNavigation"))]
+ [EnumMember(Value = ("InvalidSchemeNavigation"))]
InvalidSchemeNavigation,
///
/// InProgressNavigation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InProgressNavigation"))]
+ [EnumMember(Value = ("InProgressNavigation"))]
InProgressNavigation,
///
/// NavigationRequestBlockedByCsp
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NavigationRequestBlockedByCsp"))]
+ [EnumMember(Value = ("NavigationRequestBlockedByCsp"))]
NavigationRequestBlockedByCsp,
///
/// MainFrameNavigation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("MainFrameNavigation"))]
+ [EnumMember(Value = ("MainFrameNavigation"))]
MainFrameNavigation,
///
/// MojoBinderPolicy
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("MojoBinderPolicy"))]
+ [EnumMember(Value = ("MojoBinderPolicy"))]
MojoBinderPolicy,
///
/// RendererProcessCrashed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RendererProcessCrashed"))]
+ [EnumMember(Value = ("RendererProcessCrashed"))]
RendererProcessCrashed,
///
/// RendererProcessKilled
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("RendererProcessKilled"))]
+ [EnumMember(Value = ("RendererProcessKilled"))]
RendererProcessKilled,
///
/// Download
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Download"))]
+ [EnumMember(Value = ("Download"))]
Download,
///
/// TriggerDestroyed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("TriggerDestroyed"))]
+ [EnumMember(Value = ("TriggerDestroyed"))]
TriggerDestroyed,
///
/// NavigationNotCommitted
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NavigationNotCommitted"))]
+ [EnumMember(Value = ("NavigationNotCommitted"))]
NavigationNotCommitted,
///
/// NavigationBadHttpStatus
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NavigationBadHttpStatus"))]
+ [EnumMember(Value = ("NavigationBadHttpStatus"))]
NavigationBadHttpStatus,
///
/// ClientCertRequested
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ClientCertRequested"))]
+ [EnumMember(Value = ("ClientCertRequested"))]
ClientCertRequested,
///
/// NavigationRequestNetworkError
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("NavigationRequestNetworkError"))]
+ [EnumMember(Value = ("NavigationRequestNetworkError"))]
NavigationRequestNetworkError,
///
/// MaxNumOfRunningPrerendersExceeded
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("MaxNumOfRunningPrerendersExceeded"))]
+ [EnumMember(Value = ("MaxNumOfRunningPrerendersExceeded"))]
MaxNumOfRunningPrerendersExceeded,
///
/// CancelAllHostsForTesting
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CancelAllHostsForTesting"))]
+ [EnumMember(Value = ("CancelAllHostsForTesting"))]
CancelAllHostsForTesting,
///
/// DidFailLoad
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("DidFailLoad"))]
+ [EnumMember(Value = ("DidFailLoad"))]
DidFailLoad,
///
/// Stop
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("Stop"))]
+ [EnumMember(Value = ("Stop"))]
Stop,
///
/// SslCertificateError
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SslCertificateError"))]
+ [EnumMember(Value = ("SslCertificateError"))]
SslCertificateError,
///
/// LoginAuthRequested
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("LoginAuthRequested"))]
+ [EnumMember(Value = ("LoginAuthRequested"))]
LoginAuthRequested,
///
/// UaChangeRequiresReload
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("UaChangeRequiresReload"))]
+ [EnumMember(Value = ("UaChangeRequiresReload"))]
UaChangeRequiresReload,
///
/// BlockedByClient
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("BlockedByClient"))]
+ [EnumMember(Value = ("BlockedByClient"))]
BlockedByClient,
///
/// AudioOutputDeviceRequested
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("AudioOutputDeviceRequested"))]
+ [EnumMember(Value = ("AudioOutputDeviceRequested"))]
AudioOutputDeviceRequested,
///
/// MixedContent
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("MixedContent"))]
+ [EnumMember(Value = ("MixedContent"))]
MixedContent,
///
/// TriggerBackgrounded
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("TriggerBackgrounded"))]
+ [EnumMember(Value = ("TriggerBackgrounded"))]
TriggerBackgrounded,
///
/// EmbedderTriggeredAndCrossOriginRedirected
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EmbedderTriggeredAndCrossOriginRedirected"))]
+ [EnumMember(Value = ("EmbedderTriggeredAndCrossOriginRedirected"))]
EmbedderTriggeredAndCrossOriginRedirected,
///
/// MemoryLimitExceeded
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("MemoryLimitExceeded"))]
+ [EnumMember(Value = ("MemoryLimitExceeded"))]
MemoryLimitExceeded,
///
/// FailToGetMemoryUsage
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("FailToGetMemoryUsage"))]
+ [EnumMember(Value = ("FailToGetMemoryUsage"))]
FailToGetMemoryUsage,
///
/// DataSaverEnabled
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("DataSaverEnabled"))]
+ [EnumMember(Value = ("DataSaverEnabled"))]
DataSaverEnabled,
///
/// HasEffectiveUrl
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("HasEffectiveUrl"))]
+ [EnumMember(Value = ("HasEffectiveUrl"))]
HasEffectiveUrl,
///
/// ActivatedBeforeStarted
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ActivatedBeforeStarted"))]
+ [EnumMember(Value = ("ActivatedBeforeStarted"))]
ActivatedBeforeStarted,
///
/// InactivePageRestriction
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("InactivePageRestriction"))]
+ [EnumMember(Value = ("InactivePageRestriction"))]
InactivePageRestriction,
///
/// StartFailed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("StartFailed"))]
+ [EnumMember(Value = ("StartFailed"))]
StartFailed,
///
/// TimeoutBackgrounded
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("TimeoutBackgrounded"))]
+ [EnumMember(Value = ("TimeoutBackgrounded"))]
TimeoutBackgrounded,
///
/// CrossSiteRedirect
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CrossSiteRedirect"))]
+ [EnumMember(Value = ("CrossSiteRedirect"))]
CrossSiteRedirect,
///
/// CrossSiteNavigation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("CrossSiteNavigation"))]
+ [EnumMember(Value = ("CrossSiteNavigation"))]
CrossSiteNavigation,
///
/// SameSiteCrossOriginRedirect
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SameSiteCrossOriginRedirect"))]
+ [EnumMember(Value = ("SameSiteCrossOriginRedirect"))]
SameSiteCrossOriginRedirect,
///
/// SameSiteCrossOriginNavigation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SameSiteCrossOriginNavigation"))]
+ [EnumMember(Value = ("SameSiteCrossOriginNavigation"))]
SameSiteCrossOriginNavigation,
///
/// SameSiteCrossOriginRedirectNotOptIn
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SameSiteCrossOriginRedirectNotOptIn"))]
+ [EnumMember(Value = ("SameSiteCrossOriginRedirectNotOptIn"))]
SameSiteCrossOriginRedirectNotOptIn,
///
/// SameSiteCrossOriginNavigationNotOptIn
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("SameSiteCrossOriginNavigationNotOptIn"))]
+ [EnumMember(Value = ("SameSiteCrossOriginNavigationNotOptIn"))]
SameSiteCrossOriginNavigationNotOptIn,
///
/// ActivationNavigationParameterMismatch
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ActivationNavigationParameterMismatch"))]
+ [EnumMember(Value = ("ActivationNavigationParameterMismatch"))]
ActivationNavigationParameterMismatch,
///
/// ActivatedInBackground
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ActivatedInBackground"))]
+ [EnumMember(Value = ("ActivatedInBackground"))]
ActivatedInBackground,
///
/// EmbedderHostDisallowed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("EmbedderHostDisallowed"))]
+ [EnumMember(Value = ("EmbedderHostDisallowed"))]
EmbedderHostDisallowed,
///
/// ActivationNavigationDestroyedBeforeSuccess
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ActivationNavigationDestroyedBeforeSuccess"))]
+ [EnumMember(Value = ("ActivationNavigationDestroyedBeforeSuccess"))]
ActivationNavigationDestroyedBeforeSuccess,
///
/// TabClosedByUserGesture
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("TabClosedByUserGesture"))]
+ [EnumMember(Value = ("TabClosedByUserGesture"))]
TabClosedByUserGesture,
///
/// TabClosedWithoutUserGesture
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("TabClosedWithoutUserGesture"))]
+ [EnumMember(Value = ("TabClosedWithoutUserGesture"))]
TabClosedWithoutUserGesture,
///
/// PrimaryMainFrameRendererProcessCrashed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PrimaryMainFrameRendererProcessCrashed"))]
+ [EnumMember(Value = ("PrimaryMainFrameRendererProcessCrashed"))]
PrimaryMainFrameRendererProcessCrashed,
///
/// PrimaryMainFrameRendererProcessKilled
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("PrimaryMainFrameRendererProcessKilled"))]
+ [EnumMember(Value = ("PrimaryMainFrameRendererProcessKilled"))]
PrimaryMainFrameRendererProcessKilled,
///
/// ActivationFramePolicyNotCompatible
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("ActivationFramePolicyNotCompatible"))]
- ActivationFramePolicyNotCompatible
+ [EnumMember(Value = ("ActivationFramePolicyNotCompatible"))]
+ ActivationFramePolicyNotCompatible,
+ ///
+ /// PreloadingDisabled
+ ///
+ [EnumMember(Value = ("PreloadingDisabled"))]
+ PreloadingDisabled,
+ ///
+ /// BatterySaverEnabled
+ ///
+ [EnumMember(Value = ("BatterySaverEnabled"))]
+ BatterySaverEnabled,
+ ///
+ /// ActivatedDuringMainFrameNavigation
+ ///
+ [EnumMember(Value = ("ActivatedDuringMainFrameNavigation"))]
+ ActivatedDuringMainFrameNavigation,
+ ///
+ /// PreloadingUnsupportedByWebContents
+ ///
+ [EnumMember(Value = ("PreloadingUnsupportedByWebContents"))]
+ PreloadingUnsupportedByWebContents
+ }
+
+ ///
+ /// Preloading status values, see also PreloadingTriggeringOutcome. This
+ /// status is shared by prefetchStatusUpdated and prerenderStatusUpdated.
+ ///
+ public enum PreloadingStatus
+ {
+ ///
+ /// Pending
+ ///
+ [EnumMember(Value = ("Pending"))]
+ Pending,
+ ///
+ /// Running
+ ///
+ [EnumMember(Value = ("Running"))]
+ Running,
+ ///
+ /// Ready
+ ///
+ [EnumMember(Value = ("Ready"))]
+ Ready,
+ ///
+ /// Success
+ ///
+ [EnumMember(Value = ("Success"))]
+ Success,
+ ///
+ /// Failure
+ ///
+ [EnumMember(Value = ("Failure"))]
+ Failure,
+ ///
+ /// NotSupported
+ ///
+ [EnumMember(Value = ("NotSupported"))]
+ NotSupported
}
///
@@ -21380,7 +21184,7 @@ public class DomContentEventFiredEventArgs : CefSharp.DevTools.DevToolsDomainEve
///
/// Timestamp
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -21396,12 +21200,12 @@ public enum FileChooserOpenedMode
///
/// selectSingle
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("selectSingle"))]
+ [EnumMember(Value = ("selectSingle"))]
SelectSingle,
///
/// selectMultiple
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("selectMultiple"))]
+ [EnumMember(Value = ("selectMultiple"))]
SelectMultiple
}
@@ -21414,7 +21218,7 @@ public class FileChooserOpenedEventArgs : CefSharp.DevTools.DevToolsDomainEventA
///
/// Id of the frame containing input node.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (true))]
+ [DataMember(Name = ("frameId"), IsRequired = (true))]
public string FrameId
{
get;
@@ -21440,7 +21244,7 @@ public CefSharp.DevTools.Page.FileChooserOpenedMode Mode
///
/// Input mode.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("mode"), IsRequired = (true))]
+ [DataMember(Name = ("mode"), IsRequired = (true))]
internal string mode
{
get;
@@ -21450,7 +21254,7 @@ internal string mode
///
/// Input node id. Only present for file choosers opened via an <input type="file" > element.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("backendNodeId"), IsRequired = (false))]
+ [DataMember(Name = ("backendNodeId"), IsRequired = (false))]
public int? BackendNodeId
{
get;
@@ -21467,7 +21271,7 @@ public class FrameAttachedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsB
///
/// Id of the frame that has been attached.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (true))]
+ [DataMember(Name = ("frameId"), IsRequired = (true))]
public string FrameId
{
get;
@@ -21477,7 +21281,7 @@ public string FrameId
///
/// Parent frame identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("parentFrameId"), IsRequired = (true))]
+ [DataMember(Name = ("parentFrameId"), IsRequired = (true))]
public string ParentFrameId
{
get;
@@ -21487,7 +21291,7 @@ public string ParentFrameId
///
/// JavaScript stack trace of when frame was attached, only set if frame initiated from script.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("stack"), IsRequired = (false))]
+ [DataMember(Name = ("stack"), IsRequired = (false))]
public CefSharp.DevTools.Runtime.StackTrace Stack
{
get;
@@ -21504,7 +21308,7 @@ public class FrameClearedScheduledNavigationEventArgs : CefSharp.DevTools.DevToo
///
/// Id of the frame that has cleared its scheduled navigation.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (true))]
+ [DataMember(Name = ("frameId"), IsRequired = (true))]
public string FrameId
{
get;
@@ -21520,12 +21324,12 @@ public enum FrameDetachedReason
///
/// remove
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("remove"))]
+ [EnumMember(Value = ("remove"))]
Remove,
///
/// swap
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("swap"))]
+ [EnumMember(Value = ("swap"))]
Swap
}
@@ -21538,7 +21342,7 @@ public class FrameDetachedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsB
///
/// Id of the frame that has been detached.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (true))]
+ [DataMember(Name = ("frameId"), IsRequired = (true))]
public string FrameId
{
get;
@@ -21564,7 +21368,7 @@ public CefSharp.DevTools.Page.FrameDetachedReason Reason
///
/// Reason
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("reason"), IsRequired = (true))]
+ [DataMember(Name = ("reason"), IsRequired = (true))]
internal string reason
{
get;
@@ -21581,7 +21385,7 @@ public class FrameNavigatedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgs
///
/// Frame object.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frame"), IsRequired = (true))]
+ [DataMember(Name = ("frame"), IsRequired = (true))]
public CefSharp.DevTools.Page.Frame Frame
{
get;
@@ -21607,7 +21411,7 @@ public CefSharp.DevTools.Page.NavigationType Type
///
/// Type
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
internal string type
{
get;
@@ -21624,7 +21428,7 @@ public class DocumentOpenedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgs
///
/// Frame object.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frame"), IsRequired = (true))]
+ [DataMember(Name = ("frame"), IsRequired = (true))]
public CefSharp.DevTools.Page.Frame Frame
{
get;
@@ -21642,7 +21446,7 @@ public class FrameRequestedNavigationEventArgs : CefSharp.DevTools.DevToolsDomai
///
/// Id of the frame that is being navigated.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (true))]
+ [DataMember(Name = ("frameId"), IsRequired = (true))]
public string FrameId
{
get;
@@ -21668,7 +21472,7 @@ public CefSharp.DevTools.Page.ClientNavigationReason Reason
///
/// The reason for the navigation.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("reason"), IsRequired = (true))]
+ [DataMember(Name = ("reason"), IsRequired = (true))]
internal string reason
{
get;
@@ -21678,7 +21482,7 @@ internal string reason
///
/// The destination URL for the requested navigation.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -21704,7 +21508,7 @@ public CefSharp.DevTools.Page.ClientNavigationDisposition Disposition
///
/// The disposition for the navigation.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("disposition"), IsRequired = (true))]
+ [DataMember(Name = ("disposition"), IsRequired = (true))]
internal string disposition
{
get;
@@ -21721,7 +21525,7 @@ public class FrameScheduledNavigationEventArgs : CefSharp.DevTools.DevToolsDomai
///
/// Id of the frame that has scheduled a navigation.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (true))]
+ [DataMember(Name = ("frameId"), IsRequired = (true))]
public string FrameId
{
get;
@@ -21732,7 +21536,7 @@ public string FrameId
/// Delay (in seconds) until the navigation is scheduled to begin. The navigation is not
/// guaranteed to start.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("delay"), IsRequired = (true))]
+ [DataMember(Name = ("delay"), IsRequired = (true))]
public double Delay
{
get;
@@ -21758,7 +21562,7 @@ public CefSharp.DevTools.Page.ClientNavigationReason Reason
///
/// The reason for the navigation.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("reason"), IsRequired = (true))]
+ [DataMember(Name = ("reason"), IsRequired = (true))]
internal string reason
{
get;
@@ -21768,7 +21572,7 @@ internal string reason
///
/// The destination URL for the scheduled navigation.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -21785,7 +21589,7 @@ public class FrameStartedLoadingEventArgs : CefSharp.DevTools.DevToolsDomainEven
///
/// Id of the frame that has started loading.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (true))]
+ [DataMember(Name = ("frameId"), IsRequired = (true))]
public string FrameId
{
get;
@@ -21802,7 +21606,7 @@ public class FrameStoppedLoadingEventArgs : CefSharp.DevTools.DevToolsDomainEven
///
/// Id of the frame that has stopped loading.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (true))]
+ [DataMember(Name = ("frameId"), IsRequired = (true))]
public string FrameId
{
get;
@@ -21820,7 +21624,7 @@ public class DownloadWillBeginEventArgs : CefSharp.DevTools.DevToolsDomainEventA
///
/// Id of the frame that caused download to begin.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (true))]
+ [DataMember(Name = ("frameId"), IsRequired = (true))]
public string FrameId
{
get;
@@ -21830,7 +21634,7 @@ public string FrameId
///
/// Global unique identifier of the download.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("guid"), IsRequired = (true))]
+ [DataMember(Name = ("guid"), IsRequired = (true))]
public string Guid
{
get;
@@ -21840,7 +21644,7 @@ public string Guid
///
/// URL of the resource being downloaded.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -21850,7 +21654,7 @@ public string Url
///
/// Suggested file name of the resource (the actual name of the file saved on disk may differ).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("suggestedFilename"), IsRequired = (true))]
+ [DataMember(Name = ("suggestedFilename"), IsRequired = (true))]
public string SuggestedFilename
{
get;
@@ -21866,17 +21670,17 @@ public enum DownloadProgressState
///
/// inProgress
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("inProgress"))]
+ [EnumMember(Value = ("inProgress"))]
InProgress,
///
/// completed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("completed"))]
+ [EnumMember(Value = ("completed"))]
Completed,
///
/// canceled
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("canceled"))]
+ [EnumMember(Value = ("canceled"))]
Canceled
}
@@ -21890,7 +21694,7 @@ public class DownloadProgressEventArgs : CefSharp.DevTools.DevToolsDomainEventAr
///
/// Global unique identifier of the download.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("guid"), IsRequired = (true))]
+ [DataMember(Name = ("guid"), IsRequired = (true))]
public string Guid
{
get;
@@ -21900,7 +21704,7 @@ public string Guid
///
/// Total expected bytes to download.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("totalBytes"), IsRequired = (true))]
+ [DataMember(Name = ("totalBytes"), IsRequired = (true))]
public double TotalBytes
{
get;
@@ -21910,7 +21714,7 @@ public double TotalBytes
///
/// Total bytes received.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("receivedBytes"), IsRequired = (true))]
+ [DataMember(Name = ("receivedBytes"), IsRequired = (true))]
public double ReceivedBytes
{
get;
@@ -21936,7 +21740,7 @@ public CefSharp.DevTools.Page.DownloadProgressState State
///
/// Download status.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("state"), IsRequired = (true))]
+ [DataMember(Name = ("state"), IsRequired = (true))]
internal string state
{
get;
@@ -21954,7 +21758,7 @@ public class JavascriptDialogClosedEventArgs : CefSharp.DevTools.DevToolsDomainE
///
/// Whether dialog was confirmed.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("result"), IsRequired = (true))]
+ [DataMember(Name = ("result"), IsRequired = (true))]
public bool Result
{
get;
@@ -21964,7 +21768,7 @@ public bool Result
///
/// User input in case of prompt.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("userInput"), IsRequired = (true))]
+ [DataMember(Name = ("userInput"), IsRequired = (true))]
public string UserInput
{
get;
@@ -21982,7 +21786,7 @@ public class JavascriptDialogOpeningEventArgs : CefSharp.DevTools.DevToolsDomain
///
/// Frame url.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -21992,7 +21796,7 @@ public string Url
///
/// Message that will be displayed by the dialog.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("message"), IsRequired = (true))]
+ [DataMember(Name = ("message"), IsRequired = (true))]
public string Message
{
get;
@@ -22018,7 +21822,7 @@ public CefSharp.DevTools.Page.DialogType Type
///
/// Dialog type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
internal string type
{
get;
@@ -22030,7 +21834,7 @@ internal string type
/// dialog handler for given target, calling alert while Page domain is engaged will stall
/// the page execution. Execution can be resumed via calling Page.handleJavaScriptDialog.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("hasBrowserHandler"), IsRequired = (true))]
+ [DataMember(Name = ("hasBrowserHandler"), IsRequired = (true))]
public bool HasBrowserHandler
{
get;
@@ -22040,7 +21844,7 @@ public bool HasBrowserHandler
///
/// Default dialog prompt.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("defaultPrompt"), IsRequired = (false))]
+ [DataMember(Name = ("defaultPrompt"), IsRequired = (false))]
public string DefaultPrompt
{
get;
@@ -22057,7 +21861,7 @@ public class LifecycleEventEventArgs : CefSharp.DevTools.DevToolsDomainEventArgs
///
/// Id of the frame.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (true))]
+ [DataMember(Name = ("frameId"), IsRequired = (true))]
public string FrameId
{
get;
@@ -22067,7 +21871,7 @@ public string FrameId
///
/// Loader identifier. Empty string if the request is fetched from worker.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("loaderId"), IsRequired = (true))]
+ [DataMember(Name = ("loaderId"), IsRequired = (true))]
public string LoaderId
{
get;
@@ -22077,7 +21881,7 @@ public string LoaderId
///
/// Name
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -22087,7 +21891,7 @@ public string Name
///
/// Timestamp
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -22107,7 +21911,7 @@ public class BackForwardCacheNotUsedEventArgs : CefSharp.DevTools.DevToolsDomain
///
/// The loader id for the associated navgation.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("loaderId"), IsRequired = (true))]
+ [DataMember(Name = ("loaderId"), IsRequired = (true))]
public string LoaderId
{
get;
@@ -22117,7 +21921,7 @@ public string LoaderId
///
/// The frame id of the associated frame.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (true))]
+ [DataMember(Name = ("frameId"), IsRequired = (true))]
public string FrameId
{
get;
@@ -22127,7 +21931,7 @@ public string FrameId
///
/// Array of reasons why the page could not be cached. This must not be empty.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("notRestoredExplanations"), IsRequired = (true))]
+ [DataMember(Name = ("notRestoredExplanations"), IsRequired = (true))]
public System.Collections.Generic.IList NotRestoredExplanations
{
get;
@@ -22137,7 +21941,7 @@ public System.Collections.Generic.IList
/// Tree structure of reasons why the page could not be cached for each frame.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("notRestoredExplanationsTree"), IsRequired = (false))]
+ [DataMember(Name = ("notRestoredExplanationsTree"), IsRequired = (false))]
public CefSharp.DevTools.Page.BackForwardCacheNotRestoredExplanationTree NotRestoredExplanationsTree
{
get;
@@ -22154,7 +21958,7 @@ public class PrerenderAttemptCompletedEventArgs : CefSharp.DevTools.DevToolsDoma
///
/// The frame id of the frame initiating prerendering.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("initiatingFrameId"), IsRequired = (true))]
+ [DataMember(Name = ("initiatingFrameId"), IsRequired = (true))]
public string InitiatingFrameId
{
get;
@@ -22164,7 +21968,7 @@ public string InitiatingFrameId
///
/// PrerenderingUrl
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("prerenderingUrl"), IsRequired = (true))]
+ [DataMember(Name = ("prerenderingUrl"), IsRequired = (true))]
public string PrerenderingUrl
{
get;
@@ -22190,7 +21994,7 @@ public CefSharp.DevTools.Page.PrerenderFinalStatus FinalStatus
///
/// FinalStatus
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("finalStatus"), IsRequired = (true))]
+ [DataMember(Name = ("finalStatus"), IsRequired = (true))]
internal string finalStatus
{
get;
@@ -22201,7 +22005,7 @@ internal string finalStatus
/// This is used to give users more information about the name of the API call
/// that is incompatible with prerender and has caused the cancellation of the attempt
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("disallowedApiMethod"), IsRequired = (false))]
+ [DataMember(Name = ("disallowedApiMethod"), IsRequired = (false))]
public string DisallowedApiMethod
{
get;
@@ -22209,6 +22013,114 @@ public string DisallowedApiMethod
}
}
+ ///
+ /// TODO(crbug/1384419): Create a dedicated domain for preloading.
+ /// Fired when a prefetch attempt is updated.
+ ///
+ [System.Runtime.Serialization.DataContractAttribute]
+ public class PrefetchStatusUpdatedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsBase
+ {
+ ///
+ /// The frame id of the frame initiating prefetch.
+ ///
+ [DataMember(Name = ("initiatingFrameId"), IsRequired = (true))]
+ public string InitiatingFrameId
+ {
+ get;
+ private set;
+ }
+
+ ///
+ /// PrefetchUrl
+ ///
+ [DataMember(Name = ("prefetchUrl"), IsRequired = (true))]
+ public string PrefetchUrl
+ {
+ get;
+ private set;
+ }
+
+ ///
+ /// Status
+ ///
+ public CefSharp.DevTools.Page.PreloadingStatus Status
+ {
+ get
+ {
+ return (CefSharp.DevTools.Page.PreloadingStatus)(StringToEnum(typeof(CefSharp.DevTools.Page.PreloadingStatus), status));
+ }
+
+ set
+ {
+ this.status = (EnumToString(value));
+ }
+ }
+
+ ///
+ /// Status
+ ///
+ [DataMember(Name = ("status"), IsRequired = (true))]
+ internal string status
+ {
+ get;
+ private set;
+ }
+ }
+
+ ///
+ /// TODO(crbug/1384419): Create a dedicated domain for preloading.
+ /// Fired when a prerender attempt is updated.
+ ///
+ [System.Runtime.Serialization.DataContractAttribute]
+ public class PrerenderStatusUpdatedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsBase
+ {
+ ///
+ /// The frame id of the frame initiating prerender.
+ ///
+ [DataMember(Name = ("initiatingFrameId"), IsRequired = (true))]
+ public string InitiatingFrameId
+ {
+ get;
+ private set;
+ }
+
+ ///
+ /// PrerenderingUrl
+ ///
+ [DataMember(Name = ("prerenderingUrl"), IsRequired = (true))]
+ public string PrerenderingUrl
+ {
+ get;
+ private set;
+ }
+
+ ///
+ /// Status
+ ///
+ public CefSharp.DevTools.Page.PreloadingStatus Status
+ {
+ get
+ {
+ return (CefSharp.DevTools.Page.PreloadingStatus)(StringToEnum(typeof(CefSharp.DevTools.Page.PreloadingStatus), status));
+ }
+
+ set
+ {
+ this.status = (EnumToString(value));
+ }
+ }
+
+ ///
+ /// Status
+ ///
+ [DataMember(Name = ("status"), IsRequired = (true))]
+ internal string status
+ {
+ get;
+ private set;
+ }
+ }
+
///
/// loadEventFired
///
@@ -22218,7 +22130,7 @@ public class LoadEventFiredEventArgs : CefSharp.DevTools.DevToolsDomainEventArgs
///
/// Timestamp
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("timestamp"), IsRequired = (true))]
+ [DataMember(Name = ("timestamp"), IsRequired = (true))]
public double Timestamp
{
get;
@@ -22235,7 +22147,7 @@ public class NavigatedWithinDocumentEventArgs : CefSharp.DevTools.DevToolsDomain
///
/// Id of the frame.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (true))]
+ [DataMember(Name = ("frameId"), IsRequired = (true))]
public string FrameId
{
get;
@@ -22245,7 +22157,7 @@ public string FrameId
///
/// Frame's new url.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -22262,7 +22174,7 @@ public class ScreencastFrameEventArgs : CefSharp.DevTools.DevToolsDomainEventArg
///
/// Base64-encoded compressed image.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("data"), IsRequired = (true))]
+ [DataMember(Name = ("data"), IsRequired = (true))]
public byte[] Data
{
get;
@@ -22272,7 +22184,7 @@ public byte[] Data
///
/// Screencast frame metadata.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("metadata"), IsRequired = (true))]
+ [DataMember(Name = ("metadata"), IsRequired = (true))]
public CefSharp.DevTools.Page.ScreencastFrameMetadata Metadata
{
get;
@@ -22282,7 +22194,7 @@ public CefSharp.DevTools.Page.ScreencastFrameMetadata Metadata
///
/// Frame number.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sessionId"), IsRequired = (true))]
+ [DataMember(Name = ("sessionId"), IsRequired = (true))]
public int SessionId
{
get;
@@ -22299,7 +22211,7 @@ public class ScreencastVisibilityChangedEventArgs : CefSharp.DevTools.DevToolsDo
///
/// True if the page is visible.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("visible"), IsRequired = (true))]
+ [DataMember(Name = ("visible"), IsRequired = (true))]
public bool Visible
{
get;
@@ -22317,7 +22229,7 @@ public class WindowOpenEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsBase
///
/// The URL for the new window.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -22327,7 +22239,7 @@ public string Url
///
/// Window name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("windowName"), IsRequired = (true))]
+ [DataMember(Name = ("windowName"), IsRequired = (true))]
public string WindowName
{
get;
@@ -22337,7 +22249,7 @@ public string WindowName
///
/// An array of enabled window features.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("windowFeatures"), IsRequired = (true))]
+ [DataMember(Name = ("windowFeatures"), IsRequired = (true))]
public string[] WindowFeatures
{
get;
@@ -22347,7 +22259,7 @@ public string[] WindowFeatures
///
/// Whether or not it was triggered by user gesture.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("userGesture"), IsRequired = (true))]
+ [DataMember(Name = ("userGesture"), IsRequired = (true))]
public bool UserGesture
{
get;
@@ -22365,7 +22277,7 @@ public class CompilationCacheProducedEventArgs : CefSharp.DevTools.DevToolsDomai
///
/// Url
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -22375,7 +22287,7 @@ public string Url
///
/// Base64-encoded data
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("data"), IsRequired = (true))]
+ [DataMember(Name = ("data"), IsRequired = (true))]
public byte[] Data
{
get;
@@ -22395,7 +22307,7 @@ public partial class Metric : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Metric name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -22405,7 +22317,7 @@ public string Name
///
/// Metric value.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public double Value
{
get;
@@ -22422,7 +22334,7 @@ public class MetricsEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsBase
///
/// Current values of the metrics.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("metrics"), IsRequired = (true))]
+ [DataMember(Name = ("metrics"), IsRequired = (true))]
public System.Collections.Generic.IList Metrics
{
get;
@@ -22432,7 +22344,7 @@ public System.Collections.Generic.IList Me
///
/// Timestamp title.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("title"), IsRequired = (true))]
+ [DataMember(Name = ("title"), IsRequired = (true))]
public string Title
{
get;
@@ -22452,7 +22364,7 @@ public partial class LargestContentfulPaint : CefSharp.DevTools.DevToolsDomainEn
///
/// RenderTime
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("renderTime"), IsRequired = (true))]
+ [DataMember(Name = ("renderTime"), IsRequired = (true))]
public double RenderTime
{
get;
@@ -22462,7 +22374,7 @@ public double RenderTime
///
/// LoadTime
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("loadTime"), IsRequired = (true))]
+ [DataMember(Name = ("loadTime"), IsRequired = (true))]
public double LoadTime
{
get;
@@ -22472,7 +22384,7 @@ public double LoadTime
///
/// The number of pixels being painted.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("size"), IsRequired = (true))]
+ [DataMember(Name = ("size"), IsRequired = (true))]
public double Size
{
get;
@@ -22482,7 +22394,7 @@ public double Size
///
/// The id attribute of the element, if available.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("elementId"), IsRequired = (false))]
+ [DataMember(Name = ("elementId"), IsRequired = (false))]
public string ElementId
{
get;
@@ -22492,7 +22404,7 @@ public string ElementId
///
/// The URL of the image (may be trimmed).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (false))]
+ [DataMember(Name = ("url"), IsRequired = (false))]
public string Url
{
get;
@@ -22502,7 +22414,7 @@ public string Url
///
/// NodeId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeId"), IsRequired = (false))]
+ [DataMember(Name = ("nodeId"), IsRequired = (false))]
public int? NodeId
{
get;
@@ -22519,7 +22431,7 @@ public partial class LayoutShiftAttribution : CefSharp.DevTools.DevToolsDomainEn
///
/// PreviousRect
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("previousRect"), IsRequired = (true))]
+ [DataMember(Name = ("previousRect"), IsRequired = (true))]
public CefSharp.DevTools.DOM.Rect PreviousRect
{
get;
@@ -22529,7 +22441,7 @@ public CefSharp.DevTools.DOM.Rect PreviousRect
///
/// CurrentRect
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("currentRect"), IsRequired = (true))]
+ [DataMember(Name = ("currentRect"), IsRequired = (true))]
public CefSharp.DevTools.DOM.Rect CurrentRect
{
get;
@@ -22539,7 +22451,7 @@ public CefSharp.DevTools.DOM.Rect CurrentRect
///
/// NodeId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("nodeId"), IsRequired = (false))]
+ [DataMember(Name = ("nodeId"), IsRequired = (false))]
public int? NodeId
{
get;
@@ -22556,7 +22468,7 @@ public partial class LayoutShift : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Score increment produced by this event.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public double Value
{
get;
@@ -22566,7 +22478,7 @@ public double Value
///
/// HadRecentInput
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("hadRecentInput"), IsRequired = (true))]
+ [DataMember(Name = ("hadRecentInput"), IsRequired = (true))]
public bool HadRecentInput
{
get;
@@ -22576,7 +22488,7 @@ public bool HadRecentInput
///
/// LastInputTime
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("lastInputTime"), IsRequired = (true))]
+ [DataMember(Name = ("lastInputTime"), IsRequired = (true))]
public double LastInputTime
{
get;
@@ -22586,7 +22498,7 @@ public double LastInputTime
///
/// Sources
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sources"), IsRequired = (true))]
+ [DataMember(Name = ("sources"), IsRequired = (true))]
public System.Collections.Generic.IList Sources
{
get;
@@ -22603,7 +22515,7 @@ public partial class TimelineEvent : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Identifies the frame that this event is related to. Empty for non-frame targets.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("frameId"), IsRequired = (true))]
+ [DataMember(Name = ("frameId"), IsRequired = (true))]
public string FrameId
{
get;
@@ -22614,7 +22526,7 @@ public string FrameId
/// The event type, as specified in https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype
/// This determines which of the optional "details" fiedls is present.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
public string Type
{
get;
@@ -22624,7 +22536,7 @@ public string Type
///
/// Name may be empty depending on the type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -22634,7 +22546,7 @@ public string Name
///
/// Time in seconds since Epoch, monotonically increasing within document lifetime.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("time"), IsRequired = (true))]
+ [DataMember(Name = ("time"), IsRequired = (true))]
public double Time
{
get;
@@ -22644,7 +22556,7 @@ public double Time
///
/// Event duration, if applicable.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("duration"), IsRequired = (false))]
+ [DataMember(Name = ("duration"), IsRequired = (false))]
public double? Duration
{
get;
@@ -22654,7 +22566,7 @@ public double? Duration
///
/// LcpDetails
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("lcpDetails"), IsRequired = (false))]
+ [DataMember(Name = ("lcpDetails"), IsRequired = (false))]
public CefSharp.DevTools.PerformanceTimeline.LargestContentfulPaint LcpDetails
{
get;
@@ -22664,7 +22576,7 @@ public CefSharp.DevTools.PerformanceTimeline.LargestContentfulPaint LcpDetails
///
/// LayoutShiftDetails
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("layoutShiftDetails"), IsRequired = (false))]
+ [DataMember(Name = ("layoutShiftDetails"), IsRequired = (false))]
public CefSharp.DevTools.PerformanceTimeline.LayoutShift LayoutShiftDetails
{
get;
@@ -22681,7 +22593,7 @@ public class TimelineEventAddedEventArgs : CefSharp.DevTools.DevToolsDomainEvent
///
/// Event
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("event"), IsRequired = (true))]
+ [DataMember(Name = ("event"), IsRequired = (true))]
public CefSharp.DevTools.PerformanceTimeline.TimelineEvent Event
{
get;
@@ -22701,17 +22613,17 @@ public enum MixedContentType
///
/// blockable
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("blockable"))]
+ [EnumMember(Value = ("blockable"))]
Blockable,
///
/// optionally-blockable
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("optionally-blockable"))]
+ [EnumMember(Value = ("optionally-blockable"))]
OptionallyBlockable,
///
/// none
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("none"))]
+ [EnumMember(Value = ("none"))]
None
}
@@ -22723,32 +22635,32 @@ public enum SecurityState
///
/// unknown
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("unknown"))]
+ [EnumMember(Value = ("unknown"))]
Unknown,
///
/// neutral
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("neutral"))]
+ [EnumMember(Value = ("neutral"))]
Neutral,
///
/// insecure
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("insecure"))]
+ [EnumMember(Value = ("insecure"))]
Insecure,
///
/// secure
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("secure"))]
+ [EnumMember(Value = ("secure"))]
Secure,
///
/// info
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("info"))]
+ [EnumMember(Value = ("info"))]
Info,
///
/// insecure-broken
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("insecure-broken"))]
+ [EnumMember(Value = ("insecure-broken"))]
InsecureBroken
}
@@ -22761,7 +22673,7 @@ public partial class CertificateSecurityState : CefSharp.DevTools.DevToolsDomain
///
/// Protocol name (e.g. "TLS 1.2" or "QUIC").
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("protocol"), IsRequired = (true))]
+ [DataMember(Name = ("protocol"), IsRequired = (true))]
public string Protocol
{
get;
@@ -22771,7 +22683,7 @@ public string Protocol
///
/// Key Exchange used by the connection, or the empty string if not applicable.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("keyExchange"), IsRequired = (true))]
+ [DataMember(Name = ("keyExchange"), IsRequired = (true))]
public string KeyExchange
{
get;
@@ -22781,7 +22693,7 @@ public string KeyExchange
///
/// (EC)DH group used by the connection, if applicable.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("keyExchangeGroup"), IsRequired = (false))]
+ [DataMember(Name = ("keyExchangeGroup"), IsRequired = (false))]
public string KeyExchangeGroup
{
get;
@@ -22791,7 +22703,7 @@ public string KeyExchangeGroup
///
/// Cipher name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cipher"), IsRequired = (true))]
+ [DataMember(Name = ("cipher"), IsRequired = (true))]
public string Cipher
{
get;
@@ -22801,7 +22713,7 @@ public string Cipher
///
/// TLS MAC. Note that AEAD ciphers do not have separate MACs.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("mac"), IsRequired = (false))]
+ [DataMember(Name = ("mac"), IsRequired = (false))]
public string Mac
{
get;
@@ -22811,7 +22723,7 @@ public string Mac
///
/// Page certificate.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("certificate"), IsRequired = (true))]
+ [DataMember(Name = ("certificate"), IsRequired = (true))]
public string[] Certificate
{
get;
@@ -22821,7 +22733,7 @@ public string[] Certificate
///
/// Certificate subject name.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("subjectName"), IsRequired = (true))]
+ [DataMember(Name = ("subjectName"), IsRequired = (true))]
public string SubjectName
{
get;
@@ -22831,7 +22743,7 @@ public string SubjectName
///
/// Name of the issuing CA.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("issuer"), IsRequired = (true))]
+ [DataMember(Name = ("issuer"), IsRequired = (true))]
public string Issuer
{
get;
@@ -22841,7 +22753,7 @@ public string Issuer
///
/// Certificate valid from date.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("validFrom"), IsRequired = (true))]
+ [DataMember(Name = ("validFrom"), IsRequired = (true))]
public double ValidFrom
{
get;
@@ -22851,7 +22763,7 @@ public double ValidFrom
///
/// Certificate valid to (expiration) date
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("validTo"), IsRequired = (true))]
+ [DataMember(Name = ("validTo"), IsRequired = (true))]
public double ValidTo
{
get;
@@ -22861,7 +22773,7 @@ public double ValidTo
///
/// The highest priority network error code, if the certificate has an error.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("certificateNetworkError"), IsRequired = (false))]
+ [DataMember(Name = ("certificateNetworkError"), IsRequired = (false))]
public string CertificateNetworkError
{
get;
@@ -22871,7 +22783,7 @@ public string CertificateNetworkError
///
/// True if the certificate uses a weak signature aglorithm.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("certificateHasWeakSignature"), IsRequired = (true))]
+ [DataMember(Name = ("certificateHasWeakSignature"), IsRequired = (true))]
public bool CertificateHasWeakSignature
{
get;
@@ -22881,7 +22793,7 @@ public bool CertificateHasWeakSignature
///
/// True if the certificate has a SHA1 signature in the chain.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("certificateHasSha1Signature"), IsRequired = (true))]
+ [DataMember(Name = ("certificateHasSha1Signature"), IsRequired = (true))]
public bool CertificateHasSha1Signature
{
get;
@@ -22891,7 +22803,7 @@ public bool CertificateHasSha1Signature
///
/// True if modern SSL
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("modernSSL"), IsRequired = (true))]
+ [DataMember(Name = ("modernSSL"), IsRequired = (true))]
public bool ModernSSL
{
get;
@@ -22901,7 +22813,7 @@ public bool ModernSSL
///
/// True if the connection is using an obsolete SSL protocol.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("obsoleteSslProtocol"), IsRequired = (true))]
+ [DataMember(Name = ("obsoleteSslProtocol"), IsRequired = (true))]
public bool ObsoleteSslProtocol
{
get;
@@ -22911,7 +22823,7 @@ public bool ObsoleteSslProtocol
///
/// True if the connection is using an obsolete SSL key exchange.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("obsoleteSslKeyExchange"), IsRequired = (true))]
+ [DataMember(Name = ("obsoleteSslKeyExchange"), IsRequired = (true))]
public bool ObsoleteSslKeyExchange
{
get;
@@ -22921,7 +22833,7 @@ public bool ObsoleteSslKeyExchange
///
/// True if the connection is using an obsolete SSL cipher.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("obsoleteSslCipher"), IsRequired = (true))]
+ [DataMember(Name = ("obsoleteSslCipher"), IsRequired = (true))]
public bool ObsoleteSslCipher
{
get;
@@ -22931,7 +22843,7 @@ public bool ObsoleteSslCipher
///
/// True if the connection is using an obsolete SSL signature.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("obsoleteSslSignature"), IsRequired = (true))]
+ [DataMember(Name = ("obsoleteSslSignature"), IsRequired = (true))]
public bool ObsoleteSslSignature
{
get;
@@ -22947,12 +22859,12 @@ public enum SafetyTipStatus
///
/// badReputation
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("badReputation"))]
+ [EnumMember(Value = ("badReputation"))]
BadReputation,
///
/// lookalike
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("lookalike"))]
+ [EnumMember(Value = ("lookalike"))]
Lookalike
}
@@ -22981,7 +22893,7 @@ public CefSharp.DevTools.Security.SafetyTipStatus SafetyTipStatus
///
/// Describes whether the page triggers any safety tips or reputation warnings. Default is unknown.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("safetyTipStatus"), IsRequired = (true))]
+ [DataMember(Name = ("safetyTipStatus"), IsRequired = (true))]
internal string safetyTipStatus
{
get;
@@ -22991,7 +22903,7 @@ internal string safetyTipStatus
///
/// The URL the safety tip suggested ("Did you mean?"). Only filled in for lookalike matches.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("safeUrl"), IsRequired = (false))]
+ [DataMember(Name = ("safeUrl"), IsRequired = (false))]
public string SafeUrl
{
get;
@@ -23024,7 +22936,7 @@ public CefSharp.DevTools.Security.SecurityState SecurityState
///
/// The security level of the page.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("securityState"), IsRequired = (true))]
+ [DataMember(Name = ("securityState"), IsRequired = (true))]
internal string securityState
{
get;
@@ -23034,7 +22946,7 @@ internal string securityState
///
/// Security state details about the page certificate.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("certificateSecurityState"), IsRequired = (false))]
+ [DataMember(Name = ("certificateSecurityState"), IsRequired = (false))]
public CefSharp.DevTools.Security.CertificateSecurityState CertificateSecurityState
{
get;
@@ -23044,7 +22956,7 @@ public CefSharp.DevTools.Security.CertificateSecurityState CertificateSecuritySt
///
/// The type of Safety Tip triggered on the page. Note that this field will be set even if the Safety Tip UI was not actually shown.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("safetyTipInfo"), IsRequired = (false))]
+ [DataMember(Name = ("safetyTipInfo"), IsRequired = (false))]
public CefSharp.DevTools.Security.SafetyTipInfo SafetyTipInfo
{
get;
@@ -23054,7 +22966,7 @@ public CefSharp.DevTools.Security.SafetyTipInfo SafetyTipInfo
///
/// Array of security state issues ids.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("securityStateIssueIds"), IsRequired = (true))]
+ [DataMember(Name = ("securityStateIssueIds"), IsRequired = (true))]
public string[] SecurityStateIssueIds
{
get;
@@ -23087,7 +22999,7 @@ public CefSharp.DevTools.Security.SecurityState SecurityState
///
/// Security state representing the severity of the factor being explained.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("securityState"), IsRequired = (true))]
+ [DataMember(Name = ("securityState"), IsRequired = (true))]
internal string securityState
{
get;
@@ -23097,7 +23009,7 @@ internal string securityState
///
/// Title describing the type of factor.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("title"), IsRequired = (true))]
+ [DataMember(Name = ("title"), IsRequired = (true))]
public string Title
{
get;
@@ -23107,7 +23019,7 @@ public string Title
///
/// Short phrase describing the type of factor.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("summary"), IsRequired = (true))]
+ [DataMember(Name = ("summary"), IsRequired = (true))]
public string Summary
{
get;
@@ -23117,7 +23029,7 @@ public string Summary
///
/// Full text explanation of the factor.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("description"), IsRequired = (true))]
+ [DataMember(Name = ("description"), IsRequired = (true))]
public string Description
{
get;
@@ -23143,7 +23055,7 @@ public CefSharp.DevTools.Security.MixedContentType MixedContentType
///
/// The type of mixed content described by the explanation.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("mixedContentType"), IsRequired = (true))]
+ [DataMember(Name = ("mixedContentType"), IsRequired = (true))]
internal string mixedContentType
{
get;
@@ -23153,7 +23065,7 @@ internal string mixedContentType
///
/// Page certificate.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("certificate"), IsRequired = (true))]
+ [DataMember(Name = ("certificate"), IsRequired = (true))]
public string[] Certificate
{
get;
@@ -23163,7 +23075,7 @@ public string[] Certificate
///
/// Recommendations to fix any issues.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("recommendations"), IsRequired = (false))]
+ [DataMember(Name = ("recommendations"), IsRequired = (false))]
public string[] Recommendations
{
get;
@@ -23180,7 +23092,7 @@ public partial class InsecureContentStatus : CefSharp.DevTools.DevToolsDomainEnt
///
/// Always false.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("ranMixedContent"), IsRequired = (true))]
+ [DataMember(Name = ("ranMixedContent"), IsRequired = (true))]
public bool RanMixedContent
{
get;
@@ -23190,7 +23102,7 @@ public bool RanMixedContent
///
/// Always false.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("displayedMixedContent"), IsRequired = (true))]
+ [DataMember(Name = ("displayedMixedContent"), IsRequired = (true))]
public bool DisplayedMixedContent
{
get;
@@ -23200,7 +23112,7 @@ public bool DisplayedMixedContent
///
/// Always false.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("containedMixedForm"), IsRequired = (true))]
+ [DataMember(Name = ("containedMixedForm"), IsRequired = (true))]
public bool ContainedMixedForm
{
get;
@@ -23210,7 +23122,7 @@ public bool ContainedMixedForm
///
/// Always false.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("ranContentWithCertErrors"), IsRequired = (true))]
+ [DataMember(Name = ("ranContentWithCertErrors"), IsRequired = (true))]
public bool RanContentWithCertErrors
{
get;
@@ -23220,7 +23132,7 @@ public bool RanContentWithCertErrors
///
/// Always false.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("displayedContentWithCertErrors"), IsRequired = (true))]
+ [DataMember(Name = ("displayedContentWithCertErrors"), IsRequired = (true))]
public bool DisplayedContentWithCertErrors
{
get;
@@ -23246,7 +23158,7 @@ public CefSharp.DevTools.Security.SecurityState RanInsecureContentStyle
///
/// Always set to unknown.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("ranInsecureContentStyle"), IsRequired = (true))]
+ [DataMember(Name = ("ranInsecureContentStyle"), IsRequired = (true))]
internal string ranInsecureContentStyle
{
get;
@@ -23272,7 +23184,7 @@ public CefSharp.DevTools.Security.SecurityState DisplayedInsecureContentStyle
///
/// Always set to unknown.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("displayedInsecureContentStyle"), IsRequired = (true))]
+ [DataMember(Name = ("displayedInsecureContentStyle"), IsRequired = (true))]
internal string displayedInsecureContentStyle
{
get;
@@ -23289,12 +23201,12 @@ public enum CertificateErrorAction
///
/// continue
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("continue"))]
+ [EnumMember(Value = ("continue"))]
Continue,
///
/// cancel
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("cancel"))]
+ [EnumMember(Value = ("cancel"))]
Cancel
}
@@ -23310,7 +23222,7 @@ public class CertificateErrorEventArgs : CefSharp.DevTools.DevToolsDomainEventAr
///
/// The ID of the event.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("eventId"), IsRequired = (true))]
+ [DataMember(Name = ("eventId"), IsRequired = (true))]
public int EventId
{
get;
@@ -23320,7 +23232,7 @@ public int EventId
///
/// The type of the error.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("errorType"), IsRequired = (true))]
+ [DataMember(Name = ("errorType"), IsRequired = (true))]
public string ErrorType
{
get;
@@ -23330,7 +23242,7 @@ public string ErrorType
///
/// The url that was requested.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("requestURL"), IsRequired = (true))]
+ [DataMember(Name = ("requestURL"), IsRequired = (true))]
public string RequestURL
{
get;
@@ -23347,7 +23259,7 @@ public class VisibleSecurityStateChangedEventArgs : CefSharp.DevTools.DevToolsDo
///
/// Security state information about the page.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("visibleSecurityState"), IsRequired = (true))]
+ [DataMember(Name = ("visibleSecurityState"), IsRequired = (true))]
public CefSharp.DevTools.Security.VisibleSecurityState VisibleSecurityState
{
get;
@@ -23380,7 +23292,7 @@ public CefSharp.DevTools.Security.SecurityState SecurityState
///
/// Security state.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("securityState"), IsRequired = (true))]
+ [DataMember(Name = ("securityState"), IsRequired = (true))]
internal string securityState
{
get;
@@ -23390,7 +23302,7 @@ internal string securityState
///
/// True if the page was loaded over cryptographic transport such as HTTPS.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("schemeIsCryptographic"), IsRequired = (true))]
+ [DataMember(Name = ("schemeIsCryptographic"), IsRequired = (true))]
public bool SchemeIsCryptographic
{
get;
@@ -23401,7 +23313,7 @@ public bool SchemeIsCryptographic
/// Previously a list of explanations for the security state. Now always
/// empty.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("explanations"), IsRequired = (true))]
+ [DataMember(Name = ("explanations"), IsRequired = (true))]
public System.Collections.Generic.IList Explanations
{
get;
@@ -23411,7 +23323,7 @@ public System.Collections.Generic.IList
/// Information about insecure content on the page.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("insecureContentStatus"), IsRequired = (true))]
+ [DataMember(Name = ("insecureContentStatus"), IsRequired = (true))]
public CefSharp.DevTools.Security.InsecureContentStatus InsecureContentStatus
{
get;
@@ -23421,7 +23333,7 @@ public CefSharp.DevTools.Security.InsecureContentStatus InsecureContentStatus
///
/// Overrides user-visible description of the state. Always omitted.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("summary"), IsRequired = (false))]
+ [DataMember(Name = ("summary"), IsRequired = (false))]
public string Summary
{
get;
@@ -23441,7 +23353,7 @@ public partial class ServiceWorkerRegistration : CefSharp.DevTools.DevToolsDomai
///
/// RegistrationId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("registrationId"), IsRequired = (true))]
+ [DataMember(Name = ("registrationId"), IsRequired = (true))]
public string RegistrationId
{
get;
@@ -23451,7 +23363,7 @@ public string RegistrationId
///
/// ScopeURL
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scopeURL"), IsRequired = (true))]
+ [DataMember(Name = ("scopeURL"), IsRequired = (true))]
public string ScopeURL
{
get;
@@ -23461,7 +23373,7 @@ public string ScopeURL
///
/// IsDeleted
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("isDeleted"), IsRequired = (true))]
+ [DataMember(Name = ("isDeleted"), IsRequired = (true))]
public bool IsDeleted
{
get;
@@ -23477,22 +23389,22 @@ public enum ServiceWorkerVersionRunningStatus
///
/// stopped
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("stopped"))]
+ [EnumMember(Value = ("stopped"))]
Stopped,
///
/// starting
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("starting"))]
+ [EnumMember(Value = ("starting"))]
Starting,
///
/// running
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("running"))]
+ [EnumMember(Value = ("running"))]
Running,
///
/// stopping
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("stopping"))]
+ [EnumMember(Value = ("stopping"))]
Stopping
}
@@ -23504,32 +23416,32 @@ public enum ServiceWorkerVersionStatus
///
/// new
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("new"))]
+ [EnumMember(Value = ("new"))]
New,
///
/// installing
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("installing"))]
+ [EnumMember(Value = ("installing"))]
Installing,
///
/// installed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("installed"))]
+ [EnumMember(Value = ("installed"))]
Installed,
///
/// activating
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("activating"))]
+ [EnumMember(Value = ("activating"))]
Activating,
///
/// activated
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("activated"))]
+ [EnumMember(Value = ("activated"))]
Activated,
///
/// redundant
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("redundant"))]
+ [EnumMember(Value = ("redundant"))]
Redundant
}
@@ -23542,7 +23454,7 @@ public partial class ServiceWorkerVersion : CefSharp.DevTools.DevToolsDomainEnti
///
/// VersionId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("versionId"), IsRequired = (true))]
+ [DataMember(Name = ("versionId"), IsRequired = (true))]
public string VersionId
{
get;
@@ -23552,7 +23464,7 @@ public string VersionId
///
/// RegistrationId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("registrationId"), IsRequired = (true))]
+ [DataMember(Name = ("registrationId"), IsRequired = (true))]
public string RegistrationId
{
get;
@@ -23562,7 +23474,7 @@ public string RegistrationId
///
/// ScriptURL
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scriptURL"), IsRequired = (true))]
+ [DataMember(Name = ("scriptURL"), IsRequired = (true))]
public string ScriptURL
{
get;
@@ -23588,7 +23500,7 @@ public CefSharp.DevTools.ServiceWorker.ServiceWorkerVersionRunningStatus Running
///
/// RunningStatus
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("runningStatus"), IsRequired = (true))]
+ [DataMember(Name = ("runningStatus"), IsRequired = (true))]
internal string runningStatus
{
get;
@@ -23614,7 +23526,7 @@ public CefSharp.DevTools.ServiceWorker.ServiceWorkerVersionStatus Status
///
/// Status
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("status"), IsRequired = (true))]
+ [DataMember(Name = ("status"), IsRequired = (true))]
internal string status
{
get;
@@ -23624,7 +23536,7 @@ internal string status
///
/// The Last-Modified header value of the main script.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scriptLastModified"), IsRequired = (false))]
+ [DataMember(Name = ("scriptLastModified"), IsRequired = (false))]
public double? ScriptLastModified
{
get;
@@ -23635,7 +23547,7 @@ public double? ScriptLastModified
/// The time at which the response headers of the main script were received from the server.
/// For cached script it is the last time the cache entry was validated.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scriptResponseTime"), IsRequired = (false))]
+ [DataMember(Name = ("scriptResponseTime"), IsRequired = (false))]
public double? ScriptResponseTime
{
get;
@@ -23645,7 +23557,7 @@ public double? ScriptResponseTime
///
/// ControlledClients
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("controlledClients"), IsRequired = (false))]
+ [DataMember(Name = ("controlledClients"), IsRequired = (false))]
public string[] ControlledClients
{
get;
@@ -23655,7 +23567,7 @@ public string[] ControlledClients
///
/// TargetId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("targetId"), IsRequired = (false))]
+ [DataMember(Name = ("targetId"), IsRequired = (false))]
public string TargetId
{
get;
@@ -23672,7 +23584,7 @@ public partial class ServiceWorkerErrorMessage : CefSharp.DevTools.DevToolsDomai
///
/// ErrorMessage
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("errorMessage"), IsRequired = (true))]
+ [DataMember(Name = ("errorMessage"), IsRequired = (true))]
public string ErrorMessage
{
get;
@@ -23682,7 +23594,7 @@ public string ErrorMessage
///
/// RegistrationId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("registrationId"), IsRequired = (true))]
+ [DataMember(Name = ("registrationId"), IsRequired = (true))]
public string RegistrationId
{
get;
@@ -23692,7 +23604,7 @@ public string RegistrationId
///
/// VersionId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("versionId"), IsRequired = (true))]
+ [DataMember(Name = ("versionId"), IsRequired = (true))]
public string VersionId
{
get;
@@ -23702,7 +23614,7 @@ public string VersionId
///
/// SourceURL
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sourceURL"), IsRequired = (true))]
+ [DataMember(Name = ("sourceURL"), IsRequired = (true))]
public string SourceURL
{
get;
@@ -23712,7 +23624,7 @@ public string SourceURL
///
/// LineNumber
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("lineNumber"), IsRequired = (true))]
+ [DataMember(Name = ("lineNumber"), IsRequired = (true))]
public int LineNumber
{
get;
@@ -23722,7 +23634,7 @@ public int LineNumber
///
/// ColumnNumber
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("columnNumber"), IsRequired = (true))]
+ [DataMember(Name = ("columnNumber"), IsRequired = (true))]
public int ColumnNumber
{
get;
@@ -23739,7 +23651,7 @@ public class WorkerErrorReportedEventArgs : CefSharp.DevTools.DevToolsDomainEven
///
/// ErrorMessage
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("errorMessage"), IsRequired = (true))]
+ [DataMember(Name = ("errorMessage"), IsRequired = (true))]
public CefSharp.DevTools.ServiceWorker.ServiceWorkerErrorMessage ErrorMessage
{
get;
@@ -23756,7 +23668,7 @@ public class WorkerRegistrationUpdatedEventArgs : CefSharp.DevTools.DevToolsDoma
///
/// Registrations
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("registrations"), IsRequired = (true))]
+ [DataMember(Name = ("registrations"), IsRequired = (true))]
public System.Collections.Generic.IList Registrations
{
get;
@@ -23773,7 +23685,7 @@ public class WorkerVersionUpdatedEventArgs : CefSharp.DevTools.DevToolsDomainEve
///
/// Versions
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("versions"), IsRequired = (true))]
+ [DataMember(Name = ("versions"), IsRequired = (true))]
public System.Collections.Generic.IList Versions
{
get;
@@ -23792,67 +23704,67 @@ public enum StorageType
///
/// appcache
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("appcache"))]
+ [EnumMember(Value = ("appcache"))]
Appcache,
///
/// cookies
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("cookies"))]
+ [EnumMember(Value = ("cookies"))]
Cookies,
///
/// file_systems
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("file_systems"))]
+ [EnumMember(Value = ("file_systems"))]
FileSystems,
///
/// indexeddb
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("indexeddb"))]
+ [EnumMember(Value = ("indexeddb"))]
Indexeddb,
///
/// local_storage
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("local_storage"))]
+ [EnumMember(Value = ("local_storage"))]
LocalStorage,
///
/// shader_cache
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("shader_cache"))]
+ [EnumMember(Value = ("shader_cache"))]
ShaderCache,
///
/// websql
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("websql"))]
+ [EnumMember(Value = ("websql"))]
Websql,
///
/// service_workers
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("service_workers"))]
+ [EnumMember(Value = ("service_workers"))]
ServiceWorkers,
///
/// cache_storage
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("cache_storage"))]
+ [EnumMember(Value = ("cache_storage"))]
CacheStorage,
///
/// interest_groups
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("interest_groups"))]
+ [EnumMember(Value = ("interest_groups"))]
InterestGroups,
///
/// shared_storage
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("shared_storage"))]
+ [EnumMember(Value = ("shared_storage"))]
SharedStorage,
///
/// all
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("all"))]
+ [EnumMember(Value = ("all"))]
All,
///
/// other
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("other"))]
+ [EnumMember(Value = ("other"))]
Other
}
@@ -23881,7 +23793,7 @@ public CefSharp.DevTools.Storage.StorageType StorageType
///
/// Name of storage type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("storageType"), IsRequired = (true))]
+ [DataMember(Name = ("storageType"), IsRequired = (true))]
internal string storageType
{
get;
@@ -23891,7 +23803,7 @@ internal string storageType
///
/// Storage usage (bytes).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("usage"), IsRequired = (true))]
+ [DataMember(Name = ("usage"), IsRequired = (true))]
public double Usage
{
get;
@@ -23909,7 +23821,7 @@ public partial class TrustTokens : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// IssuerOrigin
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("issuerOrigin"), IsRequired = (true))]
+ [DataMember(Name = ("issuerOrigin"), IsRequired = (true))]
public string IssuerOrigin
{
get;
@@ -23919,7 +23831,7 @@ public string IssuerOrigin
///
/// Count
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("count"), IsRequired = (true))]
+ [DataMember(Name = ("count"), IsRequired = (true))]
public double Count
{
get;
@@ -23935,32 +23847,32 @@ public enum InterestGroupAccessType
///
/// join
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("join"))]
+ [EnumMember(Value = ("join"))]
Join,
///
/// leave
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("leave"))]
+ [EnumMember(Value = ("leave"))]
Leave,
///
/// update
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("update"))]
+ [EnumMember(Value = ("update"))]
Update,
///
/// loaded
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("loaded"))]
+ [EnumMember(Value = ("loaded"))]
Loaded,
///
/// bid
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("bid"))]
+ [EnumMember(Value = ("bid"))]
Bid,
///
/// win
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("win"))]
+ [EnumMember(Value = ("win"))]
Win
}
@@ -23973,7 +23885,7 @@ public partial class InterestGroupAd : CefSharp.DevTools.DevToolsDomainEntityBas
///
/// RenderUrl
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("renderUrl"), IsRequired = (true))]
+ [DataMember(Name = ("renderUrl"), IsRequired = (true))]
public string RenderUrl
{
get;
@@ -23983,7 +23895,7 @@ public string RenderUrl
///
/// Metadata
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("metadata"), IsRequired = (false))]
+ [DataMember(Name = ("metadata"), IsRequired = (false))]
public string Metadata
{
get;
@@ -24000,7 +23912,7 @@ public partial class InterestGroupDetails : CefSharp.DevTools.DevToolsDomainEnti
///
/// OwnerOrigin
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("ownerOrigin"), IsRequired = (true))]
+ [DataMember(Name = ("ownerOrigin"), IsRequired = (true))]
public string OwnerOrigin
{
get;
@@ -24010,7 +23922,7 @@ public string OwnerOrigin
///
/// Name
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -24020,7 +23932,7 @@ public string Name
///
/// ExpirationTime
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("expirationTime"), IsRequired = (true))]
+ [DataMember(Name = ("expirationTime"), IsRequired = (true))]
public double ExpirationTime
{
get;
@@ -24030,7 +23942,7 @@ public double ExpirationTime
///
/// JoiningOrigin
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("joiningOrigin"), IsRequired = (true))]
+ [DataMember(Name = ("joiningOrigin"), IsRequired = (true))]
public string JoiningOrigin
{
get;
@@ -24040,7 +23952,7 @@ public string JoiningOrigin
///
/// BiddingUrl
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("biddingUrl"), IsRequired = (false))]
+ [DataMember(Name = ("biddingUrl"), IsRequired = (false))]
public string BiddingUrl
{
get;
@@ -24050,7 +23962,7 @@ public string BiddingUrl
///
/// BiddingWasmHelperUrl
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("biddingWasmHelperUrl"), IsRequired = (false))]
+ [DataMember(Name = ("biddingWasmHelperUrl"), IsRequired = (false))]
public string BiddingWasmHelperUrl
{
get;
@@ -24060,7 +23972,7 @@ public string BiddingWasmHelperUrl
///
/// UpdateUrl
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("updateUrl"), IsRequired = (false))]
+ [DataMember(Name = ("updateUrl"), IsRequired = (false))]
public string UpdateUrl
{
get;
@@ -24070,7 +23982,7 @@ public string UpdateUrl
///
/// TrustedBiddingSignalsUrl
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("trustedBiddingSignalsUrl"), IsRequired = (false))]
+ [DataMember(Name = ("trustedBiddingSignalsUrl"), IsRequired = (false))]
public string TrustedBiddingSignalsUrl
{
get;
@@ -24080,7 +23992,7 @@ public string TrustedBiddingSignalsUrl
///
/// TrustedBiddingSignalsKeys
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("trustedBiddingSignalsKeys"), IsRequired = (true))]
+ [DataMember(Name = ("trustedBiddingSignalsKeys"), IsRequired = (true))]
public string[] TrustedBiddingSignalsKeys
{
get;
@@ -24090,7 +24002,7 @@ public string[] TrustedBiddingSignalsKeys
///
/// UserBiddingSignals
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("userBiddingSignals"), IsRequired = (false))]
+ [DataMember(Name = ("userBiddingSignals"), IsRequired = (false))]
public string UserBiddingSignals
{
get;
@@ -24100,7 +24012,7 @@ public string UserBiddingSignals
///
/// Ads
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("ads"), IsRequired = (true))]
+ [DataMember(Name = ("ads"), IsRequired = (true))]
public System.Collections.Generic.IList Ads
{
get;
@@ -24110,7 +24022,7 @@ public System.Collections.Generic.IList
/// AdComponents
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("adComponents"), IsRequired = (true))]
+ [DataMember(Name = ("adComponents"), IsRequired = (true))]
public System.Collections.Generic.IList AdComponents
{
get;
@@ -24126,82 +24038,82 @@ public enum SharedStorageAccessType
///
/// documentAddModule
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("documentAddModule"))]
+ [EnumMember(Value = ("documentAddModule"))]
DocumentAddModule,
///
/// documentSelectURL
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("documentSelectURL"))]
+ [EnumMember(Value = ("documentSelectURL"))]
DocumentSelectURL,
///
/// documentRun
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("documentRun"))]
+ [EnumMember(Value = ("documentRun"))]
DocumentRun,
///
/// documentSet
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("documentSet"))]
+ [EnumMember(Value = ("documentSet"))]
DocumentSet,
///
/// documentAppend
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("documentAppend"))]
+ [EnumMember(Value = ("documentAppend"))]
DocumentAppend,
///
/// documentDelete
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("documentDelete"))]
+ [EnumMember(Value = ("documentDelete"))]
DocumentDelete,
///
/// documentClear
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("documentClear"))]
+ [EnumMember(Value = ("documentClear"))]
DocumentClear,
///
/// workletSet
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("workletSet"))]
+ [EnumMember(Value = ("workletSet"))]
WorkletSet,
///
/// workletAppend
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("workletAppend"))]
+ [EnumMember(Value = ("workletAppend"))]
WorkletAppend,
///
/// workletDelete
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("workletDelete"))]
+ [EnumMember(Value = ("workletDelete"))]
WorkletDelete,
///
/// workletClear
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("workletClear"))]
+ [EnumMember(Value = ("workletClear"))]
WorkletClear,
///
/// workletGet
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("workletGet"))]
+ [EnumMember(Value = ("workletGet"))]
WorkletGet,
///
/// workletKeys
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("workletKeys"))]
+ [EnumMember(Value = ("workletKeys"))]
WorkletKeys,
///
/// workletEntries
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("workletEntries"))]
+ [EnumMember(Value = ("workletEntries"))]
WorkletEntries,
///
/// workletLength
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("workletLength"))]
+ [EnumMember(Value = ("workletLength"))]
WorkletLength,
///
/// workletRemainingBudget
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("workletRemainingBudget"))]
+ [EnumMember(Value = ("workletRemainingBudget"))]
WorkletRemainingBudget
}
@@ -24214,7 +24126,7 @@ public partial class SharedStorageEntry : CefSharp.DevTools.DevToolsDomainEntity
///
/// Key
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("key"), IsRequired = (true))]
+ [DataMember(Name = ("key"), IsRequired = (true))]
public string Key
{
get;
@@ -24224,7 +24136,7 @@ public string Key
///
/// Value
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public string Value
{
get;
@@ -24241,7 +24153,7 @@ public partial class SharedStorageMetadata : CefSharp.DevTools.DevToolsDomainEnt
///
/// CreationTime
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("creationTime"), IsRequired = (true))]
+ [DataMember(Name = ("creationTime"), IsRequired = (true))]
public double CreationTime
{
get;
@@ -24251,7 +24163,7 @@ public double CreationTime
///
/// Length
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("length"), IsRequired = (true))]
+ [DataMember(Name = ("length"), IsRequired = (true))]
public int Length
{
get;
@@ -24261,7 +24173,7 @@ public int Length
///
/// RemainingBudget
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("remainingBudget"), IsRequired = (true))]
+ [DataMember(Name = ("remainingBudget"), IsRequired = (true))]
public double RemainingBudget
{
get;
@@ -24278,7 +24190,7 @@ public partial class SharedStorageReportingMetadata : CefSharp.DevTools.DevTools
///
/// EventType
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("eventType"), IsRequired = (true))]
+ [DataMember(Name = ("eventType"), IsRequired = (true))]
public string EventType
{
get;
@@ -24288,7 +24200,7 @@ public string EventType
///
/// ReportingUrl
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("reportingUrl"), IsRequired = (true))]
+ [DataMember(Name = ("reportingUrl"), IsRequired = (true))]
public string ReportingUrl
{
get;
@@ -24305,7 +24217,7 @@ public partial class SharedStorageUrlWithMetadata : CefSharp.DevTools.DevToolsDo
///
/// Spec of candidate URL.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -24315,7 +24227,7 @@ public string Url
///
/// Any associated reporting metadata.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("reportingMetadata"), IsRequired = (true))]
+ [DataMember(Name = ("reportingMetadata"), IsRequired = (true))]
public System.Collections.Generic.IList ReportingMetadata
{
get;
@@ -24334,7 +24246,7 @@ public partial class SharedStorageAccessParams : CefSharp.DevTools.DevToolsDomai
/// Spec of the module script URL.
/// Present only for SharedStorageAccessType.documentAddModule.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("scriptSourceUrl"), IsRequired = (false))]
+ [DataMember(Name = ("scriptSourceUrl"), IsRequired = (false))]
public string ScriptSourceUrl
{
get;
@@ -24346,7 +24258,7 @@ public string ScriptSourceUrl
/// Present only for SharedStorageAccessType.documentRun and
/// SharedStorageAccessType.documentSelectURL.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("operationName"), IsRequired = (false))]
+ [DataMember(Name = ("operationName"), IsRequired = (false))]
public string OperationName
{
get;
@@ -24358,7 +24270,7 @@ public string OperationName
/// Present only for SharedStorageAccessType.documentRun and
/// SharedStorageAccessType.documentSelectURL.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("serializedData"), IsRequired = (false))]
+ [DataMember(Name = ("serializedData"), IsRequired = (false))]
public string SerializedData
{
get;
@@ -24369,7 +24281,7 @@ public string SerializedData
/// Array of candidate URLs' specs, along with any associated metadata.
/// Present only for SharedStorageAccessType.documentSelectURL.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("urlsWithMetadata"), IsRequired = (false))]
+ [DataMember(Name = ("urlsWithMetadata"), IsRequired = (false))]
public System.Collections.Generic.IList UrlsWithMetadata
{
get;
@@ -24386,7 +24298,7 @@ public System.Collections.Generic.IList
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("key"), IsRequired = (false))]
+ [DataMember(Name = ("key"), IsRequired = (false))]
public string Key
{
get;
@@ -24400,7 +24312,7 @@ public string Key
/// SharedStorageAccessType.workletSet, and
/// SharedStorageAccessType.workletAppend.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (false))]
+ [DataMember(Name = ("value"), IsRequired = (false))]
public string Value
{
get;
@@ -24412,7 +24324,7 @@ public string Value
/// Present only for SharedStorageAccessType.documentSet and
/// SharedStorageAccessType.workletSet.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("ignoreIfPresent"), IsRequired = (false))]
+ [DataMember(Name = ("ignoreIfPresent"), IsRequired = (false))]
public bool? IgnoreIfPresent
{
get;
@@ -24429,7 +24341,7 @@ public class CacheStorageContentUpdatedEventArgs : CefSharp.DevTools.DevToolsDom
///
/// Origin to update.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("origin"), IsRequired = (true))]
+ [DataMember(Name = ("origin"), IsRequired = (true))]
public string Origin
{
get;
@@ -24439,7 +24351,7 @@ public string Origin
///
/// Storage key to update.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("storageKey"), IsRequired = (true))]
+ [DataMember(Name = ("storageKey"), IsRequired = (true))]
public string StorageKey
{
get;
@@ -24449,7 +24361,7 @@ public string StorageKey
///
/// Name of cache in origin.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cacheName"), IsRequired = (true))]
+ [DataMember(Name = ("cacheName"), IsRequired = (true))]
public string CacheName
{
get;
@@ -24466,7 +24378,7 @@ public class CacheStorageListUpdatedEventArgs : CefSharp.DevTools.DevToolsDomain
///
/// Origin to update.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("origin"), IsRequired = (true))]
+ [DataMember(Name = ("origin"), IsRequired = (true))]
public string Origin
{
get;
@@ -24476,7 +24388,7 @@ public string Origin
///
/// Storage key to update.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("storageKey"), IsRequired = (true))]
+ [DataMember(Name = ("storageKey"), IsRequired = (true))]
public string StorageKey
{
get;
@@ -24493,7 +24405,7 @@ public class IndexedDBContentUpdatedEventArgs : CefSharp.DevTools.DevToolsDomain
///
/// Origin to update.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("origin"), IsRequired = (true))]
+ [DataMember(Name = ("origin"), IsRequired = (true))]
public string Origin
{
get;
@@ -24503,7 +24415,7 @@ public string Origin
///
/// Storage key to update.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("storageKey"), IsRequired = (true))]
+ [DataMember(Name = ("storageKey"), IsRequired = (true))]
public string StorageKey
{
get;
@@ -24513,7 +24425,7 @@ public string StorageKey
///
/// Database to update.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("databaseName"), IsRequired = (true))]
+ [DataMember(Name = ("databaseName"), IsRequired = (true))]
public string DatabaseName
{
get;
@@ -24523,7 +24435,7 @@ public string DatabaseName
///
/// ObjectStore to update.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("objectStoreName"), IsRequired = (true))]
+ [DataMember(Name = ("objectStoreName"), IsRequired = (true))]
public string ObjectStoreName
{
get;
@@ -24540,7 +24452,7 @@ public class IndexedDBListUpdatedEventArgs : CefSharp.DevTools.DevToolsDomainEve
///
/// Origin to update.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("origin"), IsRequired = (true))]
+ [DataMember(Name = ("origin"), IsRequired = (true))]
public string Origin
{
get;
@@ -24550,7 +24462,7 @@ public string Origin
///
/// Storage key to update.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("storageKey"), IsRequired = (true))]
+ [DataMember(Name = ("storageKey"), IsRequired = (true))]
public string StorageKey
{
get;
@@ -24567,7 +24479,7 @@ public class InterestGroupAccessedEventArgs : CefSharp.DevTools.DevToolsDomainEv
///
/// AccessTime
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("accessTime"), IsRequired = (true))]
+ [DataMember(Name = ("accessTime"), IsRequired = (true))]
public double AccessTime
{
get;
@@ -24593,7 +24505,7 @@ public CefSharp.DevTools.Storage.InterestGroupAccessType Type
///
/// Type
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
internal string type
{
get;
@@ -24603,7 +24515,7 @@ internal string type
///
/// OwnerOrigin
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("ownerOrigin"), IsRequired = (true))]
+ [DataMember(Name = ("ownerOrigin"), IsRequired = (true))]
public string OwnerOrigin
{
get;
@@ -24613,7 +24525,7 @@ public string OwnerOrigin
///
/// Name
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("name"), IsRequired = (true))]
+ [DataMember(Name = ("name"), IsRequired = (true))]
public string Name
{
get;
@@ -24631,7 +24543,7 @@ public class SharedStorageAccessedEventArgs : CefSharp.DevTools.DevToolsDomainEv
///
/// Time of the access.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("accessTime"), IsRequired = (true))]
+ [DataMember(Name = ("accessTime"), IsRequired = (true))]
public double AccessTime
{
get;
@@ -24657,7 +24569,7 @@ public CefSharp.DevTools.Storage.SharedStorageAccessType Type
///
/// Enum value indicating the Shared Storage API method invoked.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
internal string type
{
get;
@@ -24667,7 +24579,7 @@ internal string type
///
/// DevTools Frame Token for the primary frame tree's root.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("mainFrameId"), IsRequired = (true))]
+ [DataMember(Name = ("mainFrameId"), IsRequired = (true))]
public string MainFrameId
{
get;
@@ -24677,7 +24589,7 @@ public string MainFrameId
///
/// Serialized origin for the context that invoked the Shared Storage API.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("ownerOrigin"), IsRequired = (true))]
+ [DataMember(Name = ("ownerOrigin"), IsRequired = (true))]
public string OwnerOrigin
{
get;
@@ -24688,7 +24600,7 @@ public string OwnerOrigin
/// The sub-parameters warapped by `params` are all optional and their
/// presence/absence depends on `type`.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("params"), IsRequired = (true))]
+ [DataMember(Name = ("params"), IsRequired = (true))]
public CefSharp.DevTools.Storage.SharedStorageAccessParams Params
{
get;
@@ -24708,7 +24620,7 @@ public partial class GPUDevice : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// PCI ID of the GPU vendor, if available; 0 otherwise.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("vendorId"), IsRequired = (true))]
+ [DataMember(Name = ("vendorId"), IsRequired = (true))]
public double VendorId
{
get;
@@ -24718,7 +24630,7 @@ public double VendorId
///
/// PCI ID of the GPU device, if available; 0 otherwise.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("deviceId"), IsRequired = (true))]
+ [DataMember(Name = ("deviceId"), IsRequired = (true))]
public double DeviceId
{
get;
@@ -24728,7 +24640,7 @@ public double DeviceId
///
/// Sub sys ID of the GPU, only available on Windows.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("subSysId"), IsRequired = (false))]
+ [DataMember(Name = ("subSysId"), IsRequired = (false))]
public double? SubSysId
{
get;
@@ -24738,7 +24650,7 @@ public double? SubSysId
///
/// Revision of the GPU, only available on Windows.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("revision"), IsRequired = (false))]
+ [DataMember(Name = ("revision"), IsRequired = (false))]
public double? Revision
{
get;
@@ -24748,7 +24660,7 @@ public double? Revision
///
/// String description of the GPU vendor, if the PCI ID is not available.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("vendorString"), IsRequired = (true))]
+ [DataMember(Name = ("vendorString"), IsRequired = (true))]
public string VendorString
{
get;
@@ -24758,7 +24670,7 @@ public string VendorString
///
/// String description of the GPU device, if the PCI ID is not available.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("deviceString"), IsRequired = (true))]
+ [DataMember(Name = ("deviceString"), IsRequired = (true))]
public string DeviceString
{
get;
@@ -24768,7 +24680,7 @@ public string DeviceString
///
/// String description of the GPU driver vendor.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("driverVendor"), IsRequired = (true))]
+ [DataMember(Name = ("driverVendor"), IsRequired = (true))]
public string DriverVendor
{
get;
@@ -24778,7 +24690,7 @@ public string DriverVendor
///
/// String description of the GPU driver version.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("driverVersion"), IsRequired = (true))]
+ [DataMember(Name = ("driverVersion"), IsRequired = (true))]
public string DriverVersion
{
get;
@@ -24795,7 +24707,7 @@ public partial class Size : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Width in pixels.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("width"), IsRequired = (true))]
+ [DataMember(Name = ("width"), IsRequired = (true))]
public int Width
{
get;
@@ -24805,7 +24717,7 @@ public int Width
///
/// Height in pixels.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("height"), IsRequired = (true))]
+ [DataMember(Name = ("height"), IsRequired = (true))]
public int Height
{
get;
@@ -24823,7 +24735,7 @@ public partial class VideoDecodeAcceleratorCapability : CefSharp.DevTools.DevToo
///
/// Video codec profile that is supported, e.g. VP9 Profile 2.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("profile"), IsRequired = (true))]
+ [DataMember(Name = ("profile"), IsRequired = (true))]
public string Profile
{
get;
@@ -24833,7 +24745,7 @@ public string Profile
///
/// Maximum video dimensions in pixels supported for this |profile|.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("maxResolution"), IsRequired = (true))]
+ [DataMember(Name = ("maxResolution"), IsRequired = (true))]
public CefSharp.DevTools.SystemInfo.Size MaxResolution
{
get;
@@ -24843,7 +24755,7 @@ public CefSharp.DevTools.SystemInfo.Size MaxResolution
///
/// Minimum video dimensions in pixels supported for this |profile|.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("minResolution"), IsRequired = (true))]
+ [DataMember(Name = ("minResolution"), IsRequired = (true))]
public CefSharp.DevTools.SystemInfo.Size MinResolution
{
get;
@@ -24861,7 +24773,7 @@ public partial class VideoEncodeAcceleratorCapability : CefSharp.DevTools.DevToo
///
/// Video codec profile that is supported, e.g H264 Main.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("profile"), IsRequired = (true))]
+ [DataMember(Name = ("profile"), IsRequired = (true))]
public string Profile
{
get;
@@ -24871,7 +24783,7 @@ public string Profile
///
/// Maximum video dimensions in pixels supported for this |profile|.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("maxResolution"), IsRequired = (true))]
+ [DataMember(Name = ("maxResolution"), IsRequired = (true))]
public CefSharp.DevTools.SystemInfo.Size MaxResolution
{
get;
@@ -24883,7 +24795,7 @@ public CefSharp.DevTools.SystemInfo.Size MaxResolution
/// |profile|, as fraction's numerator and denominator, e.g. 24/1 fps,
/// 24000/1001 fps, etc.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("maxFramerateNumerator"), IsRequired = (true))]
+ [DataMember(Name = ("maxFramerateNumerator"), IsRequired = (true))]
public int MaxFramerateNumerator
{
get;
@@ -24893,7 +24805,7 @@ public int MaxFramerateNumerator
///
/// MaxFramerateDenominator
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("maxFramerateDenominator"), IsRequired = (true))]
+ [DataMember(Name = ("maxFramerateDenominator"), IsRequired = (true))]
public int MaxFramerateDenominator
{
get;
@@ -24909,17 +24821,17 @@ public enum SubsamplingFormat
///
/// yuv420
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("yuv420"))]
+ [EnumMember(Value = ("yuv420"))]
Yuv420,
///
/// yuv422
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("yuv422"))]
+ [EnumMember(Value = ("yuv422"))]
Yuv422,
///
/// yuv444
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("yuv444"))]
+ [EnumMember(Value = ("yuv444"))]
Yuv444
}
@@ -24931,17 +24843,17 @@ public enum ImageType
///
/// jpeg
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("jpeg"))]
+ [EnumMember(Value = ("jpeg"))]
Jpeg,
///
/// webp
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("webp"))]
+ [EnumMember(Value = ("webp"))]
Webp,
///
/// unknown
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("unknown"))]
+ [EnumMember(Value = ("unknown"))]
Unknown
}
@@ -24971,7 +24883,7 @@ public CefSharp.DevTools.SystemInfo.ImageType ImageType
///
/// Image coded, e.g. Jpeg.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("imageType"), IsRequired = (true))]
+ [DataMember(Name = ("imageType"), IsRequired = (true))]
internal string imageType
{
get;
@@ -24981,7 +24893,7 @@ internal string imageType
///
/// Maximum supported dimensions of the image in pixels.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("maxDimensions"), IsRequired = (true))]
+ [DataMember(Name = ("maxDimensions"), IsRequired = (true))]
public CefSharp.DevTools.SystemInfo.Size MaxDimensions
{
get;
@@ -24991,7 +24903,7 @@ public CefSharp.DevTools.SystemInfo.Size MaxDimensions
///
/// Minimum supported dimensions of the image in pixels.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("minDimensions"), IsRequired = (true))]
+ [DataMember(Name = ("minDimensions"), IsRequired = (true))]
public CefSharp.DevTools.SystemInfo.Size MinDimensions
{
get;
@@ -25017,7 +24929,7 @@ public CefSharp.DevTools.SystemInfo.SubsamplingFormat[] Subsamplings
///
/// Optional array of supported subsampling formats, e.g. 4:2:0, if known.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("subsamplings"), IsRequired = (true))]
+ [DataMember(Name = ("subsamplings"), IsRequired = (true))]
internal string subsamplings
{
get;
@@ -25034,7 +24946,7 @@ public partial class GPUInfo : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// The graphics devices on the system. Element 0 is the primary GPU.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("devices"), IsRequired = (true))]
+ [DataMember(Name = ("devices"), IsRequired = (true))]
public System.Collections.Generic.IList Devices
{
get;
@@ -25044,7 +24956,7 @@ public System.Collections.Generic.IList
///
/// An optional dictionary of additional GPU related attributes.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("auxAttributes"), IsRequired = (false))]
+ [DataMember(Name = ("auxAttributes"), IsRequired = (false))]
public object AuxAttributes
{
get;
@@ -25054,7 +24966,7 @@ public object AuxAttributes
///
/// An optional dictionary of graphics features and their status.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("featureStatus"), IsRequired = (false))]
+ [DataMember(Name = ("featureStatus"), IsRequired = (false))]
public object FeatureStatus
{
get;
@@ -25064,7 +24976,7 @@ public object FeatureStatus
///
/// An optional array of GPU driver bug workarounds.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("driverBugWorkarounds"), IsRequired = (true))]
+ [DataMember(Name = ("driverBugWorkarounds"), IsRequired = (true))]
public string[] DriverBugWorkarounds
{
get;
@@ -25074,7 +24986,7 @@ public string[] DriverBugWorkarounds
///
/// Supported accelerated video decoding capabilities.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("videoDecoding"), IsRequired = (true))]
+ [DataMember(Name = ("videoDecoding"), IsRequired = (true))]
public System.Collections.Generic.IList VideoDecoding
{
get;
@@ -25084,7 +24996,7 @@ public System.Collections.Generic.IList
/// Supported accelerated video encoding capabilities.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("videoEncoding"), IsRequired = (true))]
+ [DataMember(Name = ("videoEncoding"), IsRequired = (true))]
public System.Collections.Generic.IList VideoEncoding
{
get;
@@ -25094,7 +25006,7 @@ public System.Collections.Generic.IList
/// Supported accelerated image decoding capabilities.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("imageDecoding"), IsRequired = (true))]
+ [DataMember(Name = ("imageDecoding"), IsRequired = (true))]
public System.Collections.Generic.IList ImageDecoding
{
get;
@@ -25111,7 +25023,7 @@ public partial class ProcessInfo : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Specifies process type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
public string Type
{
get;
@@ -25121,7 +25033,7 @@ public string Type
///
/// Specifies process id.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("id"), IsRequired = (true))]
+ [DataMember(Name = ("id"), IsRequired = (true))]
public int Id
{
get;
@@ -25132,7 +25044,7 @@ public int Id
/// Specifies cumulative CPU usage in seconds across all threads of the
/// process since the process start.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("cpuTime"), IsRequired = (true))]
+ [DataMember(Name = ("cpuTime"), IsRequired = (true))]
public double CpuTime
{
get;
@@ -25152,7 +25064,7 @@ public partial class TargetInfo : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// TargetId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("targetId"), IsRequired = (true))]
+ [DataMember(Name = ("targetId"), IsRequired = (true))]
public string TargetId
{
get;
@@ -25162,7 +25074,7 @@ public string TargetId
///
/// Type
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (true))]
+ [DataMember(Name = ("type"), IsRequired = (true))]
public string Type
{
get;
@@ -25172,7 +25084,7 @@ public string Type
///
/// Title
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("title"), IsRequired = (true))]
+ [DataMember(Name = ("title"), IsRequired = (true))]
public string Title
{
get;
@@ -25182,7 +25094,7 @@ public string Title
///
/// Url
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("url"), IsRequired = (true))]
+ [DataMember(Name = ("url"), IsRequired = (true))]
public string Url
{
get;
@@ -25192,7 +25104,7 @@ public string Url
///
/// Whether the target has an attached client.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("attached"), IsRequired = (true))]
+ [DataMember(Name = ("attached"), IsRequired = (true))]
public bool Attached
{
get;
@@ -25202,7 +25114,7 @@ public bool Attached
///
/// Opener target Id
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("openerId"), IsRequired = (false))]
+ [DataMember(Name = ("openerId"), IsRequired = (false))]
public string OpenerId
{
get;
@@ -25212,7 +25124,7 @@ public string OpenerId
///
/// Whether the target has access to the originating window.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("canAccessOpener"), IsRequired = (true))]
+ [DataMember(Name = ("canAccessOpener"), IsRequired = (true))]
public bool CanAccessOpener
{
get;
@@ -25222,7 +25134,7 @@ public bool CanAccessOpener
///
/// Frame id of originating window (is only set if target has an opener).
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("openerFrameId"), IsRequired = (false))]
+ [DataMember(Name = ("openerFrameId"), IsRequired = (false))]
public string OpenerFrameId
{
get;
@@ -25232,7 +25144,7 @@ public string OpenerFrameId
///
/// BrowserContextId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("browserContextId"), IsRequired = (false))]
+ [DataMember(Name = ("browserContextId"), IsRequired = (false))]
public string BrowserContextId
{
get;
@@ -25243,7 +25155,7 @@ public string BrowserContextId
/// Provides additional details for specific target types. For example, for
/// the type of "page", this may be set to "portal" or "prerender".
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("subtype"), IsRequired = (false))]
+ [DataMember(Name = ("subtype"), IsRequired = (false))]
public string Subtype
{
get;
@@ -25260,7 +25172,7 @@ public partial class FilterEntry : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// If set, causes exclusion of mathcing targets from the list.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("exclude"), IsRequired = (false))]
+ [DataMember(Name = ("exclude"), IsRequired = (false))]
public bool? Exclude
{
get;
@@ -25270,7 +25182,7 @@ public bool? Exclude
///
/// If not present, matches any type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("type"), IsRequired = (false))]
+ [DataMember(Name = ("type"), IsRequired = (false))]
public string Type
{
get;
@@ -25287,7 +25199,7 @@ public partial class RemoteLocation : CefSharp.DevTools.DevToolsDomainEntityBase
///
/// Host
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("host"), IsRequired = (true))]
+ [DataMember(Name = ("host"), IsRequired = (true))]
public string Host
{
get;
@@ -25297,7 +25209,7 @@ public string Host
///
/// Port
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("port"), IsRequired = (true))]
+ [DataMember(Name = ("port"), IsRequired = (true))]
public int Port
{
get;
@@ -25314,7 +25226,7 @@ public class AttachedToTargetEventArgs : CefSharp.DevTools.DevToolsDomainEventAr
///
/// Identifier assigned to the session used to send/receive messages.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sessionId"), IsRequired = (true))]
+ [DataMember(Name = ("sessionId"), IsRequired = (true))]
public string SessionId
{
get;
@@ -25324,7 +25236,7 @@ public string SessionId
///
/// TargetInfo
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("targetInfo"), IsRequired = (true))]
+ [DataMember(Name = ("targetInfo"), IsRequired = (true))]
public CefSharp.DevTools.Target.TargetInfo TargetInfo
{
get;
@@ -25334,7 +25246,7 @@ public CefSharp.DevTools.Target.TargetInfo TargetInfo
///
/// WaitingForDebugger
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("waitingForDebugger"), IsRequired = (true))]
+ [DataMember(Name = ("waitingForDebugger"), IsRequired = (true))]
public bool WaitingForDebugger
{
get;
@@ -25352,7 +25264,7 @@ public class DetachedFromTargetEventArgs : CefSharp.DevTools.DevToolsDomainEvent
///
/// Detached session identifier.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sessionId"), IsRequired = (true))]
+ [DataMember(Name = ("sessionId"), IsRequired = (true))]
public string SessionId
{
get;
@@ -25362,7 +25274,7 @@ public string SessionId
///
/// Deprecated.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("targetId"), IsRequired = (false))]
+ [DataMember(Name = ("targetId"), IsRequired = (false))]
public string TargetId
{
get;
@@ -25380,7 +25292,7 @@ public class ReceivedMessageFromTargetEventArgs : CefSharp.DevTools.DevToolsDoma
///
/// Identifier of a session which sends a message.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("sessionId"), IsRequired = (true))]
+ [DataMember(Name = ("sessionId"), IsRequired = (true))]
public string SessionId
{
get;
@@ -25390,7 +25302,7 @@ public string SessionId
///
/// Message
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("message"), IsRequired = (true))]
+ [DataMember(Name = ("message"), IsRequired = (true))]
public string Message
{
get;
@@ -25400,7 +25312,7 @@ public string Message
///
/// Deprecated.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("targetId"), IsRequired = (false))]
+ [DataMember(Name = ("targetId"), IsRequired = (false))]
public string TargetId
{
get;
@@ -25417,7 +25329,7 @@ public class TargetCreatedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsB
///
/// TargetInfo
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("targetInfo"), IsRequired = (true))]
+ [DataMember(Name = ("targetInfo"), IsRequired = (true))]
public CefSharp.DevTools.Target.TargetInfo TargetInfo
{
get;
@@ -25434,7 +25346,7 @@ public class TargetDestroyedEventArgs : CefSharp.DevTools.DevToolsDomainEventArg
///
/// TargetId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("targetId"), IsRequired = (true))]
+ [DataMember(Name = ("targetId"), IsRequired = (true))]
public string TargetId
{
get;
@@ -25451,7 +25363,7 @@ public class TargetCrashedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsB
///
/// TargetId
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("targetId"), IsRequired = (true))]
+ [DataMember(Name = ("targetId"), IsRequired = (true))]
public string TargetId
{
get;
@@ -25461,7 +25373,7 @@ public string TargetId
///
/// Termination status type.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("status"), IsRequired = (true))]
+ [DataMember(Name = ("status"), IsRequired = (true))]
public string Status
{
get;
@@ -25471,7 +25383,7 @@ public string Status
///
/// Termination error code.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("errorCode"), IsRequired = (true))]
+ [DataMember(Name = ("errorCode"), IsRequired = (true))]
public int ErrorCode
{
get;
@@ -25489,7 +25401,7 @@ public class TargetInfoChangedEventArgs : CefSharp.DevTools.DevToolsDomainEventA
///
/// TargetInfo
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("targetInfo"), IsRequired = (true))]
+ [DataMember(Name = ("targetInfo"), IsRequired = (true))]
public CefSharp.DevTools.Target.TargetInfo TargetInfo
{
get;
@@ -25509,7 +25421,7 @@ public class AcceptedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsBase
///
/// Port number that was successfully bound.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("port"), IsRequired = (true))]
+ [DataMember(Name = ("port"), IsRequired = (true))]
public int Port
{
get;
@@ -25519,7 +25431,7 @@ public int Port
///
/// Connection id to be used.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("connectionId"), IsRequired = (true))]
+ [DataMember(Name = ("connectionId"), IsRequired = (true))]
public string ConnectionId
{
get;
@@ -25538,22 +25450,22 @@ public enum TraceConfigRecordMode
///
/// recordUntilFull
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("recordUntilFull"))]
+ [EnumMember(Value = ("recordUntilFull"))]
RecordUntilFull,
///
/// recordContinuously
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("recordContinuously"))]
+ [EnumMember(Value = ("recordContinuously"))]
RecordContinuously,
///
/// recordAsMuchAsPossible
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("recordAsMuchAsPossible"))]
+ [EnumMember(Value = ("recordAsMuchAsPossible"))]
RecordAsMuchAsPossible,
///
/// echoToConsole
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("echoToConsole"))]
+ [EnumMember(Value = ("echoToConsole"))]
EchoToConsole
}
@@ -25582,7 +25494,7 @@ public CefSharp.DevTools.Tracing.TraceConfigRecordMode? RecordMode
///
/// Controls how the trace buffer stores data.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("recordMode"), IsRequired = (false))]
+ [DataMember(Name = ("recordMode"), IsRequired = (false))]
internal string recordMode
{
get;
@@ -25593,7 +25505,7 @@ internal string recordMode
/// Size of the trace buffer in kilobytes. If not specified or zero is passed, a default value
/// of 200 MB would be used.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("traceBufferSizeInKb"), IsRequired = (false))]
+ [DataMember(Name = ("traceBufferSizeInKb"), IsRequired = (false))]
public double? TraceBufferSizeInKb
{
get;
@@ -25603,7 +25515,7 @@ public double? TraceBufferSizeInKb
///
/// Turns on JavaScript stack sampling.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("enableSampling"), IsRequired = (false))]
+ [DataMember(Name = ("enableSampling"), IsRequired = (false))]
public bool? EnableSampling
{
get;
@@ -25613,7 +25525,7 @@ public bool? EnableSampling
///
/// Turns on system tracing.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("enableSystrace"), IsRequired = (false))]
+ [DataMember(Name = ("enableSystrace"), IsRequired = (false))]
public bool? EnableSystrace
{
get;
@@ -25623,7 +25535,7 @@ public bool? EnableSystrace
///
/// Turns on argument filter.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("enableArgumentFilter"), IsRequired = (false))]
+ [DataMember(Name = ("enableArgumentFilter"), IsRequired = (false))]
public bool? EnableArgumentFilter
{
get;
@@ -25633,7 +25545,7 @@ public bool? EnableArgumentFilter
///
/// Included category filters.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("includedCategories"), IsRequired = (false))]
+ [DataMember(Name = ("includedCategories"), IsRequired = (false))]
public string[] IncludedCategories
{
get;
@@ -25643,7 +25555,7 @@ public string[] IncludedCategories
///
/// Excluded category filters.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("excludedCategories"), IsRequired = (false))]
+ [DataMember(Name = ("excludedCategories"), IsRequired = (false))]
public string[] ExcludedCategories
{
get;
@@ -25653,7 +25565,7 @@ public string[] ExcludedCategories
///
/// Configuration to synthesize the delays in tracing.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("syntheticDelays"), IsRequired = (false))]
+ [DataMember(Name = ("syntheticDelays"), IsRequired = (false))]
public string[] SyntheticDelays
{
get;
@@ -25663,7 +25575,7 @@ public string[] SyntheticDelays
///
/// Configuration for memory dump triggers. Used only when "memory-infra" category is enabled.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("memoryDumpConfig"), IsRequired = (false))]
+ [DataMember(Name = ("memoryDumpConfig"), IsRequired = (false))]
public CefSharp.DevTools.Tracing.MemoryDumpConfig MemoryDumpConfig
{
get;
@@ -25680,12 +25592,12 @@ public enum StreamFormat
///
/// json
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("json"))]
+ [EnumMember(Value = ("json"))]
Json,
///
/// proto
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("proto"))]
+ [EnumMember(Value = ("proto"))]
Proto
}
@@ -25697,12 +25609,12 @@ public enum StreamCompression
///
/// none
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("none"))]
+ [EnumMember(Value = ("none"))]
None,
///
/// gzip
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("gzip"))]
+ [EnumMember(Value = ("gzip"))]
Gzip
}
@@ -25716,17 +25628,17 @@ public enum MemoryDumpLevelOfDetail
///
/// background
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("background"))]
+ [EnumMember(Value = ("background"))]
Background,
///
/// light
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("light"))]
+ [EnumMember(Value = ("light"))]
Light,
///
/// detailed
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("detailed"))]
+ [EnumMember(Value = ("detailed"))]
Detailed
}
@@ -25742,17 +25654,17 @@ public enum TracingBackend
///
/// auto
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("auto"))]
+ [EnumMember(Value = ("auto"))]
Auto,
///
/// chrome
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("chrome"))]
+ [EnumMember(Value = ("chrome"))]
Chrome,
///
/// system
///
- [System.Runtime.Serialization.EnumMemberAttribute(Value = ("system"))]
+ [EnumMember(Value = ("system"))]
System
}
@@ -25766,7 +25678,7 @@ public class BufferUsageEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsBas
/// A number in range [0..1] that indicates the used size of event buffer as a fraction of its
/// total size.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("percentFull"), IsRequired = (false))]
+ [DataMember(Name = ("percentFull"), IsRequired = (false))]
public double? PercentFull
{
get;
@@ -25776,7 +25688,7 @@ public double? PercentFull
///
/// An approximate number of events in the trace log.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("eventCount"), IsRequired = (false))]
+ [DataMember(Name = ("eventCount"), IsRequired = (false))]
public double? EventCount
{
get;
@@ -25787,7 +25699,7 @@ public double? EventCount
/// A number in range [0..1] that indicates the used size of event buffer as a fraction of its
/// total size.
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (false))]
+ [DataMember(Name = ("value"), IsRequired = (false))]
public double? Value
{
get;
@@ -25805,7 +25717,7 @@ public class DataCollectedEventArgs : CefSharp.DevTools.DevToolsDomainEventArgsB
///
/// Value
///
- [System.Runtime.Serialization.DataMemberAttribute(Name = ("value"), IsRequired = (true))]
+ [DataMember(Name = ("value"), IsRequired = (true))]
public System.Collections.Generic.IList