Base:
method
GetValues
System.Collections.Specialized.NameValueCollection.GetValues(System.String)
1 override of GetValues
System.ServiceModel (1)
System\ServiceModel\Channels\HttpHeadersWebHeaderCollection.cs (1)
246
public override string[]
GetValues
(string header)
5 references to GetValues
System (4)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (3)
1334
string[] cacheVary = ctx.CacheHeaders.
GetValues
(HttpKnownHeaderNames.Vary);
1371
string[] requestValues = ctx.Request.Headers.
GetValues
((string)varyValues[i]);
1778
string[] respVary = resp.Headers.
GetValues
(HttpKnownHeaderNames.Vary);
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
1157
string[] warnings = CacheHeaders.
GetValues
(HttpKnownHeaderNames.Warning);
System.Data.Services (1)
System\Data\Services\HttpContextServiceHost.cs (1)
129
string[] methodValues = this.operationContext.IncomingRequest.Headers.
GetValues
(XmlConstants.HttpXMethod);