代码搜索: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/128648/14283788
asmx calculatorcs.asmx
using System.Web.Services;
public class Calculator : WebService {
[WebMethod] public int Add(int intA, int intB) {
return intA + in