WsdlImporter::ImportAllBindings Method ()
.NET Framework (current version)
Returns a set of Binding objects imported from the metadata documents.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The WsdlImporter has encountered an error. |
Use the ImportAllBindings method to import all binding information from the metadata documents and return them as Binding objects. Check the Errors property to determine whether there are any import errors before using the returned objects.
To import a specific WSDL binding, see the ImportBinding method.
.NET Framework
Available since 3.0
Available since 3.0
Show: