StartOptions Class

 

Settings to control the startup behavior of an OWIN application

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

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Hosting.StartOptions

Syntax

[SerializableAttribute]
public class StartOptions
[SerializableAttribute]
public ref class StartOptions 
[<SerializableAttribute>]
type StartOptions = class end
<SerializableAttribute>
Public Class StartOptions

Constructors

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

Properties

Name Description
System_CAPS_pubproperty AppStartup

Parameter to locate and load web application startup routine

System_CAPS_pubproperty Port

A port to listen on.

System_CAPS_pubproperty ServerFactory

Name of the assembly containing the http server implementation

System_CAPS_pubproperty Settings

Optional settings used to override service types and other defaults

System_CAPS_pubproperty Urls

A list of url prefixes to listen on. Overrides port.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Owin.Hosting Namespace

Return to top