netcoreapp3.1
namespace System.Net
{
    [DefaultMember("Item")]
    public class WebHeaderCollection : NameValueCollection, IEnumerable, ISerializable
    {
        public string this[string name] { get; set; }
    }
}
nuget.org
0.2 %
Reference this API
0.1 %
Get property
0.2 %
Set property
.NET Core
3.03.1
Information specific to netcoreapp3.1
Assembly

System.Net.WebHeaderCollection , Version=4.1.2.0, PublicKeyToken=b03f5f7f11d50a3a

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API