4 references to OutParameters
System.Web.Services (4)
System\Web\Services\Description\SoapProtocolReflector.cs (1)
76
if (soapMethod.rpc && soapMethod.use == SoapBindingUse.Encoded && soapMethod.methodInfo.
OutParameters
.Length > 0)
System\Web\Services\Protocols\HttpServerProtocol.cs (1)
237
if (methodInfo.
OutParameters
.Length > 0) return false;
System\Web\Services\Protocols\SoapReflector.cs (1)
348
SoapParameterInfo[] outParameters = ReflectParameters(methodInfo.
OutParameters
, responseNamespace);
System\Web\Services\Protocols\ValueCollectionParameterReader.cs (1)
75
if (methodInfo.
OutParameters
.Length > 0)