StartContext Class

 

This class contains the relevant application and server state during startup.

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

System::Object
  Microsoft.Owin.Hosting.Engine::StartContext

public ref class StartContext 

NameDescription
System_CAPS_pubmethodStartContext(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.

NameDescription
System_CAPS_pubpropertyApp

The constructed OWIN application pipeline.

System_CAPS_pubpropertyBuilder

The IAppBuilder used to construct the OWIN application pipeline.

System_CAPS_pubpropertyEnvironmentData

A list of keys and their associated values that will be injected by the host into each OWIN request environment.

System_CAPS_pubpropertyOptions

The initial options provided to the constructor.

System_CAPS_pubpropertyServerFactory

The factory used to instantiate the server.

System_CAPS_pubpropertyStartup

The application entry point where the pipeline is defined.

System_CAPS_pubpropertyTraceOutput

A TextWriter for writing diagnostic data to.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: