IWebServerPortText Property |
Gets the
Port number as a string suitable for use in a URL.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ReadOnly Property PortText As String
Get
property String^ PortText {
String^ get ();
}
abstract PortText : string with get
Property Value
Type:
StringRemarks
If
Port is 80 then it returns an empty string, otherwise it returns ":nnn" where nnn
is the port number.
See Also