Base:
method
GetValues
System.Collections.Specialized.NameValueCollection.GetValues(System.Int32)
1 override of GetValues
System.ServiceModel (1)
System\ServiceModel\Channels\HttpHeadersWebHeaderCollection.cs (1)
219
public override string[]
GetValues
(int index)
3 references to GetValues
PresentationCore (1)
Core\CSharp\MS\Internal\AppModel\CookieHandler.cs (1)
96
foreach (string cookie in headers.
GetValues
(i))
System (2)
net\System\Net\HttpListenerResponse.cs (2)
780
string[] headerValues = Headers.
GetValues
(index);
815
string[] headerValues = Headers.
GetValues
(index);