WsdlImporter::WsdlImportExtensions Property
.NET Framework (current version)
Gets a set of IWsdlImportExtension objects used to import custom WSDL information.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property KeyedByTypeCollection<IWsdlImportExtension^>^ WsdlImportExtensions { KeyedByTypeCollection<IWsdlImportExtension^>^ get(); }
Property Value
Type: System.Collections.Generic::KeyedByTypeCollection<IWsdlImportExtension^>^A set of IWsdlImportExtension objects used to import custom WSDL information.
Use the WsdlImportExtensions property to add or remove custom WSDL importers.
.NET Framework
Available since 3.0
Available since 3.0
Show: