Share via


StartOptions.Port Property

 

A port to listen on.

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

Syntax

public Nullable<int> Port { get; set; }
public:
property Nullable<int> Port {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member Port : Nullable<int> with get, set
Public Property Port As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

Returns Int32.

See Also

StartOptions Class
Microsoft.Owin.Hosting Namespace

Return to top