代码搜索:WebService

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

代码结果 1,279
www.eeworm.com/read/342432/12020335

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/342432/12020403

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/340821/12132355

cs authenticationheader.cs

using System; namespace kmdsoft.Services { /// /// WebService身份验证信息的SOAP消息头。 /// public class AuthenticationHeader : System.Web.Services.Protocols.SoapHea
www.eeworm.com/read/250527/12400760

asmx dbservice.asmx

www.eeworm.com/read/129728/14230798

asmx campaigner.asmx

www.eeworm.com/read/129728/14230810

asmx reportfacade.asmx

www.eeworm.com/read/129728/14230887

asmx inventorylevel.asmx

www.eeworm.com/read/129728/14230984

asmx myreports.asmx

www.eeworm.com/read/128648/14283788

asmx calculatorcs.asmx

using System.Web.Services; public class Calculator : WebService { [WebMethod] public int Add(int intA, int intB) { return intA + in