2 overrides of GetKey
System (1)
net\System\Net\WebHeaderCollection.cs (1)
1950public override string GetKey(int index)
System.Web (1)
HttpServerVarsCollection.cs (1)
334public override String GetKey(int index) {
39 references to GetKey
System (8)
compmod\system\collections\specialized\namevaluecollection.cs (1)
186String key = c.GetKey(i);
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
542string key = cc.GetKey(i) as string;
net\System\Net\HttpListenerRequest.cs (1)
288sb.Append(Headers.GetKey(i));
net\System\Net\mail\Message.cs (2)
463string headerName = headers.GetKey(i); 509if (string.Compare(Headers.GetKey(i), headerName,
net\System\Net\WebHeaderCollection.cs (3)
887string key = cc.GetKey(i) as string; 996String key = cc.GetKey(i); 1953return InnerCollection.GetKey(index);
System.Configuration (2)
System\Configuration\DPAPIProtectedConfigurationProvider.cs (1)
208throw new ConfigurationErrorsException(SR.GetString(SR.Unrecognized_initialization_value, configurationValues.GetKey(0)));
System\Configuration\RSAProtectedConfigurationProvider.cs (1)
149throw new ConfigurationErrorsException(SR.GetString(SR.Unrecognized_initialization_value, configurationValues.GetKey(0)));
System.Data.Services (1)
System\Data\Services\HttpContextServiceHost.cs (1)
456string name = collection.GetKey(i);
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
3336string key = headers.GetKey(i);
System.ServiceModel.Internals (1)
System\Runtime\UrlUtility.cs (1)
579key = GetKey(i);
System.Web (18)
Hosting\IIS7WorkerRequest.cs (1)
2376headerNames[i] = headers.GetKey(i);
HttpRequest.cs (1)
2752String key = collection.GetKey(i);
HttpResponse.cs (1)
2586sb.Append(requestHeaders.GetKey(i));
HttpServerVarsCollection.cs (1)
336return base.GetKey(index);
HttpValueCollection.cs (3)
119string key = GetKey(index); 132string key = GetKey(index); 308key = GetKey(i);
Profile\SqlProfileProvider.cs (1)
76string attribUnrecognized = config.GetKey(0);
Security\ADMembershipProvider.cs (1)
629string attribUnrecognized = config.GetKey(0);
Security\AuthStoreRoleProvider.cs (1)
123string attribUnrecognized = config.GetKey(0);
Security\SQLMembershipProvider.cs (1)
210string attribUnrecognized = config.GetKey(0);
Security\SQLRoleProvider.cs (1)
79string attribUnrecognized = config.GetKey(0);
Security\WindowsTokenRoleProvider.cs (1)
66string attribUnrecognized = config.GetKey(0);
UI\WebParts\SqlPersonalizationProvider.cs (1)
484string invalidAttributeName = configSettings.GetKey(0);
Util\AspCompat.cs (3)
484String key = EncodeTab(c.GetKey(i)); 529String key = cv.GetKey(j); 540sb.Append(EncodeTab(cv.GetKey(j)) + "\t" + EncodeTab(cv.Get(j)) + "\t");
Util\ProviderUtil.cs (1)
192string attribUnrecognized = config.GetKey(0);
System.Web.Mobile (8)
UI\MobileControls\Adapters\ChtmlPageAdapter.cs (2)
175String name = queryString.GetKey(i); 257String name = form.GetKey(i);
UI\MobileControls\Adapters\HtmlFormAdapter.cs (1)
385writer.WriteHiddenField(collection.GetKey(i),
UI\MobileControls\Adapters\WmlPageAdapter.cs (1)
169String name = baseCollection.GetKey(i);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (2)
129String name = form.GetKey(i); 180String name = queryString.GetKey(i);
UI\MobileControls\MobilePage.cs (2)
940String key = collection.GetKey(i); 1508String name = collection.GetKey(i);