Share via


StartContext Constructor (StartOptions)

 

Create a new StartContext with the given options. If the given options do not define any settings, then settings will be loaded from the config.

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

Syntax

public StartContext(
    StartOptions options
)
public:
StartContext(
    StartOptions^ options
)
new : 
        options:StartOptions -> StartContext
Public Sub New (
    options As StartOptions
)

Parameters

See Also

StartContext Class
Microsoft.Owin.Hosting.Engine Namespace

Return to top