System.Web.Services.Description.MessageCollection Members

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

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

Public Properties

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

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.