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 クライアント プロファイルにはそのようなクラスはありません ( msdnからの情報) 。