Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Field: long GzipInMemoryUpToSize

Declaration

long GzipInMemoryUpToSize

Summary

The maximum size (in bytes) of a response at which the server will gzip the entire content in-memory (assuming gzip is requested in the HTTP request). Default is 1 MB. Content larger than this size will be gzipped in chunks (if requested).