12 references to InnerCollection
System.Net.WebHeaderCollection (12)
System\Net\WebHeaderCollection.cs (12)
119
InnerCollection
.Set(name, value);
188
return
InnerCollection
.GetValues(index);
209
string[]? values =
InnerCollection
.GetValues(header);
262
return
InnerCollection
.GetKey(index)!;
324
InnerCollection
.Add(name, value);
336
InnerCollection
.Add(name, value);
344
InnerCollection
.Add(headerName, headerValue);
401
foreach (string? key in
InnerCollection
)
403
string? val =
InnerCollection
.Get(key);
436
return
InnerCollection
.Keys;
444
return
InnerCollection
.AllKeys!;
450
return
InnerCollection
.Keys.GetEnumerator();