4 references to Default
System.Web.Services (4)
System\Web\Services\Protocols\SoapDocumentMethodAttribute.cs (1)
24
SoapParameterStyle style = SoapParameterStyle.
Default
;
System\Web\Services\Protocols\SoapDocumentServiceAttribute.cs (1)
21
SoapParameterStyle paramStyle = SoapParameterStyle.
Default
;
System\Web\Services\Protocols\SoapReflector.cs (2)
292
if (soapMethod.paramStyle == SoapParameterStyle.
Default
) {
295
if (soapMethod.paramStyle == SoapParameterStyle.
Default
)