Description of Filtering HTTP Requests with .NET :
In this web based article in which the author talks to you about the filter property of request object in ASP.NET. The author also shows how to create a class that is inherited from the System.IO.Stream and override the property of the base class inorder to create filter. This article also explains you the method of installing multiple filters with a sample program.