HostingEngine Class

Represents an OWIN hosting engine.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class HostingEngine _
    Implements IHostingEngine
'Usage
Dim instance As HostingEngine
public class HostingEngine : IHostingEngine
public ref class HostingEngine : IHostingEngine
type HostingEngine =  
    class 
        interface IHostingEngine 
    end
public class HostingEngine implements IHostingEngine

The HostingEngine type exposes the following members.

Constructors

  Name Description
Public method HostingEngine Initializes a new instance of the HostingEngine class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Start Starts the hosting.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Owin.Hosting.Engine Namespace