ContentEncoding Enumeration |
Version 101.0.180
List of content encodings supported by the backend.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax public enum ContentEncoding
public enum class ContentEncoding
Members
| Member name | Value | Description |
---|
| Deflate | 0 |
deflate
|
| Gzip | 1 |
gzip
|
| Br | 2 |
br
|
See Also