4 references to GetSoapServiceAttribute
System.Web.Services (4)
System\Web\Services\Description\SoapProtocolReflector.cs (1)
230
if (SoapReflector.
GetSoapServiceAttribute
(ServiceType) is SoapRpcServiceAttribute)
System\Web\Services\Protocols\SoapReflector.cs (2)
121
return ServiceDefaultIsEncoded(
GetSoapServiceAttribute
(type));
239
object serviceAttr =
GetSoapServiceAttribute
(methodInfo.DeclaringType);
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
71
object soapServiceAttribute = SoapReflector.
GetSoapServiceAttribute
(type);