ConfigurationProvider
Defines the core behavior of configuration providers and provides a base for derived classes.
Gets or sets the configuration key-value pairs for this provider.
protected ConfigurationProvider()
Initializes a new IConfigurationProvider.
Returns the list of keys that this provider has.
Returns a IChangeToken that can be used to listen when this provider is reloaded.
Loads (or reloads) the data for this provider.
Triggers the reload change token and creates a new one.
Sets a value for a given key.
Attempts to find a value with the given key.