The Error: 417 "Expectation Failed." During Webrequest In C#
Here's a solution on how to fix the 417 expectation failed error during WebRequest In C#.
System.Net.ServicePointManager.Expect100Continue = false;
Comments
Post a Comment