Share via


IOwinRequest.LocalPort Property

 

Gets or set the server.LocalPort.

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

Syntax

Nullable<int> LocalPort { get; set; }
property Nullable<int> LocalPort {
    Nullable<int> get();
    void set(Nullable<int> value);
}
abstract LocalPort : Nullable<int> with get, set
Property LocalPort As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

The server.LocalPort.

See Also

IOwinRequest Interface
Microsoft.Owin Namespace

Return to top