ServerFactoryAdapter Class
The basic ServerFactory contract.
Namespace: Microsoft.Owin.Hosting.ServerFactory
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Hosting.ServerFactory.ServerFactoryAdapter
Syntax
public class ServerFactoryAdapter : IServerFactoryAdapter
public ref class ServerFactoryAdapter : IServerFactoryAdapter
type ServerFactoryAdapter =
class
interface IServerFactoryAdapter
end
Public Class ServerFactoryAdapter
Implements IServerFactoryAdapter
Constructors
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. |
Methods
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.) |
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
Microsoft.Owin.Hosting.ServerFactory Namespace
Return to top