StartContext Properties

The StartContext type exposes the following members.

Properties

  Name Description
Public property App Gets or sets the constructed OWIN application pipeline.
Public property Builder Gets or sets the IAppBuilder used to construct the OWIN application pipeline.
Public property EnvironmentData Gets or sets a list of keys and their associated values that will be injected by the host into each OWIN request environment.
Public property Options Gets or sets the initial options provided to the constructor.
Public property ServerFactory Gets or sets the factory used to instantiate the server.
Public property Startup Gets or sets the application entry point where the pipeline is defined.
Public property TraceOutput Gets or sets a TextWriter for writing diagnostic data to.

Top

See Also

Reference

StartContext Class

Microsoft.Owin.Hosting.Engine Namespace