Home
last modified time | relevance | path

Searched defs:WebMethod (Results 1 – 5 of 5) sorted by relevance

/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/t/lib/
H A DCodeFirst.pm21 sub WebMethod : ATTR { method in CodeFirst
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/javax/jws/
H A DWebMethod.java32 public @interface WebMethod { annotation
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/javax/jws/
H A DWebMethod.java32 public @interface WebMethod { annotation
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/
H A DWebMethodAttribute.cs339 internal class WebMethod { class
343 …internal WebMethod(MethodInfo declaration, WebServiceBindingAttribute binding, WebMethodAttribute … in WebMethod() method in System.Web.Services.WebMethod
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Extensions/System.Web.Script.Services/
H A DLogicalTypeInfo.cs439 public WebMethodAttribute WebMethod { get { return _wma; } } property in System.Web.Script.Services.AsmxLogicalTypeInfo.AsmxLogicalMethodInfo