Gets or sets a filter to use when reading the current input stream.
[Visual Basic] Public Property Filter As Stream [C#] public Stream Filter {get; set;} [C++] public: __property Stream* get_Filter(); public: __property void set_Filter(Stream*); [JScript] public function get Filter() : Stream; public function set Filter(Stream);
A Stream object to be used as the filter.
HttpRequest Class | HttpRequest Members | System.Web Namespace