8 references to SoapRpcServiceAttribute
System.Web.Services (8)
System\Web\Services\Description\SoapProtocolReflector.cs (1)
230if (SoapReflector.GetSoapServiceAttribute(ServiceType) is SoapRpcServiceAttribute)
System\Web\Services\Protocols\SoapReflector.cs (7)
130if (soapServiceAttribute is SoapRpcServiceAttribute) { 131return ((SoapRpcServiceAttribute)soapServiceAttribute).Use == SoapBindingUse.Encoded; 190object[] rpcServiceAttributes = type.GetCustomAttributes(typeof(SoapRpcServiceAttribute), false); 203if (soapServiceAttribute is SoapRpcServiceAttribute) 204return ((SoapRpcServiceAttribute)soapServiceAttribute).RoutingStyle; 244if (serviceAttr is SoapRpcServiceAttribute) { 246method.Use = ((SoapRpcServiceAttribute)serviceAttr).Use;