System.Web.Services.Description.ServiceDescriptionCollection Members

The members of System.Web.Services.Description.ServiceDescriptionCollection are listed below.

See Also: Inherited members from System.Web.Services.Description.ServiceDescriptionBaseCollection

Public Constructors

Public Properties

default property
Item(int)ServiceDescription. Documentation for this section has not yet been entered.
[read-only]
default property
Item(string)ServiceDescription. Documentation for this section has not yet been entered.

Public Methods

Add(ServiceDescription) : int

Adds the specified System.Web.Services.Description.ServiceDescription to the end of the System.Web.Services.Description.ServiceDescriptionCollection.

Contains(ServiceDescription) : bool

Returns a value indicating whether the specified System.Web.Services.Description.ServiceDescription is a member of the collection.

CopyTo(ServiceDescription[], int)

Copies the entire System.Web.Services.Description.ServiceDescriptionCollection to a one-dimensional array of type System.Web.Services.Description.ServiceDescription, starting at the specified zero-based index of the target array.

GetBinding(System.Xml.XmlQualifiedName) : Binding

Searches the System.Web.Services.Description.ServiceDescriptionCollection and returns the System.Web.Services.Description.Binding with the specified name that is a member of one of the System.Web.Services.Description.ServiceDescription instances contained in the collection.

GetMessage(System.Xml.XmlQualifiedName) : Message

Searches the System.Web.Services.Description.ServiceDescriptionCollection and returns the System.Web.Services.Description.Message with the specified name that is a member of one of the System.Web.Services.Description.ServiceDescription instances contained in the collection.

GetPortType(System.Xml.XmlQualifiedName) : PortType

Searches the System.Web.Services.Description.ServiceDescriptionCollection and returns the System.Web.Services.Description.PortType with the specified name that is a member of one of the System.Web.Services.Description.ServiceDescription instances contained in the collection.

GetService(System.Xml.XmlQualifiedName) : Service

Searches the System.Web.Services.Description.ServiceDescriptionCollection and returns the System.Web.Services.Description.Service with the specified name that is a member of one of the System.Web.Services.Description.ServiceDescription instances contained in the collection.

IndexOf(ServiceDescription) : int

Searches for the specified System.Web.Services.Description.ServiceDescription and returns the zero-based index of the first occurrence within the collection.

Insert(int, ServiceDescription)

Adds the specified System.Web.Services.Description.ServiceDescription instance to the System.Web.Services.Description.ServiceDescriptionCollection at the specified zero-based index.

Remove(ServiceDescription)

Removes the first occurrence of the specified System.Web.Services.Description.ServiceDescription from the collection.

Protected Methods

override
GetKey(object) : string
Documentation for this section has not yet been entered.
override
OnInsertComplete(int, object)
Documentation for this section has not yet been entered.
override
SetParent(object, object)
Documentation for this section has not yet been entered.