System.Web.Services.Description.PortCollection: Method Members

The methods of System.Web.Services.Description.PortCollection are listed below. For a list of all members, see the PortCollection Members list.

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

Public Methods

Add(Port) : int

Adds the specified System.Web.Services.Description.Port to the end of the System.Web.Services.Description.PortCollection.

Contains(Port) : bool

Returns a value indicating whether the specified System.Web.Services.Description.Port is a member of the System.Web.Services.Description.PortCollection.

CopyTo(Port[], int)

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

IndexOf(Port) : int

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

Insert(int, Port)

Adds the specified System.Web.Services.Description.Port instance to the System.Web.Services.Description.PortCollection at the specified index.

Remove(Port)

Removes the first occurrence of the specified System.Web.Services.Description.Port from the System.Web.Services.Description.PortCollection.

Protected Methods

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