Rainbow 2.0 Code Documentation

Settings Members

Settings overview

Public Static (Shared) Properties

Default The default settings. Deflate + normal.

Public Static (Shared) Methods

GetSettings Get the current settings from the xml config file

Public Instance Constructors

Settings Constructor Create an HttpCompressionModuleSettings from an XmlNode

Public Instance Properties

CompressionLevel The preferred compression level
PreferredAlgorithm The preferred algorithm to use for compression

Public Instance Methods

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.

See Also

Settings Class | blowery.Web.HttpCompress Namespace