microsoft / referencesource

Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
https://referencesource.microsoft.com/
MIT License
3.16k stars 1.27k forks source link

Fix HttpWebRequest.AddRange error message #88

Closed a510 closed 5 years ago

a510 commented 5 years ago

When the From parameter is greater than the To parameter, the error message says it's "less than"

svick commented 5 years ago

As explained in the README, this repository does not accept contributions. I notice that you already fixed the same error message in .Net Core in https://github.com/dotnet/corefx/pull/33680. If you want to have it fixed in .Net Framework too, you will have to "Report a Problem" in .Net Developer Community.