ServerFactoryAdapter Class

 

The basic ServerFactory contract.

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

System::Object
  Microsoft.Owin.Hosting.ServerFactory::ServerFactoryAdapter

public ref class ServerFactoryAdapter : IServerFactoryAdapter

NameDescription
System_CAPS_pubmethodServerFactoryAdapter(Object^)

Creates a wrapper around the given server factory instance.

System_CAPS_pubmethodServerFactoryAdapter(Type^, IServerFactoryActivator^)

Creates a wrapper around the given server factory type.

NameDescription
System_CAPS_pubmethodCreate(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>.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitialize(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>.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: