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.
「サービス参照の追加」から自動生成されたクラスを取得し、自分でシリアル化することになりました。次に、HttpClient を使用して呼び出しを行います。次のように ExpectContinue フラグを設定することができます。
using (HttpClient client = new HttpClient()) { client.DefaultRequestHeaders.ExpectContinue = false; ....code! }