This documentation is archived and is not being maintained.

ServiceCollection Class

Represents a collection of instances of the Service class. This class cannot be inherited.

For a list of all members of this type, see ServiceCollection Members.

System.Object
   System.Collections.CollectionBase
      System.Web.Services.Description.ServiceDescriptionBaseCollection
         System.Web.Services.Description.ServiceCollection

[Visual Basic]
NotInheritable Public Class ServiceCollection
   Inherits ServiceDescriptionBaseCollection
[C#]
public sealed class ServiceCollection :
   ServiceDescriptionBaseCollection
[C++]
public __gc __sealed class ServiceCollection : public
   ServiceDescriptionBaseCollection
[JScript]
public class ServiceCollection 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 Service class corresponds to the Web Services Description Language (WSDL) < service > element enclosed by the < definitions > root 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

ServiceCollection Members | System.Web.Services.Description Namespace

Show: