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
Public propertyCanSeek
Public propertyCanWrite
Public propertyStatic memberDefaultFilterCapacity
Default capacity for the output filter.
Public propertyEncoding
Current response encoding
Public propertyLength
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
Public propertyUseGZip
If true, the filter uses GZip compression on output.
Top
See Also