代码搜索:WebService

找到约 1,279 项符合「WebService」的源代码

代码结果 1,279
www.eeworm.com/read/146479/12643995

asmx xianfuwu.asmx

www.eeworm.com/read/300070/13940074

js js.js

Type.registerNamespace('BlogServer.WebService'); BlogServer.WebService.AjaxWS=function() { BlogServer.WebService.AjaxWS.initializeBase(this); this._timeout = 0; this._userContext = null; this._su
www.eeworm.com/read/135096/13962167

asmx secureservice.asmx

using System.Web.Services; using System; class SecureService : WebService { [WebMethod] public String IsSecure() { ret
www.eeworm.com/read/135096/13962538

asmx personalincometax.asmx

using System; using System.Web.Services; //计算所得税的类,继承了WebService public class TaxService : WebService { //计算每月工薪要交的个人所得税的方法 [WebMet
www.eeworm.com/read/135096/13962547

asmx intrincs.asmx

using System; using System.Web.Services; public class IntrinsicsSample : WebService { //更新Session计数器的方法 [ WebMethod(EnableSess
www.eeworm.com/read/135096/13962550

asmx helloworld.asmx

using System; using System.Web.Services; public class HelloWorld : WebService { [WebMethod] public String Welcome() { retur
www.eeworm.com/read/134543/13984336

asmx hellomore.asmx

using System.Data; using System.Xml; using System.IO; using System.Web.Services; [WebService(Namespace="http://www.nobody.com")] public clas
www.eeworm.com/read/134543/13984338

asmx hello.asmx

using System.Web.Services; public class Hello { [WebMethod] public string SayHello() { return "Hello Web Service."; } }
www.eeworm.com/read/235657/14058268

asmx locationservice.asmx

www.eeworm.com/read/235479/14070670

cs numericupdown.cs

// (c) Copyright Microsoft Corporation. // This source is subject to the Microsoft Permissive License. // See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.msp