IOwinRequest.LocalPort Property

Definition

Gets or set the server.LocalPort.

public int? LocalPort { get; set; }
member this.LocalPort : Nullable<int> with get, set
Public Property LocalPort As Nullable(Of Integer)

Property Value

The server.LocalPort.

Applies to