HostingEngine Class

 

Used to initialize and start a web application.

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

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

public ref class HostingEngine : IHostingEngine

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticDefaultPort

Gets the default port number.

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_pubmethodStart(StartContext^)

Initialize and start a web application. Major Steps: - Find and initialize the ServerFactory - Find and initialize the application - Start the server

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: