1 write to oneWay
System.Web.Services (1)
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
84
clientMethod.
oneWay
= soapMethod.oneWay;
3 references to oneWay
System.Web.Services (3)
System\Web\Services\Protocols\SoapClientMessage.cs (1)
45
get { return method.
oneWay
; }
System\Web\Services\Protocols\SoapClientProtocol.cs (2)
610
if (method.
oneWay
&& (httpResponse == null || (int)httpResponse.StatusCode != 500)) {
669
if (method.
oneWay
) {