Click to Rate and Give Feedback

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.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)
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

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.

System..::.Object
  System.ServiceModel.Channels..::.StandardBindingImporter
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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.

.NET Framework

Supported in: 3.5, 3.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker