System.Web.Services.Description.ProtocolImporter Class

Provides common functionality across communication protocols for generating classes for Web services.

See Also: ProtocolImporter Members

Syntax

public abstract class ProtocolImporter

Remarks

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.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0