C#WinForm App自动更新(Live Update)架构
|
一. 基本思路 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ServiceModel;![]() namespace WendyFinance.UpdateCenter.Contract {![]() [ServiceContract] public interface IAutoUpdate {![]() [OperationContract] bool CheckUpdate(string clientVersion);![]() [OperationContract] string GetCurrentVersion();![]() [OperationContract] string GetUpdateDescription();![]() [OperationContract] List<string> GetFileList();![]() [OperationContract] string GetFile(string fileName); } } |








}
}
浙公网安备 33010602011771号