aspxtreme

Request.Filter Property

System.Web Namespace   HttpRequest Class


Sets or retrieves the filter to use when reading the current input stream.

[ VB ]
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.

Exceptions


Exception Type Condition
HttpException Occurs when Invalid Stream object.

See Also

HttpRequest Members



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support aspxtreme