The properties of the HttpOutputFilter class are listed below. For a complete list of HttpOutputFilter class members, see the HttpOutputFilter Members topic.
CanRead | False. These are write-only streams |
CanSeek | False. These are write-only streams |
CanTimeout (inherited from Stream) | Gets a value that determines whether the current stream can time out. |
CanWrite | True. You can write to the stream. May change if you call Close or Dispose |
Length | Not supported. Throws an exception saying so. |
Position | 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 | Allow subclasses access to the underlying stream |
HttpOutputFilter Class | blowery.Web.HttpCompress Namespace