Tagged Questions
1
vote
4answers
903 views
Simulate Incorrect Content-Length Headers for HTTP in C#
We are building a comprehensive integration test framework in C# for our application which exists on top of HTTP using IIS7 to host our applications.
As part of our integration tests we want to test ...