代码搜索:WebService
找到约 1,279 项符合「WebService」的源代码
代码结果 1,279
www.eeworm.com/read/155067/5630177
asmx statefulmethodsandproperties.asmx
using System.Web.Services;
public class MethodsAndProperties {
private string _name;
public string YourName {
[WebMe
www.eeworm.com/read/155067/5630178
asmx webservicenamespace.asmx
using System.Web.Services;
[WebService(Namespace="http://rhoward/Fibonacci")]
public class Fibonacci : WebService{
[WebMethod]
public i
www.eeworm.com/read/155067/5630179
asmx webmethodcacheduration.asmx
using System;
using System.Web.Services;
public class CacheDurationExample{
[WebMethod(CacheDuration=10)]
public string TimeLa
www.eeworm.com/read/155067/5630183
asmx webservicedescription.asmx
using System.Web.Services;
[WebService(Description="This class contains methods for working with Fib series")]
public class Fibonacci : WebServ
www.eeworm.com/read/155067/5630187
asmx webservicebaseclass1.asmx
using System.Web.Services;
public class WebServiceBaseClass : WebService
{
[WebMethod]
public void SetApplicationState(string s
www.eeworm.com/read/155067/5630189
asmx statelessmethodsandproperties.asmx
using System.Web.Services;
public class MethodsAndProperties {
private string _name;
public string YourName {
[WebMethod
www.eeworm.com/read/155067/5630190
asmx fibonacci_description.asmx
using System.Web.Services;
public class Fibonacci : WebService{
[WebMethod(Description="Returns value of index into Fibonacci series")]
www.eeworm.com/read/155067/5630191
asmx webservicename.asmx
using System.Web.Services;
[WebService(Name="WebServiceExample")]
public class Fibonacci : WebService{
[WebMethod]
public int GetSeqNum
www.eeworm.com/read/155067/5630192
asmx messagename.asmx
using System.Web.Services;
public class Simple{
[WebMethod]
public int Add(int a, int b){
return a+b;
}
[WebMethod(MessageName="
www.eeworm.com/read/155067/5630234
asmx ws.asmx
using System;
using System.Web.Services;
public class MyWebService
{
[WebMethod]
public string NameABook()
{
return