Name | Description | |
---|---|---|
![]() | Count | Gets the number of headers contained in the HeaderCollection. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the HeaderCollection collection. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a Header to the end of the list. |
![]() | Clear | Removes all headers from the list. |
![]() | GetAllHeaderValuesRaw | Gets raw text representations of all headers of the specified name. |
![]() | GetAllHeaders | Gets all Header of the specified name. |
![]() | GetEnumerator | Overloaded. Gets an IEnumerator for the HeaderCollection collection. |
![]() | GetRaw | Gets the raw text representation of the specified header if available. |
![]() | Insert | Overloaded. Inserts a Header into the list at the specified index. |
![]() | Remove | Overloaded. Removes all Headers of the specified name from the list. |
![]() | RemoveAt | Removes the Header at the specified index from the list. |
Name | Description | |
---|---|---|
![]() | HeaderCollection | Gets the Header of the specified name. |
![]() | HeaderCollection | Gets the Header at the specified index. |