Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ protected WebHeaderCollection(System.Runtime.Serialization.SerializationInfo ser
public override int Count { get { throw null; } }
public string? this[System.Net.HttpRequestHeader header] { get { throw null; } set { } }
public string? this[System.Net.HttpResponseHeader header] { get { throw null; } set { } }
public new string? this[string name] { get { throw null; } set { } }
public override System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys { get { throw null; } }
public void Add(System.Net.HttpRequestHeader header, string? value) { }
public void Add(System.Net.HttpResponseHeader header, string? value) { }
Expand Down