-
大小: 383KB文件类型: .rar金币: 2下载: 2 次发布日期: 2021-12-11
- 语言: C#
- 标签: c# webService 源代码
资源简介
c#应用webService实现自动升级
1、模块化设计,独立于用户应用程序
2、支持下载进度
3、支持用户程序的版本检测,并决定是否可升级
4、提供自动产生用户程序版本工具
代码片段和文件信息
using System;
using System.Web;
using System.Web.Services;
using System.Web.Services.Protocols;
using System.IO;
using System.xml;
[WebService(Namespace = “http://tempuri.org/“)]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class Service : System.Web.Services.WebService
{
private IAutoUpdateServer handle = new AutoUpdateServer();
public Service () {
//如果使用设计的组件,请取消注释以下行
//InitializeComponent();
//handle.produceVersion(Server.MapPath(@“Bin\updateFile\“)Server.MapPath(@“Bin\update.xml“) “1.1.0.0“ “升级“);
}
[WebMethod(Description = “取得更新版本“)]
public string getVer()
{
return(handle.getVer());
}
[WebMethod(Description = ““)]
public xmlDocument getUpdateInfoFile(string fileNamelong count)
{
return handle.getUpdateInfoFile(fileName count);
//int buffer_size = 1024 * 1024;//一次读取的字节数
//xmlDocument doc = new xmlDocument();
//doc.Load(Server.MapPath(“bin\\download.xml“));
//string path = Server.MapPath(“bin\\“);
//xmlNode node = doc.SelectSingleNode(“downfile“);
//FileStream fs = File.OpenRead(path + fileName);
//BinaryReader br = new BinaryReader(fs);
//fs.Seek(count * buffer_size SeekOrigin.Begin);
//byte[] buffer = br.ReadBytes(buffer_size);
//if (buffer.Length < buffer_size)
// node.Attributes[“isComplete“].Value = “1“;
//else
// node.Attributes[“isComplete“].Value = “0“;
////这里是文件的实际内容,使用了base64String编码
//node.Attributes[“value“].InnerText = Convert.Tobase64String(buffer 0 buffer.Length);
//br.Close();
//fs.Close();
//return doc;
}
[WebMethod(Description = ““)]
public xmlDocument getFile(string fileName long count)
{
return (handle.getFile(fileNamecount ));
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2065 2010-11-08 10:45 AutoUpdate\App_Code\Service.cs
文件 4613 2010-11-03 17:52 AutoUpdate\AutoUpdate.sln
..A..H. 41472 2010-11-08 14:47 AutoUpdate\AutoUpdate.suo
文件 884 2010-11-04 15:19 AutoUpdate\AutoUpdateClient\app.config
文件 248 2010-11-06 16:58 AutoUpdate\AutoUpdateClient\AutoUpdateClient.cs
文件 4708 2010-11-08 10:47 AutoUpdate\AutoUpdateClient\AutoUpdateClient.csproj
文件 418 2010-11-04 15:21 AutoUpdate\AutoUpdateClient\AutoUpdateClient.csproj.user
文件 32768 2010-11-08 14:44 AutoUpdate\AutoUpdateClient\bin\Debug\AutoUpdateClient.exe
文件 884 2010-11-04 15:19 AutoUpdate\AutoUpdateClient\bin\Debug\AutoUpdateClient.exe.config
文件 44544 2010-11-08 14:44 AutoUpdate\AutoUpdateClient\bin\Debug\AutoUpdateClient.pdb
文件 5632 2005-11-11 22:25 AutoUpdate\AutoUpdateClient\bin\Debug\AutoUpdateClient.vshost.exe
文件 884 2010-11-04 15:19 AutoUpdate\AutoUpdateClient\bin\Debug\AutoUpdateClient.vshost.exe.config
文件 1125 2010-11-08 11:40 AutoUpdate\AutoUpdateClient\bin\Debug\update.xm
文件 1125 2010-11-08 11:59 AutoUpdate\AutoUpdateClient\bin\Debug\update1.xm
文件 135168 2010-11-08 11:59 AutoUpdate\AutoUpdateClient\bin\Debug\updateFiles\posClient.exe
文件 2885 2010-11-08 11:59 AutoUpdate\AutoUpdateClient\bin\Debug\updateFiles\posClient.exe.config
文件 1125 2010-11-08 11:59 AutoUpdate\AutoUpdateClient\bin\Debug\updateFiles\update.xm
文件 28672 2010-11-08 11:59 AutoUpdate\AutoUpdateClient\bin\Debug\updateFiles\Yjg.Pos.Common.dll
文件 24576 2010-11-08 11:59 AutoUpdate\AutoUpdateClient\bin\Debug\updateFiles\Yjg.Pos.Service.Authority.dll
文件 212992 2010-11-08 11:59 AutoUpdate\AutoUpdateClient\bin\Debug\updateFiles\Yjg.Pos.Service.Calculator.dll
文件 20480 2010-11-08 11:59 AutoUpdate\AutoUpdateClient\bin\Debug\updateFiles\Yjg.Pos.Service.Db.dll
文件 20480 2010-11-08 11:59 AutoUpdate\AutoUpdateClient\bin\Debug\updateFiles\Yjg.Pos.Service.Goods.dll
文件 16384 2010-11-08 11:59 AutoUpdate\AutoUpdateClient\bin\Debug\updateFiles\Yjg.Pos.Service.LineDisplay.dll
文件 16384 2010-11-08 11:59 AutoUpdate\AutoUpdateClient\bin\Debug\updateFiles\Yjg.Pos.Service.Printer.dll
文件 45056 2010-11-08 11:59 AutoUpdate\AutoUpdateClient\bin\Debug\updateFiles\Yjg.Pos.Service.Sale.dll
文件 16384 2010-11-08 11:59 AutoUpdate\AutoUpdateClient\bin\Debug\updateFiles\Yjg.Pos.Service.Vip.dll
文件 135168 2010-11-06 09:07 AutoUpdate\AutoUpdateClient\bin\Debugview.exe
文件 8706 2010-11-08 14:44 AutoUpdate\AutoUpdateClient\Form1.cs
文件 5912 2010-11-08 11:50 AutoUpdate\AutoUpdateClient\Form1.Designer.cs
文件 5814 2010-11-08 11:50 AutoUpdate\AutoUpdateClient\Form1.resx
............此处省略90个文件信息
相关资源
- C# 调用win32 api函数-user32.dll详细说明
- C# 调用BarTender打印条码DEMO
- 大型比赛竞赛抽签系统 可打印 c# vs
- C#编写的Gerber查看器
- lua C# .Net4.0 vs2010 LuaInterface
- C#十六进制编辑器
- 明华URF-35H读卡器 C#读写源码 为大家
- C#文件流读取CSV文件
- c#读写PDF文件sql
- C# winform Socket大文件传输
- c#车牌识别系统附30张测试图片
- 《C#面向对象程序设计》源代码(CS)
- 金旭亮《C#面向对象程序设计》教案
- 试题库管理系统毕业论文(C#)源程序
- 学校网站原代码(C#.NET)
- C#-数据库操作技术-员工管理系统
- c#web开发入门经典
- C#与Matlab混合编程的几种方式
- c# 开发与 mysql数据库实现的增删改查
- C#异步操作 异步查询数据库 异步处理
- Basler相机通过IO触发源码
- [源代码] 《领域驱动设计 (C# 2008 实
- 松下PLC与C#通讯串口调试入门教程.z
- USB 继电器控制器 LCUS-1 保证能用 c#
- C# AES加密解密小工具
- C#圆形按钮,非常漂亮动态~~
- [精]C#仿QQ右下角弹出提示框()
- C#进程间通信-共享内存代码
- 有史以来最简单的三层(C#)
- vb调用c#编写的串口DLL文件(vb源码
评论
共有 条评论