19 references to Method
System.Web.Services (19)
System\Web\Services\Description\HttpProtocolReflector.cs (5)
42
if (
Method
.ReturnType == typeof(void)) {
57
if (!HttpServerProtocol.AreUrlParametersSupported(
Method
))
66
foreach (ParameterInfo parameterInfo in
Method
.InParameters) {
117
WebMethodAttribute methodAttribute =
Method
.MethodAttribute;
119
if (name.Length == 0) name =
Method
.Name;
System\Web\Services\Description\MimeFormReflector.cs (1)
19
if (!HtmlFormParameterReader.IsSupported(ReflectionContext.
Method
))
System\Web\Services\Description\MimeXmlReflector.cs (2)
28
if (typeof(XmlNode).IsAssignableFrom(ReflectionContext.
Method
.ReturnType)) {
38
LogicalMethodInfo methodInfo = ReflectionContext.
Method
;
System\Web\Services\Description\ProtocolReflector.cs (4)
197
string messageName = XmlConvert.EncodeLocalName(methodAttr.MessageName.Length == 0 ?
Method
.Name : methodAttr.MessageName);
198
bool diffNames = messageName !=
Method
.Name;
222
string messageName = XmlConvert.EncodeLocalName(methodAttr.MessageName.Length == 0 ?
Method
.Name : methodAttr.MessageName);
223
bool diffNames = messageName !=
Method
.Name;
System\Web\Services\Description\SoapProtocolReflector.cs (7)
60
soapMethod = ReflectionContext[
Method
] as SoapReflectedMethod;
62
soapMethod = SoapReflector.ReflectMethod(
Method
, false, ReflectionImporter, SoapImporter, DefaultNamespace);
63
ReflectionContext[
Method
] = soapMethod;
66
WebMethodAttribute methodAttr =
Method
.MethodAttribute;
198
throw new InvalidOperationException(Res.GetString(Res.WsdlGenRpcLitAnonimousType,
Method
.DeclaringType.Name,
Method
.Name, member.MemberName));
224
return SoapReflector.GetSoapMethodBinding(
Method
);