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