IOwinRequest.LocalPort Property
Gets or sets the port used in making the request.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Property LocalPort As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As IOwinRequest
Dim value As Nullable(Of Integer)
value = instance.LocalPort
instance.LocalPort = value
Nullable<int> LocalPort { get; set; }
property Nullable<int> LocalPort {
Nullable<int> get ();
void set (Nullable<int> value);
}
abstract LocalPort : Nullable<int> with get, set
function get LocalPort () : Nullable<int>
function set LocalPort (value : Nullable<int>)
Property Value
Type: System.Nullable<Int32>
The port used in making the request.