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