ServicesFactory Methods

Methods

  Name Description
Public methodStatic member Create() Creates a specified service provider.
Public methodStatic member Create(IDictionary<String, String>) Creates a specified service provider with a given settings.
Public methodStatic member Create(String) Creates a specified service provider with a given file settings.
Public methodStatic member Create(Action<ServiceProvider>) Creates a specified service provider with a given configuration.
Public methodStatic member Create(IDictionary<String, String>, Action<ServiceProvider>) Creates a specified service provider.
Public methodStatic member Create(String, Action<ServiceProvider>) Creates a specified service provider.
Public methodStatic member ForEach(Action<Type, Type>) Performs the specified action on each element of the service providers.
Public methodStatic member ForEach(IDictionary<String, String>, Action<Type, Type>) Performs the specified action on each element of the service providers.
Public methodStatic member ForEach(String, Action<Type, Type>) Performs the specified action on each element of the service providers.

Top

See Also

Reference

ServicesFactory Class

Microsoft.Owin.Hosting.Services Namespace