Browse by Tags

Related Posts

  • Problem while applying two response filters

    I am using two response filters to change the response before sending to client. I am modifying response in the first filter and applying the GZip in the second filter. First i applied the Response.Filter = new CustomFilter (Response); after applying first filter i have applied the second filter, assuming...
    Posted to HttpHandlers and HttpModules (Forum) by ramnadh on 10-04-2008, 12:00 AM
    Filed under: Response, filter
  • Caching stream in ResponseFilter until stream is finished.

    Hi I need to cache the stream in a responsefilter, modify the entire output at once and then finally return it all to the user. I can easily store the stream and keep watching until I get an </html> tag, however, some output may not have an </html> tag, such as an AJAX response OR will have...
    Posted to HttpHandlers and HttpModules (Forum) by ICEFIR3 on 08-13-2007, 12:00 AM
    Filed under: filter, HttpModule, response
Page 1 of 1 (2 items)