public sealed class ServiceDescriptionCollection : ServiceDescriptionBaseCollection {
// Public Constructors
public
ServiceDescriptionCollection ( );
// Public Instance Properties
public ServiceDescription
this [string
ns ]{get; }
public ServiceDescription
this [int
index ]{set; get; }
// Public Instance Methods
public int
Add (ServiceDescription
serviceDescription );
public bool
Contains (ServiceDescription
serviceDescription );
public void
CopyTo (ServiceDescription[ ]
array , int
index );
public Binding
GetBinding (System.Xml.XmlQualifiedName
name );
public Message
GetMessage (System.Xml.XmlQualifiedName
name );
public PortType
GetPortType (System.Xml.XmlQualifiedName
name );
public Service
GetService (System.Xml.XmlQualifiedName
name );
public int
IndexOf (ServiceDescription
serviceDescription );
public void
Insert (int
index , ServiceDescription
serviceDescription );
public void
Remove (ServiceDescription
serviceDescription );
// Protected Instance Methods
protected override string
GetKey (object
value ); // overrides ServiceDescriptionBaseCollection
}