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

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.
public bool
Equals​(object obj)
Inherited from ValueType
public int
GetHashCode​()
Inherited from ValueType
protected void
Finalize​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object