IOwinRequest.RemotePort Property

Definition

Gets or set the server.RemotePort.

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

Property Value

The server.RemotePort.

Applies to