HostingStarter Class

Represents a hosting starter.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Hosting.Starter.HostingStarter

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

Syntax

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

The HostingStarter type exposes the following members.

Constructors

  Name Description
Public method HostingStarter Initializes a new instance of the HostingStarter 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 a 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.Starter Namespace