Share via


ViaCollection Members

Represents the ordered set of intermediaries that constitute the forward and reverse message paths.

The following tables list the members exposed by the ViaCollection type.

Public Constructors

  Name Description
ViaCollection Initializes a new instance of the ViaCollection class.

Top

Public Properties

  Name Description
public property Count Gets the number of elements contained in the collection.
public property IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread safe).
public property Item Gets or sets the item at a specified position in the collection.
public property SyncRoot Gets an object that can be used to synchronize access to the collection.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Add Appends a via element to the collection.
public method Clone Creates an exact copy of this ViaCollection instance.
public method CopyTo Copies the elements of the collection to an array, starting at a particular index.
public method Equals  Overloaded. (Inherited from Object )
public method GetEnumerator Returns an enumerator to iterate through the collection.
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method Insert Inserts an element at a specified position in the collection.
public method InsertRange Inserts a collection of elements into the collection, starting at a specified position.
public method static ReferenceEquals  (Inherited from Object )
public method RemoveAt Removes the element at the specified position in the collection.
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

Explicit Interface Implementations

  Name Description
System.Collections.ICollection.CopyTo  

Top

See Also

Reference

ViaCollection Class
Microsoft.Web.Services3.Referral Namespace