代码搜索:WebService
找到约 1,279 项符合「WebService」的源代码
代码结果 1,279
www.eeworm.com/read/128648/14283791
asmx calculator.asmx
Imports System.Web.Services
public Class Calculator : Inherits WebService
Public Function Add(intA As Integer, _
intB
www.eeworm.com/read/124873/14531583
asmx hello3.asmx
Imports System
Imports System.Web.Services
Public Class HelloWorld :Inherits WebService
Public Function SayHelloWorld(Message As
www.eeworm.com/read/124873/14531584
asmx hello4.asmx
using System;
using System.Web.Services;
public class HelloWorld : WebService {
[WebMethod] public String SayHelloWorld(String Message) {
www.eeworm.com/read/124873/14531587
asmx hello2.asmx
using System;
using System.Web.Services;
public class HelloWorld : WebService {
[WebMethod] public String SayHelloWorld() {
re
www.eeworm.com/read/124873/14531591
asmx hello1.asmx
Imports System
Imports System.Web.Services
Public Class HelloWorld :Inherits WebService
Public Function SayHelloWorld() As Str
www.eeworm.com/read/224537/14585974
asmx helloworld.asmx
Imports System.Web.Services
Public Class HelloWorld :Inherits WebService
Public Function SayHelloWorld( ) As Stri
www.eeworm.com/read/224537/14585980
asmx hello.asmx
Imports System
Imports System.Web.Services
Public Class HelloWorld :Inherits WebService
Public Function SayHelloWorld()
www.eeworm.com/read/115893/14997741
asmx soapadapter.asmx
using System;
using System.Reflection;
using System.Web.Services;
using OpenSmtp.Mail;
[ WebService (Namespace="http://sourceforge.net/op