2 overrides of IsOperationFlowSupported
System.Web.Services (2)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
295protected override bool IsOperationFlowSupported(OperationFlow flow) {
System\Web\Services\Description\SoapProtocolImporter.cs (1)
479protected override bool IsOperationFlowSupported(OperationFlow flow) {
1 reference to IsOperationFlowSupported
System.Web.Services (1)
System\Web\Services\Description\ProtocolImporter.cs (1)
392if (!IsOperationFlowSupported(operation.Messages.Flow)) {