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)

System::Object
  Microsoft.Owin.Hosting::StartOptions

[SerializableAttribute]
public ref class StartOptions 

NameDescription
System_CAPS_pubmethodStartOptions()

Initializes a new instance of the StartOptions class

System_CAPS_pubmethodStartOptions(String^)

Initializes a new instance of the StartOptions class

NameDescription
System_CAPS_pubpropertyAppStartup

Parameter to locate and load web application startup routine

System_CAPS_pubpropertyPort

A port to listen on.

System_CAPS_pubpropertyServerFactory

Name of the assembly containing the http server implementation

System_CAPS_pubpropertySettings

Optional settings used to override service types and other defaults

System_CAPS_pubpropertyUrls

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: