BindingCollection Class
Represents a collection of instances of the Binding class supported by the XML Web service. This class cannot be inherited.
For a list of all members of this type, see BindingCollection Members.
System.Object
System.Collections.CollectionBase
System.Web.Services.Description.ServiceDescriptionBaseCollection
System.Web.Services.Description.BindingCollection
[Visual Basic] NotInheritable Public Class BindingCollection Inherits ServiceDescriptionBaseCollection [C#] public sealed class BindingCollection : ServiceDescriptionBaseCollection [C++] public __gc __sealed class BindingCollection : public ServiceDescriptionBaseCollection [JScript] public class BindingCollection extends ServiceDescriptionBaseCollection
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.
Remarks
The Binding class corresponds to the Web Services Description Language (WSDL) <binding> element enclosed by the root <definitions> element. For more information about WSDL, see the specification at http://www.w3.org/TR/wsdl/.
Requirements
Namespace: System.Web.Services.Description
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web.Services (in System.Web.Services.dll)
See Also
BindingCollection Members | System.Web.Services.Description Namespace