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

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

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

Public Methods

Add(Message) : int

Adds the specified System.Web.Services.Description.Message to the end of the System.Web.Services.Description.MessageCollection.

Contains(Message) : bool

Returns a value indicating whether the specified System.Web.Services.Description.Message is a member of the System.Web.Services.Description.MessageCollection.

CopyTo(Message[], int)

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

IndexOf(Message) : int

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

Insert(int, Message)

Adds the specified System.Web.Services.Description.Message to the System.Web.Services.Description.MessageCollection at the specified zero-based index.

Remove(Message)

Removes the first occurrence of the specified System.Web.Services.Description.Message from the System.Web.Services.Description.MessageCollection.

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.