Click or drag to resize
IWebServerPortText Property
Gets the Port number as a string suitable for use in a URL.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string PortText { get; }

Property Value

Type: String
Remarks
If Port is 80 then it returns an empty string, otherwise it returns ":nnn" where nnn is the port number.
See Also