Click or drag to resize
ResponseOutputFilter Methods

The ResponseOutputFilter type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes the OutputFilter.
(Overrides StreamClose.)
Public methodStatic memberCreateOutputFilter
Creates new instance of output filter.
Public methodStatic memberEnsureOutputFilter
Ensures that current request contains the output filter.
Public methodFilterResponse
Applies the output filter to the output data.
Public methodFlush
Flushes the response stream.
(Overrides StreamFlush.)
Public methodStatic memberGetFilterRelativePath
Gets document's relative path used in output filters.
Public methodRead
Reads from the response stream.
(Overrides StreamRead(Byte, Int32, Int32).)
Public methodStatic memberResolveSubstitutions
Resolves the substitutions in the given output HTML.
Public methodSeek
Moves the response stream position.
(Overrides StreamSeek(Int64, SeekOrigin).)
Public methodSetLength
Sets the stream length.
(Overrides StreamSetLength(Int64).)
Public methodWrite
Handles the write event.
(Overrides StreamWrite(Byte, Int32, Int32).)
Top
See Also