Share via


OwinServerFactory.Initialize Method (IDictionary<String, Object>)

 

Advertise the capabilities of the server.

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

Syntax

public static void Initialize(
    IDictionary<string, object> properties
)
public:
static void Initialize(
    IDictionary<String^, Object^>^ properties
)
static member Initialize : 
        properties:IDictionary<string, Object> -> unit
Public Shared Sub Initialize (
    properties As IDictionary(Of String, Object)
)

Parameters

See Also

OwinServerFactory Class
Microsoft.Owin.Host.HttpListener Namespace

Return to top