MetadataElement::WsdlImporters Property

 

Gets a collection of WSDL importers that imports Web Services Description Language (WSDL) 1.1 metadata with WS-Policy attachments.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("wsdlImporters")]
property WsdlImporterElementCollection^ WsdlImporters {
	WsdlImporterElementCollection^ get();
}

Property Value

Type: System.ServiceModel.Configuration::WsdlImporterElementCollection^

A collection of WSDL importers that imports Web Services Description Language (WSDL) 1.1 metadata with WS Policy attachments.

A WsdlImporter is used to import metadata as well as convert that information into various classes that represent contract and endpoint information.

It can selectively import contract and endpoint information and properties that expose any import errors and accept type information relevant to the import and conversion process. It also supports importing binding information and properties that provide access to any policy documents, WSDL documents, WSDL extensions, and XML schema documents.

.NET Framework
Available since 3.0
Return to top
Show: