クライアント・アプリケーションにて書類のダウンロードを行い、なおかつダウンロードの途中で中止した場合に以下のログが出力される場合があります。
・System.InvalidOperationException: Can't write the message because the request is complete.
・System.OperationCanceledException: Request aborted while sending the message.
これらは通信処理を中断した際のログになりますのでサーバー・アプリケーションの実行に影響はありません。