OwinRequest.LocalPort Property

server.LocalPort

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

Syntax

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

value = instance.LocalPort

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

Property Value

Type: System.Nullable<Int32>

Implements

IOwinRequest.LocalPort

See Also

Reference

OwinRequest Class

Microsoft.Owin Namespace