![]() Default | The default settings. Deflate + normal. |
![]() GetSettings | Get the current settings from the xml config file |
Settings Constructor | Create an HttpCompressionModuleSettings from an XmlNode |
CompressionLevel | The preferred compression level |
PreferredAlgorithm | The preferred algorithm to use for compression |
AddSettings | Suck in some more changes from an XmlNode. Handy for config file parenting. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IsExcludedMimeType | Checks a given mime type to determine if it has been excluded from compression |
IsExcludedPath | Looks for a given path in the list of paths excluded from compression |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Settings Class | blowery.Web.HttpCompress Namespace