NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpResponse.Filter

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);

Property Value

The Stream object that will act as the output filter.

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace