DomainHostingStarter Class
Represents a domain hosting starter.
Inheritance Hierarchy
System.Object
Microsoft.Owin.Hosting.Starter.DomainHostingStarter
Namespace: Microsoft.Owin.Hosting.Starter
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
'Declaration
Public Class DomainHostingStarter _
Implements IHostingStarter
'Usage
Dim instance As DomainHostingStarter
public class DomainHostingStarter : IHostingStarter
public ref class DomainHostingStarter : IHostingStarter
type DomainHostingStarter =
class
interface IHostingStarter
end
public class DomainHostingStarter implements IHostingStarter
The DomainHostingStarter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DomainHostingStarter | Initializes a new instance of the DomainHostingStarter class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Start | Starts a domain hosting. | |
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.