SettingsLoader Class
Loads settings from various locations.
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
| 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. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

