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