HostingEngine Class
Used to initialize and start a web application.
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DefaultPort | Gets the default port number. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Start(StartContext^) | Initialize and start a web application. Major Steps: - Find and initialize the ServerFactory - Find and initialize the application - Start the server |
![]() | ToString() | (Inherited from Object.) |
![]() ![]() | TryDetermineCustomPort(StartOptions^, Int32) | Tries to determine a custom port setting from the startup options or the port environment variable. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:



