ServerFactoryAdapter Class
The basic ServerFactory contract.
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
| Name | Description | |
|---|---|---|
![]() | ServerFactoryAdapter(Object^) | Creates a wrapper around the given server factory instance. |
![]() | ServerFactoryAdapter(Type^, IServerFactoryActivator^) | Creates a wrapper around the given server factory type. |
| Name | Description | |
|---|---|---|
![]() | Create(IAppBuilder^) | Calls the Create method on the server factory. The method may be static or instance, and may accept the AppFunc and the IAppBuilder.Properties IDictionary<string, object>. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Initialize(IAppBuilder^) | Calls the optional Initialize method on the server factory. The method may be static or instance, and may accept either an IAppBuilder or the IAppBuilder.Properties IDictionary<string, object>. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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.

