ContentEncoding Enumeration |
Version 130.1.90
List of content encodings supported by the backend.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntaxpublic enum ContentEncoding
public enum class ContentEncoding
Members| Member name | Value | Description |
|---|
| Deflate | 0 |
deflate
|
| Gzip | 1 |
gzip
|
| Br | 2 |
br
|
| Zstd | 3 |
zstd
|
See Also