The properties of the GZipFilter class are listed below. For a complete list of GZipFilter class members, see the GZipFilter 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 Http name of this encoding. Here, gzip. |
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 (inherited from CompressingFilter) | Allow inheriting classes to get access the the level of compression that should be used |
HasWrittenHeaders (inherited from CompressingFilter) | Keeps track of whether or not we're written the compression headers |
GZipFilter Class | blowery.Web.HttpCompress Namespace