代码搜索:WebService
找到约 1,279 项符合「WebService」的源代码
代码结果 1,279
www.eeworm.com/read/199484/5077050
asmx secure.asmx
Imports System.Web.Services
Imports System.Web.Security
Public Class SecureSample
Inherits WebService
_
Public Function WhoAreYou()
www.eeworm.com/read/174066/5366046
asmx mathservice.asmx
Imports System
Imports System.Web.Services
Public Class MathService : Inherits WebService
Public Function Add(A As System
www.eeworm.com/read/481000/1303202
asmx sayhello.asmx
using System;
using System.Web.Services;
public class SayHello : WebService
{
[WebMethod]
public string SayHelloToUser(string UserName)
{
www.eeworm.com/read/481000/1303210
asmx sessionwebservice1.asmx
using System;
using System.Web.Services;
public class UseSession : WebService
{
[WebMethod(EnableSession=true)]
public String GetUseT
www.eeworm.com/read/481000/1303212
asmx sessionwebservice.asmx
using System;
using System.Web.Services;
public class UseSession : WebService
{
[WebMethod(EnableSession=true)]
public String GetUseT
www.eeworm.com/read/247438/4482841
asmx basicservice.asmx
Imports System
Imports System.Web.Services
Public Class TestService: Inherits WebService
Public Function TestFunction (vInput as B
www.eeworm.com/read/247438/4482844
asmx basicservice.asmx
Imports System
Imports System.Web.Services
Public Class TestService: Inherits WebService
Public Function TestFunction (vInput as B
www.eeworm.com/read/358237/2998542
java helloserviceimpl.java
package example;
import javax.jws.WebMethod;
import javax.jws.WebService;
@WebService(endpointInterface="example.HelloService")
public class HelloServiceImpl implements HelloService {
/**
* Ret