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.
winforms デスクトップ アプリケーション用の Auto Updater を構築しています。
更新のダウンロード中に、顧客のインターネット接続が切断された場合に備えて、ダウンロードの再開機能を提供するにはどうすればよいですか?
Windows のみのアプリケーションを実行していて、Windows XP 以降の OS をターゲットにしている場合は、BITS (Background Intelligent Transfert Service) を使用できます。
これは、WindowsUpdate で使用されるサービスと同じです。
それ以外の場合は、HTTP 自動再開機能を使用して C# でソリューションを展開することはそれほど難しくありません (HTTP 要求で Accept-Range ディレクティブを使用)。