The ResponseCollectionclass defines an enumerable, read-only collection of Response objects.

This class implements the IEnumerableand ICollectioninterfaces.

The ResponseCollectionclass is derived from the System.Objectclass.

The ResponseCollectiontype exposes the following members.

Properties

  Name Description
Public property Count Number of elements contained in the collection.
Public property IsFixedSize Indicates whether the list has a fixed size.
Public property IsReadOnly Indicates whether the list is read-only.
Public property IsSynchronized Indicates whether access to the collection is synchronized.
Public property Item Retrieves a reference to the element at the specified index.
Public property SyncRoot Object that can be used to synchronize access to the collection.
Top

Methods

  Name Description
Public method Contains Determines whether the list contains a specific item.
Public method CopyTo Copies the elements of the collection to an array, starting at a particular array index.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that can iterate through the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf Determines the index of a specific item in the list.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top

See also