Click or drag to resize
ResponseOutputFilter Properties

The ResponseOutputFilter type exposes the following members.

Properties
  NameDescription
Public propertyApplyFilter
If true, the filter is applied to the response.
Public propertyCanRead
(Overrides StreamCanRead.)
Public propertyCanSeek
(Overrides StreamCanSeek.)
Public propertyCanWrite
(Overrides StreamCanWrite.)
Public propertyStatic memberDefaultFilterCapacity
Default capacity for the output filter.
Public propertyEncoding
Current response encoding
Public propertyLength
(Overrides StreamLength.)
Public propertyLogToDebug
If true, the filter logs the output to the debug.
Public propertyLogToFile
If true, the filter logs the output to the file.
Public propertyStatic memberOutputFilterEndRequest
When true, the request is completed, when false, the Request.End is called.
Public propertyPosition
(Overrides StreamPosition.)
Public propertyUseGZip
If true, the filter uses GZip compression on output.
Top
See Also