Share via


PreApplicationStart Class

Registers the OWIN request processing module at application startup.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Host.SystemWeb.PreApplicationStart

Namespace:  Microsoft.Owin.Host.SystemWeb
Assembly:  Microsoft.Owin.Host.SystemWeb (in Microsoft.Owin.Host.SystemWeb.dll)

Syntax

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

The PreApplicationStart type exposes the following members.

Methods

  Name Description
Public methodStatic member Initialize Registers the OWIN request processing module.

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.Host.SystemWeb Namespace