StartOptions.ServerFactory Property

Gets or sets the name of the assembly containing the http server implementation.

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

Syntax

'Declaration
Public Property ServerFactory As String 
    Get 
    Set
'Usage
Dim instance As StartOptions 
Dim value As String 

value = instance.ServerFactory

instance.ServerFactory = value
public string ServerFactory { get; set; }
public:
property String^ ServerFactory {
    String^ get ();
    void set (String^ value);
}
member ServerFactory : string with get, set
function get ServerFactory () : String 
function set ServerFactory (value : String)

Property Value

Type: System.String
The name of the assembly containing the http server implementation.

See Also

Reference

StartOptions Class

Microsoft.Owin.Hosting Namespace