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.
POST コマンドを処理する WCF サーバーがあります。WebHttpBinding でエンドポイントを作成しました。私の問題は、POST を送信するクライアントを制御できないことです。結局のところ、クライアントは Content-Type を送信しません。これを処理する方法はありますか?コンテンツタイプがどうあるべきかを知っています。リクエストを傍受してコンテンツ タイプを追加することは可能ですか?
IDisptachMessageInspectorインターフェイスのAfterRecieveRequestメソッドを使用して、要求を処理し、必要な操作を実行できます。
IDispatchMessageInspector.AfterReceiveRequestメソッド