Share via


StartOptions.ServerFactory Property

 

Name of the assembly containing the http server implementation

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

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

StartOptions Class
Microsoft.Owin.Hosting Namespace

Return to top