2 writes to oneWay
System.Web.Services (2)
System\Web\Services\Protocols\SoapReflector.cs (2)
264
soapMethod.
oneWay
= attr.OneWay;
278
soapMethod.
oneWay
= attr.OneWay;
8 references to oneWay
System.Web.Services (8)
System\Web\Services\Description\SoapProtocolReflector.cs (1)
71
if (!soapMethod.
oneWay
)
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
84
clientMethod.oneWay = soapMethod.
oneWay
;
System\Web\Services\Protocols\SoapReflector.cs (4)
355
if (soapMethod.
oneWay
) {
395
if (!soapMethod.
oneWay
) {
474
if (soapMethod.
oneWay
&& (direction & (SoapHeaderDirection.Out | SoapHeaderDirection.Fault)) != 0) throw HeaderException(headerAttribute.MemberName, methodInfo.DeclaringType, Res.WebHeaderOneWayOut);
516
if (!soapMethod.
oneWay
)
System\Web\Services\Protocols\SoapServerMethod.cs (1)
207
this.oneWay = soapMethod.
oneWay
;
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
138
serverMethod.oneWay = soapMethod.
oneWay
;