Click or drag to resize

FileHandlerAccept Class

Version 130.1.90
The following types are the replica of https://crsrc.org/c/chrome/browser/web_applications/proto/web_app_os_integration_state.proto;drc=9910d3be894c8f142c977ba1023f30a656bc13fc;l=67
Inheritance Hierarchy
SystemObject
  CefSharp.DevToolsDevToolsDomainEntityBase
    CefSharp.DevTools.PWAFileHandlerAccept

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

The FileHandlerAccept type exposes the following members.

Constructors
 NameDescription
Public methodFileHandlerAcceptInitializes a new instance of the FileHandlerAccept class
Top
Properties
 NameDescription
Public propertyFileExtensions FileExtensions
Public propertyMediaType New name of the mimetype according to https://www.iana.org/assignments/media-types/media-types.xhtml
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