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!

HttpRequest.Filter

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

Property Value

A Stream object to be used as the filter.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace