摘要: webService使用代码生成visual studio cmd窗口:C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC>wsdl.exe /l:cs /out:D:/ProxyServices.cs http://localhost:80... 阅读全文
posted @ 2014-12-24 16:32 天VS涯2012 阅读(226) 评论(0) 推荐(0)
摘要: [WebMethod(Description="上传文件到服务器")]public string UploadFile(byte[] fileBytes, string fileName) { try { MemoryStrea... 阅读全文
posted @ 2014-12-24 16:02 天VS涯2012 阅读(134) 评论(0) 推荐(0)