Share via


ServiceProviderExtensions Class

Represents a service provider extensions.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Hosting.Services.ServiceProviderExtensions

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

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class ServiceProviderExtensions
'Usage
public static class ServiceProviderExtensions
[ExtensionAttribute]
public ref class ServiceProviderExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ServiceProviderExtensions =  class end
public final class ServiceProviderExtensions

The ServiceProviderExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member GetService<T>

Top

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

Reference

Microsoft.Owin.Hosting.Services Namespace