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