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