1 instantiation of SoapRpcMethodAttribute
System.Web.Services (1)
System\Web\Services\Protocols\SoapReflector.cs (1)
245SoapRpcMethodAttribute method = new SoapRpcMethodAttribute();
9 references to SoapRpcMethodAttribute
System.Web.Services (8)
System\Web\Services\Description\SoapProtocolImporter.cs (1)
769EndMetadata(metadata, typeof(SoapRpcMethodAttribute), soapOperationBinding.SoapAction);
System\Web\Services\Protocols\SoapReflector.cs (7)
177object[] rpcMethodAttributes = methodInfo.GetCustomAttributes(typeof(SoapRpcMethodAttribute)); 215attrs = method.GetCustomAttributes(typeof(SoapRpcMethodAttribute)); 219binding = ((SoapRpcMethodAttribute)attrs[0]).Binding; 245SoapRpcMethodAttribute method = new SoapRpcMethodAttribute(); 259if (methodAttr is SoapRpcMethodAttribute) { 260SoapRpcMethodAttribute attr = (SoapRpcMethodAttribute)methodAttr;
System.Workflow.Activities (1)
InvokeWebService.cs (1)
341attrs = method.GetCustomAttributes(typeof(SoapRpcMethodAttribute), false);