Header |
public class HeaderSet : ICollection<string>, IEnumerable<string>, IEnumerable
The HeaderSet type exposes the following members.
| Name | Description | |
|---|---|---|
| HeaderSet | Initializes a new instance of the HeaderSet class. | |
| HeaderSet(IEnumerableHeaderId) | Initializes a new instance of the HeaderSet class. | |
| HeaderSet(IEnumerableString) | Initializes a new instance of the HeaderSet class. |
| Name | Description | |
|---|---|---|
| Count | Get the number of headers in the set. | |
| Exclude | Get or set whether this set of headers is meant to be excluded when used with a IFetchRequest. | |
| IsReadOnly | Get whether or not the set of headers is read-only. |
| Name | Description | |
|---|---|---|
| Add(HeaderId) | Add the specified header. | |
| Add(String) | Add the specified header. | |
| AddRange(IEnumerableHeaderId) | Add a collection of headers. | |
| AddRange(IEnumerableString) | Add a collection of headers. | |
| Clear | Clear the set of headers. | |
| Contains(HeaderId) | Check if the set of headers contains the specified header. | |
| Contains(String) | Check if the set of headers contains the specified header. | |
| CopyTo | Copy all of the headers in the HeaderSet to the specified array. | |
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetEnumerator | Get an enumerator for the set of headers. | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| Remove(HeaderId) | Remove the specified header. | |
| Remove(String) | Remove the specified header. | |
| ToString | (Inherited from Object) |
| Name | Description | |
|---|---|---|
| All | A set of headers that only includes all headers. | |
| Envelope | A set of headers that only includes the standard envelope headers. | |
| References | A set of headers that only includes the References header. |