1 override of GetValues
System.Net.WebHeaderCollection (1)
System\Net\WebHeaderCollection.cs (1)
186
public override string[]?
GetValues
(int index)
2 references to GetValues
System.Collections.Specialized (1)
System\Collections\Specialized\NameValueCollection.cs (1)
169
string[]? values = c.
GetValues
(i);
System.Net.WebHeaderCollection (1)
System\Net\WebHeaderCollection.cs (1)
188
return InnerCollection.
GetValues
(index);