4 references to OneWay
System.Web.Services (4)
System\Web\Services\Description\ProtocolImporter.cs (1)
401
case OperationFlow.
OneWay
:
System\Web\Services\Description\ServiceDescription.cs (2)
1180
case OperationFlow.
OneWay
:
1766
return OperationFlow.
OneWay
;
System\Web\Services\Description\SoapProtocolImporter.cs (1)
480
return flow == OperationFlow.
OneWay
|| flow == OperationFlow.RequestResponse;