代码搜索:WebService
找到约 1,279 项符合「WebService」的源代码
代码结果 1,279
www.eeworm.com/read/159905/5579514
asmx featuredservice.asmx
using System;
using System.Web.Services;
using System.Data;
using System.Data.SqlClient;
[WebService( Namespace="http://yourdomain.com/
www.eeworm.com/read/159905/5579576
asmx temperatureservice.asmx
Imports System
Imports System.Web.Services
_
Public Class TemperatureService : Inher
www.eeworm.com/read/159905/5579582
asmx featuredservice.asmx
Imports System
Imports System.Web.Services
Imports System.Data
Imports System.Data.SqlClient
www.eeworm.com/read/158765/5596200
asmx first.asmx
Imports System.Web.Services
Public Class Greetings
Public Function Hello(strname as string) As String
Hello= "Hello
www.eeworm.com/read/155070/5629695
asmx stockquote.asmx
using System.Web.Services;
public class QuoteService
{
[WebMethod()]
public QuoteDetails[] GetQuotes()
{
//' Create an array o
www.eeworm.com/read/155070/5629717
asmx secure.asmx
using System.Web.Services;
using System.Web.Security;
public class SecureSample : WebService
{
[WebMethod]
public string WhoAreYou()
www.eeworm.com/read/155070/5629720
asmx soapheaderauthentication.asmx
using System;
using System.Web.Services;
using System.Web.Services.Protocols;
public class Authentication : SoapHeader {
public stri
www.eeworm.com/read/155070/5629734
asmx timeout.asmx
using System.Threading;
using System.Web.Services;
public class Timeout
{
[WebMethod()]
public int Add(int a, int b)
{
Thread.Slee