OwinServerFactory Class

 

Implements the Katana setup pattern for the OwinHttpListener server.

Namespace:   Microsoft.Owin.Host.HttpListener
Assembly:  Microsoft.Owin.Host.HttpListener (in Microsoft.Owin.Host.HttpListener.dll)

System::Object
  Microsoft.Owin.Host.HttpListener::OwinServerFactory

public ref class OwinServerFactory abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(Func<IDictionary<String^, Object^>^, Task^>^, IDictionary<String^, Object^>^)

Creates an OwinHttpListener and starts listening on the given URL.

System_CAPS_pubmethodSystem_CAPS_staticInitialize(IDictionary<String^, Object^>^)

Advertise the capabilities of the server.

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: