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 | |
---|---|---|
Count | (inherited from CollectionBase ) | |
Item | Gets the item at the specified index in the collection |
Top
Protected Properties
Name | Description | |
---|---|---|
InnerList | (inherited from CollectionBase ) | |
List | (inherited from CollectionBase ) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Appends a SOAP input filter to the end of the collection. | |
AddRange | Adds a collection of SOAP input filters to the collection. | |
Clear | (inherited from CollectionBase ) | |
Clone | Creates a copy of the collection. | |
Contains | Overloaded. | |
Equals | (inherited from Object ) | |
GetEnumerator | (inherited from CollectionBase ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
IndexOf | Overloaded. | |
Insert | Inserts a SoapOutputFilter into the collection at the specified index. | |
Remove | Overloaded. | |
RemoveAt | (inherited from CollectionBase ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) | |
OnClear | (inherited from CollectionBase ) | |
OnClearComplete | (inherited from CollectionBase ) | |
OnInsert | (inherited from CollectionBase ) | |
OnInsertComplete | (inherited from CollectionBase ) | |
OnRemove | (inherited from CollectionBase ) | |
OnRemoveComplete | (inherited from CollectionBase ) | |
OnSet | (inherited from CollectionBase ) | |
OnSetComplete | (inherited from CollectionBase ) | |
OnValidate | (inherited from CollectionBase ) |
Top
See Also
Reference
SoapOutputFilterCollection Class
Microsoft.Web.Services2 Namespace