The properties of the CompressingFilter class are listed below. For a complete list of CompressingFilter class members, see the CompressingFilter Members topic.
CanRead (inherited from HttpOutputFilter) | False. These are write-only streams |
CanSeek (inherited from HttpOutputFilter) | False. These are write-only streams |
CanTimeout (inherited from Stream) | Gets a value that determines whether the current stream can time out. |
CanWrite (inherited from HttpOutputFilter) | True. You can write to the stream. May change if you call Close or Dispose |
ContentEncoding | The name of the content-encoding that's being implemented |
Length (inherited from HttpOutputFilter) | Not supported. Throws an exception saying so. |
Position (inherited from HttpOutputFilter) | Not supported. Throws an exception saying so. |
ReadTimeout (inherited from Stream) | Gets or sets a value that determines how long the stream will attempt to read before timing out. |
WriteTimeout (inherited from Stream) | Gets or sets a value that determines how long the stream will attempt to write before timing out. |
BaseStream (inherited from HttpOutputFilter) | Allow subclasses access to the underlying stream |
CompressionLevel | Allow inheriting classes to get access the the level of compression that should be used |
HasWrittenHeaders | Keeps track of whether or not we're written the compression headers |
CompressingFilter Class | blowery.Web.HttpCompress Namespace