Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Enum: RT.Servers.UseGzipOption

Summary

Contains possible values for the HttpResponseContent.UseGzip option.

Enum values

2Specifies to use gzip (if the client requested it).
0 Specifies that the server should look at a chunk in the middle of the file to determine whether it is worth gzipping.
1Specifies not to use gzip for this response.