Base:
method
GetKey
System.Collections.Specialized.NameValueCollection.GetKey(System.Int32)
1 override of GetKey
System.ServiceModel (1)
System\ServiceModel\Channels\HttpHeadersWebHeaderCollection.cs (1)
214
public override string
GetKey
(int index)
6 references to GetKey
System (5)
net\System\Net\Cache\_Rfc2616CacheValidators.cs (1)
1818
string key = ctx.Response.Headers.
GetKey
(i);
net\System\Net\HttpListenerResponse.cs (3)
493
sb.Append(Headers.
GetKey
(i));
766
headerName = Headers.
GetKey
(index) as string;
788
headerName = Headers.
GetKey
(index) as string;
net\System\Net\WebHeaderCollection.cs (1)
1047
serializationInfo.AddValue(i.ToString(NumberFormatInfo.InvariantInfo),
GetKey
(i));
System.Web.Extensions (1)
ClientServices\Providers\ProxyHelper.cs (1)
108
string header = response.Headers.
GetKey
(iter);