3 references to Use
System.Web.Services (3)
System\Web\Services\Protocols\SoapReflector.cs (3)
128
return ((SoapDocumentServiceAttribute)soapServiceAttribute).
Use
== SoapBindingUse.Encoded;
251
method.Use = ((SoapDocumentServiceAttribute)serviceAttr).
Use
;
288
soapMethod.use = ((SoapDocumentServiceAttribute)serviceAttr).
Use
;