Share via


StartContext.ServerFactory Property

 

The factory used to instantiate the server.

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

Syntax

public IServerFactoryAdapter ServerFactory { get; set; }
public:
property IServerFactoryAdapter^ ServerFactory {
    IServerFactoryAdapter^ get();
    void set(IServerFactoryAdapter^ value);
}
member ServerFactory : IServerFactoryAdapter with get, set
Public Property ServerFactory As IServerFactoryAdapter

Property Value

Type: Microsoft.Owin.Hosting.ServerFactory.IServerFactoryAdapter

Returns IServerFactoryAdapter.

See Also

StartContext Class
Microsoft.Owin.Hosting.Engine Namespace

Return to top