Share via


SoapOutputFilterCollection Members

Represents a collection of SoapOutputFilter objects.

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

Public Constructors

  Name Description
SoapOutputFilterCollection  

Top

Public Properties

(see also Protected Properties )

  Name Description
public property Count  (inherited from CollectionBase )
public property Item Gets the item at the specified index in the collection

Top

Protected Properties

  Name Description
protected property InnerList  (inherited from CollectionBase )
protected property List  (inherited from CollectionBase )

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Add Appends a SOAP input filter to the end of the collection.
public method AddRange Adds a collection of SOAP input filters to the collection.
public method Clear  (inherited from CollectionBase )
public method Clone Creates a copy of the collection.
public method Contains Overloaded.  
public method Equals  (inherited from Object )
public method GetEnumerator  (inherited from CollectionBase )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method IndexOf Overloaded.  
public method Insert Inserts a SoapOutputFilter into the collection at the specified index.
public method Remove Overloaded.  
public method RemoveAt  (inherited from CollectionBase )
public method ToString  (inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object )
protected method MemberwiseClone  (inherited from Object )
protected method OnClear  (inherited from CollectionBase )
protected method OnClearComplete  (inherited from CollectionBase )
protected method OnInsert  (inherited from CollectionBase )
protected method OnInsertComplete  (inherited from CollectionBase )
protected method OnRemove  (inherited from CollectionBase )
protected method OnRemoveComplete  (inherited from CollectionBase )
protected method OnSet  (inherited from CollectionBase )
protected method OnSetComplete  (inherited from CollectionBase )
protected method OnValidate  (inherited from CollectionBase )

Top

See Also

Reference

SoapOutputFilterCollection Class
Microsoft.Web.Services2 Namespace