Simon Mourier's Avatar
Simon Mourier's blog (1351 answers on StackOverflow) about Microsoft technologies C#, C/C++, .NET, WinRT, WinUI, COM, Interop, DirectX, Direct2D, Windows, ...
  • 🔎︎ Search
  • Categories
  • Archives
  • About Me
  • asp.net
  • c#
  • web

ASP.NET C# serialize HttpValueCollection

Mar 31, 2011 See the question and my original answer on StackOverflow

If you're interested in the request as a whole (ie: bytes), you can use the HttpRequest.Filter Property. It allows to install a filter (an object that derives from Stream) that can read and write from the raw input HTTP request.

Here is an article on the subject: Filtering HTTP Requests with .NET

  • SmoBlog © 2010-2025 Simon Mourier. All rights reserved.
  • Privacy & Terms