5 references to RequestResponse
System.Web.Services (5)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
296return flow == OperationFlow.RequestResponse;
System\Web\Services\Description\ProtocolImporter.cs (1)
398case OperationFlow.RequestResponse:
System\Web\Services\Description\ServiceDescription.cs (2)
1176case OperationFlow.RequestResponse: 1774return OperationFlow.RequestResponse;
System\Web\Services\Description\SoapProtocolImporter.cs (1)
480return flow == OperationFlow.OneWay || flow == OperationFlow.RequestResponse;