Share via


HostingEngine.DefaultPort Property

 

Gets the default port number.

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

Syntax

public static int DefaultPort { get; }
public:
property int DefaultPort {
    static int get();
}
static member DefaultPort : int with get
Public Shared ReadOnly Property DefaultPort As Integer

Property Value

Type: System.Int32

The default port number.

See Also

HostingEngine Class
Microsoft.Owin.Hosting.Engine Namespace

Return to top