Share via


ServicesFactory Class

 

Create a default ServiceProvider with input from a variety or sources.

Namespace:   Microsoft.Owin.Hosting.Services
Assembly:  Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Hosting.Services.ServicesFactory

Syntax

public static class ServicesFactory
public ref class ServicesFactory abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ServicesFactory = class end
Public NotInheritable Class ServicesFactory

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create()

Create a default ServiceProvider.

System_CAPS_pubmethodSystem_CAPS_static Create(Action<ServiceProvider>)

Create a default ServiceProvider.

System_CAPS_pubmethodSystem_CAPS_static Create(IDictionary<String, String>)

Create a default ServiceProvider with the given settings.

System_CAPS_pubmethodSystem_CAPS_static Create(IDictionary<String, String>, Action<ServiceProvider>)

Create a default ServiceProvider with the given settings.

System_CAPS_pubmethodSystem_CAPS_static Create(String)

Create a default ServiceProvider with the given settings file.

System_CAPS_pubmethodSystem_CAPS_static Create(String, Action<ServiceProvider>)

Create a default ServiceProvider with the given settings file.

System_CAPS_pubmethodSystem_CAPS_static ForEach(Action<Type, Type>)

Enumerate the default service types.

System_CAPS_pubmethodSystem_CAPS_static ForEach(IDictionary<String, String>, Action<Type, Type>)

Enumerate the default service types with the given settings overrides.

System_CAPS_pubmethodSystem_CAPS_static ForEach(String, Action<Type, Type>)

Enumerate the default service types with the given settings file overrides.

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.Services Namespace

Return to top