Specifies a wrapping filter object to modify HTTP entity body before transmission.
[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);
The Stream object that will act as the output filter.
HttpResponse Class | HttpResponse Members | System.Web Namespace