ServicesFactory Class
Create a default ServiceProvider with input from a variety or sources.
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Create() | Create a default ServiceProvider. |
![]() ![]() | Create(Action<ServiceProvider^>^) | Create a default ServiceProvider. |
![]() ![]() | Create(IDictionary<String^, String^>^) | Create a default ServiceProvider with the given settings. |
![]() ![]() | Create(IDictionary<String^, String^>^, Action<ServiceProvider^>^) | Create a default ServiceProvider with the given settings. |
![]() ![]() | Create(String^) | Create a default ServiceProvider with the given settings file. |
![]() ![]() | Create(String^, Action<ServiceProvider^>^) | Create a default ServiceProvider with the given settings file. |
![]() ![]() | ForEach(Action<Type^, Type^>^) | Enumerate the default service types. |
![]() ![]() | ForEach(IDictionary<String^, String^>^, Action<Type^, Type^>^) | Enumerate the default service types with the given settings overrides. |
![]() ![]() | ForEach(String^, Action<Type^, Type^>^) | Enumerate the default service types with the given settings file overrides. |
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:

