WebApp Class

 

These methods are used to load, assemble, and start a web app.

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

System::Object
  Microsoft.Owin.Hosting::WebApp

public ref class WebApp abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticStart(StartOptions^)

Start a web app using the given settings and entry point type, using defaults for items not specified.

System_CAPS_pubmethodSystem_CAPS_staticStart(StartOptions^, Action<IAppBuilder^>^)

Start a web app using the given settings and entry point, using defaults for items not specified.

System_CAPS_pubmethodSystem_CAPS_staticStart(String^)

Start a web app using the given settings and entry point type, using defaults for items not specified.

System_CAPS_pubmethodSystem_CAPS_staticStart(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.

System_CAPS_pubmethodSystem_CAPS_staticStart<TStartup>(StartOptions^)

Start a web app using the given settings and entry point type, using defaults for items not specified.

System_CAPS_pubmethodSystem_CAPS_staticStart<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.

Return to top
Show: