WebApp Class
These methods are used to load, assemble, and start a web app.
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Start(StartOptions^) | Start a web app using the given settings and entry point type, using defaults for items not specified. |
![]() ![]() | Start(StartOptions^, Action<IAppBuilder^>^) | Start a web app using the given settings and entry point, using defaults for items not specified. |
![]() ![]() | Start(String^) | Start a web app using the given settings and entry point type, using defaults for items not specified. |
![]() ![]() | Start(String^, Action<IAppBuilder^>^) | Start a web app using default settings and the given url and entry point. e.g. Discover the ServerFactory and run at the given url. |
![]() ![]() | Start<TStartup>(StartOptions^) | Start a web app using the given settings and entry point type, using defaults for items not specified. |
![]() ![]() | Start<TStartup>(String^) | Start a web app using default settings and the given url and entry point type. e.g. Discover the ServerFactory and run at the given url. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

