Click or drag to resize

UserAgentMetadata Class

Version 130.1.90
Used to specify User Agent Client Hints to emulate. See https://wicg.github.io/ua-client-hints Missing optional values will be filled in by the target with what it would normally use.
Inheritance Hierarchy
SystemObject
  CefSharp.DevToolsDevToolsDomainEntityBase
    CefSharp.DevTools.EmulationUserAgentMetadata

Namespace: CefSharp.DevTools.Emulation
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public class UserAgentMetadata : DevToolsDomainEntityBase

The UserAgentMetadata type exposes the following members.

Constructors
 NameDescription
Public methodUserAgentMetadataInitializes a new instance of the UserAgentMetadata class
Top
Properties
 NameDescription
Public propertyArchitecture Architecture
Public propertyBitness Bitness
Public propertyBrands Brands appearing in Sec-CH-UA.
Public propertyFullVersion FullVersion
Public propertyFullVersionList Brands appearing in Sec-CH-UA-Full-Version-List.
Public propertyMobile Mobile
Public propertyModel Model
Public propertyPlatform Platform
Public propertyPlatformVersion PlatformVersion
Public propertyWow64 Wow64
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToDictionary
(Inherited from DevToolsDomainEntityBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also