Provides common functionality across communication protocols for generating classes for Web services.
See Also: ProtocolImporter Members
The abstract System.Web.Services.Description.ProtocolImporter class and its concrete derived classes generate client proxy code or abstract server code according to a specified communication protocol. System.Web.Services.Description.ProtocolImporter provides common functionality regardless of the protocol. Within a given protocol, a concrete derived class generates a class for each supported binding defined in a Web Services Description Language (WSDL) document. Typically, instead of directly invoking classes derived from System.Web.Services.Description.ProtocolImporter, a developer uses these classes indirectly through the System.Web.Services.Description.ServiceDescriptionImporter class.