The CompressingFilter type exposes the following members.

Properties

  NameDescription
Protected propertyBaseStream (Inherited from HttpOutputFilter.)
Public propertyCanRead (Inherited from HttpOutputFilter.)
Public propertyCanSeek (Inherited from HttpOutputFilter.)
Public propertyCanTimeout
Gets a value that determines whether the current stream can time out.
(Inherited from Stream.)
Public propertyCanWrite (Inherited from HttpOutputFilter.)
Public propertyContentEncoding
The name of the content-encoding that's being implemented
Protected propertyHasWrittenHeaders
Keeps track of whether or not we're written the compression headers
Public propertyLength (Inherited from HttpOutputFilter.)
Public propertyPosition (Inherited from HttpOutputFilter.)
Public propertyReadTimeout
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out.
(Inherited from Stream.)
Public propertyWriteTimeout
Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out.
(Inherited from Stream.)

See Also