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