SoapExtensionImporter.ImportMethod(CodeAttributeDeclarationCollection) Method

Definition

When overridden in a derived class, adds code attribute declarations to any method that represents an operation in a binding.

public:
 abstract void ImportMethod(System::CodeDom::CodeAttributeDeclarationCollection ^ metadata);
public abstract void ImportMethod (System.CodeDom.CodeAttributeDeclarationCollection metadata);
abstract member ImportMethod : System.CodeDom.CodeAttributeDeclarationCollection -> unit
Public MustOverride Sub ImportMethod (metadata As CodeAttributeDeclarationCollection)

Parameters

Remarks

The method to which the attribute declarations are applied is not used directly by the ImportMethod method. The attributes are added to all Web methods in a binding class.

Applies to