ServiceDescriptionCollection::GetBinding Method (XmlQualifiedName^)
.NET Framework (current version)
Searches the ServiceDescriptionCollection and returns the Binding with the specified name that is a member of one of the ServiceDescription instances contained in the collection.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- name
-
Type:
System.Xml::XmlQualifiedName^
An XmlQualifiedName whose Name property is used to retrieve a Binding instance.
| Exception | Condition |
|---|---|
| Exception | The specified Binding is not a member of any ServiceDescription instances within the collection. |
.NET Framework
Available since 1.1
Available since 1.1
Show: