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