Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 .net 4.5 中禁用 expect100continue?早些时候我可以写
System.Net.ServicePointManager.Expect100Continue = false;
但是现在 .NET 4.5 Client Profile 中没有这样的类(来自msdn的信息)