OwinRequest.RemotePort Property

server.RemotePort

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

Syntax

'Declaration
Public Overridable Property RemotePort As Nullable(Of Integer)
    Get 
    Set
'Usage
Dim instance As OwinRequest 
Dim value As Nullable(Of Integer)

value = instance.RemotePort

instance.RemotePort = value
public virtual Nullable<int> RemotePort { get; set; }
public:
virtual property Nullable<int> RemotePort {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract RemotePort : Nullable<int> with get, set 
override RemotePort : Nullable<int> with get, set
function get RemotePort () : Nullable<int>
function set RemotePort (value : Nullable<int>)

Property Value

Type: System.Nullable<Int32>

Implements

IOwinRequest.RemotePort

See Also

Reference

OwinRequest Class

Microsoft.Owin Namespace