DomainHostingStarterAgent Class
Used for executing the IHostingEngine in a new AppDomain.
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
| Name | Description | |
|---|---|---|
![]() | DomainHostingStarterAgent() | Initializes a new instance of the DomainHostingStarterAgent class. |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Dispose() | Releases the resources used by the instance of DomainHostingStarterAgent class. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the instance of DomainHostingStarterAgent class and optionally releases the managed resources. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | Renewal(ILease^) | Renews the given lease for 5 minutes. |
![]() | ResolveAssembliesFromDirectory(String^) | Registers a fallback assembly resolver that looks in the given directory. |
![]() | Start(StartOptions^) | Executes the IHostingEngine in a new AppDomain. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

