System.ServiceModel.Channel ...


.NET Framework Class Library
StandardBindingImporter Class

Provides an extensibility point for mapping WSDL contracts and policy assertions into Windows Communication Foundation (WCF) standard bindings.

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)
Syntax

Visual Basic (Declaration)
Public Class StandardBindingImporter _
    Implements IWsdlImportExtension
Visual Basic (Usage)
Dim instance As StandardBindingImporter
C#
public class StandardBindingImporter : IWsdlImportExtension
Visual C++
public ref class StandardBindingImporter : IWsdlImportExtension
JScript
public class StandardBindingImporter implements IWsdlImportExtension
Remarks

Override this class to extend the standard mapping between WSDL and a standard binding. Then attach your custom object to a WsdlImporter either programmatically or by using an application configuration file. You can also attach your custom object to the internal WsdlImporter used by the ServiceModel Metadata Utility Tool (Svcutil.exe) using an application configuration file.

Use the BeforeImport(ServiceDescriptionCollection, XmlSchemaSet, ICollection<(Of <(XmlElement>)>)) method to directly modify the metadata that is then imported into standard binding objects.

Inheritance Hierarchy

System..::.Object
  System.ServiceModel.Channels..::.StandardBindingImporter
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0
See Also

Reference

Tags :


Page view tracker