Address.Port Property
The uri port.
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public string Port { get; set; }
public:
property String^ Port {
String^ get();
void set(String^ value);
}
member Port : string with get, set
Public Property Port As String
Property Value
Type: System.String
Returns String.
See Also
Address Structure
Microsoft.Owin.BuilderProperties Namespace
Return to top