2 overrides of AllKeys
System (1)
net\System\Net\WebHeaderCollection.cs (1)
1956public override string[] AllKeys
System.Web (1)
HttpServerVarsCollection.cs (1)
339public override string[] AllKeys {
17 references to AllKeys
System (3)
net\System\Net\webclient.cs (2)
754foreach (string name in data.AllKeys) { 1004+ m_requestParameters.AllKeys[i]
net\System\Net\WebHeaderCollection.cs (1)
1961return InnerCollection.AllKeys;
System.Runtime.Remoting (1)
channels\http\httpremotinghandler.cs (1)
557String[] allKeys = headers.AllKeys;
System.ServiceModel (3)
System\UriTemplate.cs (2)
888foreach (string key in parameters.AllKeys) 1328foreach (string key in parameters.AllKeys)
System\UriTemplateHelpers.cs (1)
31string[] queryKeys = query.AllKeys;
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
1322match.QueryParameters.AllKeys.Contains(callbackParameterName))
System.Web (5)
Configuration\RemoteWebConfigurationHost.cs (1)
346paramKeys = nvc.AllKeys;
Hosting\IIS7WorkerRequest.cs (1)
1116headerNames = headers.AllKeys;
HttpServerVarsCollection.cs (1)
342return base.AllKeys;
OutputCacheModule.cs (1)
206a = col.AllKeys;
UI\TraceContext.cs (1)
845var keys = collection.AllKeys;
System.Web.Extensions (1)
UI\WebControls\DataPager.cs (1)
333foreach (string field in request.QueryString.AllKeys) {
System.Workflow.Runtime (1)
Hosting\DbResourceAllocator.cs (1)
67foreach (string key in parameters.AllKeys)
System.WorkflowServices (2)
System\ServiceModel\Configuration\PersistenceProviderElement.cs (2)
124foreach (string key in this.persistenceProviderArguments.AllKeys) 153foreach (string key in this.persistenceProviderArguments.AllKeys)