ProtocolImporter.IsOperationFlowSupported(OperationFlow) 方法

定义

在派生类中重写时,确定当前操作的操作流是否受支持。

protected:
 abstract bool IsOperationFlowSupported(System::Web::Services::Description::OperationFlow flow);
protected abstract bool IsOperationFlowSupported (System.Web.Services.Description.OperationFlow flow);
abstract member IsOperationFlowSupported : System.Web.Services.Description.OperationFlow -> bool
Protected MustOverride Function IsOperationFlowSupported (flow As OperationFlow) As Boolean

参数

flow
OperationFlow

表示传输模式的 OperationFlow 枚举值。

返回

如果当前操作的操作流受支持,则为 true

注解

生成代码时, ProtocolImporter 类调用 IsOperationFlowSupported 方法,以确定是否为当前操作生成方法,如 属性表示 Operation 。 此评估针对正在为其生成类的绑定中的每个操作进行。 如果返回值 false ,类将 ProtocolImporter 调用其 UnsupportedOperationWarning 方法。

有关更多信息,请参见 Flow 属性。 Messages 属性为 OperationMessageCollection 类型。

适用于