Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
struct System.​Net.​Http.​Headers.​HeaderStringValues
Assembly: System.Net.Http
Implemented Interfaces
- Collections.​Generic.​IReadOnlyCollection`1 (Inherits: IEnumerable<​string>IEnumerable)
Provides a collection of header string values.
Properties
public
int
Count
Gets the number of header values in the collection.
Methods
public
Enumerator
GetEnumerator​()
Gets an enumerator for all of the strings in the collection.
Returns An enumerator for all the strings in the collection.
public
string
ToString​()
Gets a string containing all the headers in the collection.
Returns The string representation of all the headers in the collection.
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object