OwinRequest.LocalPort Property
Gets or set the server.LocalPort.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public virtual Nullable<int> LocalPort { get; set; }
public:
property Nullable<int> LocalPort {
virtual Nullable<int> get();
virtual void set(Nullable<int> value);
}
abstract LocalPort : Nullable<int> with get, set
override LocalPort : Nullable<int> with get, set
Public Overridable Property LocalPort As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
The server.LocalPort.
Implements
See Also
OwinRequest Class
Microsoft.Owin Namespace
Return to top