MetadataElement.WsdlImporters Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of WSDL importers that imports Web Services Description Language (WSDL) 1.1 metadata with WS-Policy attachments.
public:
property System::ServiceModel::Configuration::WsdlImporterElementCollection ^ WsdlImporters { System::ServiceModel::Configuration::WsdlImporterElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("wsdlImporters")]
public System.ServiceModel.Configuration.WsdlImporterElementCollection WsdlImporters { get; }
[<System.Configuration.ConfigurationProperty("wsdlImporters")>]
member this.WsdlImporters : System.ServiceModel.Configuration.WsdlImporterElementCollection
Public ReadOnly Property WsdlImporters As WsdlImporterElementCollection
A collection of WSDL importers that imports Web Services Description Language (WSDL) 1.1 metadata with WS Policy attachments.
- Attributes
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.
Produto | Versões |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: