ServiceDescriptionImporter Constructor ()

 

Initializes a new instance of the ServiceDescriptionImporter class.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
ServiceDescriptionImporter()

The following example illustrates the use of this constructor.

// Initialize a service description importer.
ServiceDescriptionImporter^ importer = gcnew ServiceDescriptionImporter;
importer->ProtocolName = "Soap12"; // Use SOAP 1.2.
importer->AddServiceDescription( description, nullptr, nullptr );

.NET Framework
Available since 1.1
Return to top
Show: