This documentation is archived and is not being maintained.

ProtocolImporter.IsOperationFlowSupported Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Protected MustOverride Function IsOperationFlowSupported( _
   ByVal flow As OperationFlow _
) As Boolean
[C#]
protected abstract bool IsOperationFlowSupported(
 OperationFlow flow
);
[C++]
protected: virtual bool IsOperationFlowSupported(
 OperationFlow flow
) = 0;
[JScript]
protected abstract function IsOperationFlowSupported(
   flow : OperationFlow
) : Boolean;

See Also

ProtocolImporter Class | ProtocolImporter Members | System.Web.Services.Description Namespace

Show: