Click or drag to resize

ContentEncoding Enumeration

Version 130.1.90
List of content encodings supported by the backend.

Namespace: CefSharp.DevTools.Network
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public enum ContentEncoding
Members
Member nameValueDescription
Deflate0 deflate
Gzip1 gzip
Br2 br
Zstd3 zstd
See Also