StartOptions.Urls Property

Gets or sets the url prefixes listen on. Overrides port.

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

Syntax

'Declaration
Public Property Urls As IList(Of String)
    Get 
    Private Set
'Usage
Dim instance As StartOptions 
Dim value As IList(Of String)

value = instance.Urls
public IList<string> Urls { get; private set; }
public:
property IList<String^>^ Urls {
    IList<String^>^ get ();
    private: void set (IList<String^>^ value);
}
member Urls : IList<string> with get, private set
function get Urls () : IList<String>
private function set Urls (value : IList<String>)

Property Value

Type: System.Collections.Generic.IList<String>
The url prefixes listen on. Overrides port.

See Also

Reference

StartOptions Class

Microsoft.Owin.Hosting Namespace