Share via


StartOptions Constructor

 

Initializes a new instance of the StartOptions class.

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

Overload List

Name Description
System_CAPS_pubmethod StartOptions()

Initializes a new instance of the StartOptions class

System_CAPS_pubmethod StartOptions(String)

Initializes a new instance of the StartOptions class

See Also

StartOptions Class
Microsoft.Owin.Hosting Namespace

Return to top

StartOptions Constructor ()

Initializes a new instance of the StartOptions class

Syntax

public StartOptions()
public:
StartOptions()
new : unit -> StartOptions
Public Sub New

Return to top

StartOptions Constructor (String)

Initializes a new instance of the StartOptions class

Syntax

public StartOptions(
    string url
)
public:
StartOptions(
    String^ url
)
new : 
        url:string -> StartOptions
Public Sub New (
    url As String
)

Parameters

Return to top