I need to get a webpage (by url) with chunked-encoding in C#. There are some topics (on SO too, this Chunked Encoding Implementation in .NET (or at least pseudo code) for ex) about it, but I can’t figure out how to do this in plain C#. Please help me with code 🙂
Share
Figured this out. My actually problem was in gzip 🙂
For the future reference about subject
If you need implementation of chunked-encoded request see this Mono sources: http://www.koders.com/csharp/fid20277378DA3C2E68BAB2BC30A899CA45CFE0C150.aspx?s=webclient.cs