SoapExtensionImporter

SoapExtensionImporter

System.Web.Services.Description (system.web.services.dll)abstract class

This class is used by the .NET framework, not directly by your code.

public abstract class SoapExtensionImporter {
// Protected Constructors
   protected SoapExtensionImporter( );
// Public Instance Properties
   public SoapProtocolImporter ImportContext{set; get; }
// Public Instance Methods
   public abstract void ImportMethod(System.CodeDom.CodeAttributeDeclarationCollection metadata);
}


    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace