5 references to ServiceType
System.Web.Services (5)
System\Web\Services\Description\ProtocolReflector.cs (3)
307
object[] attrs =
ServiceType
.GetCustomAttributes(typeof(WebServiceBindingAttribute), false);
321
Type[] interfaces =
ServiceType
.GetInterfaces();
442
throw new InvalidOperationException(Res.GetString(Res.WebWsiViolation,
ServiceType
.FullName, warnings.ToString()));
System\Web\Services\Description\SoapProtocolReflector.cs (2)
41
soapImporter = SoapReflector.CreateSoapImporter(DefaultNamespace, SoapReflector.ServiceDefaultIsEncoded(
ServiceType
));
230
if (SoapReflector.GetSoapServiceAttribute(
ServiceType
) is SoapRpcServiceAttribute)