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