WebApp.Start Method (String)

Start a web app using the given settings and entry point type, using defaults for items not specified.

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

Syntax

'Declaration
Public Shared Function Start ( _
    url As String _
) As IDisposable
'Usage
Dim url As String 
Dim returnValue As IDisposable 

returnValue = WebApp.Start(url)
public static IDisposable Start(
    string url
)
public:
static IDisposable^ Start(
    String^ url
)
static member Start : 
        url:string -> IDisposable
public static function Start(
    url : String
) : IDisposable

Parameters

Return Value

Type: System.IDisposable
An IDisposible instance that can be called to shut down the web app.

See Also

Reference

WebApp Class

Start Overload

Microsoft.Owin.Hosting Namespace