IOwinRequest.RemotePort Property

 

Gets or set the server.RemotePort.

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

Syntax

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

Property Value

Type: System.Nullable<Int32>

The server.RemotePort.

See Also

IOwinRequest Interface
Microsoft.Owin Namespace

Return to top