Header |
public class HeaderListCollection : ICollection<HeaderList>, IEnumerable<HeaderList>, IEnumerable
The HeaderListCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| HeaderListCollection | Initialize a new instance of the HeaderListCollection class. |
| Name | Description | |
|---|---|---|
| Count | Get the number of groups in the collection. | |
| IsReadOnly | Get whether the header list collection is read only. | |
| Item | Get or set the HeaderList at the specified index. |
| Name | Description | |
|---|---|---|
| Add | Add a group of headers to the collection. | |
| Clear | Clear the header list collection. | |
| Contains | Check if the collection contains the specified group of headers. | |
| CopyTo | Copy all of the header groups in the HeaderListCollection to the specified array. | |
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetEnumerator | Gets an enumerator for the groups of headers. | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| Remove | Remove a header group. | |
| ToString | (Inherited from Object) |