<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.Net.WebHeaderCollection

public string this[HttpRequestHeader header] { get; set; }

public string this[HttpResponseHeader header] { get; set; }

protected WebHeaderCollection(SerializationInfo serializationInfo, StreamingContext streamingContext)

public static bool IsRestricted(string headerName)

public static bool IsRestricted(string headerName, bool response)

public void Add(HttpRequestHeader header, string value)

public void Add(HttpResponseHeader header, string value)

public void Add(string header)

protected void AddWithoutValidate(string headerName, string headerValue)

public void Remove(HttpRequestHeader header)

public void Remove(HttpResponseHeader header)

public void Set(HttpRequestHeader header, string value)

public void Set(HttpResponseHeader header, string value)

public byte[] ToByteArray()