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.
HttpWebRequest でラップされた本体の構文に関するドキュメントが見つかりません。
あなたが探しているかどうかは100%わかりません:
メソッドが次のようになっている場合:
string Echo(string echo) { return echo; }
次に、Wrapped リクエストの本文は Json で次のようになります。
{"echo":"test"}
設定を「Bare」に変更すると、次のようになります。
"test"