Share via


OwinRequest.RemotePort Property

 

Gets or set the server.RemotePort.

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

Syntax

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

Property Value

Type: System.Nullable<Int32>

The server.RemotePort.

Implements

IOwinRequest.RemotePort

See Also

OwinRequest Class
Microsoft.Owin Namespace

Return to top