| System.Web.Services.Description (system.web.services.dll) | abstract class |
This class serves as a base class for custom classes that import SOAP
transmission protocols into web services. Note, however, that the
current implementation of web services does not support these
user-defined classes.public abstract class SoapTransportImporter {
// Protected Constructorsprotected SoapTransportImporter ( );
// Public Instance Properties
public SoapProtocolImporter ImportContext {set; get; }
// Public Instance Methods
public abstract void ImportClass ( );
public abstract bool IsSupportedTransport (string transport );
}