12 references to InnerCollection
System.Net.WebHeaderCollection (12)
System\Net\WebHeaderCollection.cs (12)
117
InnerCollection
.Set(name, value);
186
return
InnerCollection
.GetValues(index);
207
string[]? values =
InnerCollection
.GetValues(header);
260
return
InnerCollection
.GetKey(index)!;
322
InnerCollection
.Add(name, value);
334
InnerCollection
.Add(name, value);
342
InnerCollection
.Add(headerName, headerValue);
399
foreach (string? key in
InnerCollection
)
401
string? val =
InnerCollection
.Get(key);
434
return
InnerCollection
.Keys;
442
return
InnerCollection
.AllKeys!;
448
return
InnerCollection
.Keys.GetEnumerator();