Base:
method
GetValues
System.Collections.Specialized.NameValueCollection.GetValues(System.Int32)
2 references to GetValues
PresentationCore (1)
MS\Internal\AppModel\CookieHandler.cs (1)
82foreach (string cookie in headers.GetValues(i))
System.Net.HttpListener (1)
System\Net\Managed\HttpListenerResponse.Managed.cs (1)
297string[] values = headers.GetValues(i)!;