SettingsLoader Class
Loads settings from various locations.
Namespace: Microsoft.Owin.Hosting.Utilities
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Hosting.Utilities.SettingsLoader
Syntax
public static class SettingsLoader
public ref class SettingsLoader abstract sealed
[<AbstractClass>]
[<Sealed>]
type SettingsLoader = class end
Public NotInheritable Class SettingsLoader
Methods
Name | Description | |
---|---|---|
![]() ![]() |
LoadFromConfig() | Load settings from the AppSettings section of the config file. |
![]() ![]() |
LoadFromConfig(IDictionary<String, String>) | Load settings from the AppSettings section of the config file. |
![]() ![]() |
LoadFromSettingsFile(String) | Load settings from a flat text file. |
![]() ![]() |
LoadFromSettingsFile(String, IDictionary<String, String>) | Load settings from a flat text file. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.Hosting.Utilities Namespace
Return to top