This documentation is archived and is not being maintained.

SoapProtocolImporter.IsOperationFlowSupported Method

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

[Visual Basic]
Overrides Protected Function IsOperationFlowSupported( _
   ByVal flow As OperationFlow _
) As Boolean
[C#]
protected override bool IsOperationFlowSupported(
 OperationFlow flow
);
[C++]
protected: bool IsOperationFlowSupported(
 OperationFlow flow
);
[JScript]
protected override function IsOperationFlowSupported(
   flow : OperationFlow
) : Boolean;

See Also

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

Show: