Click or drag to resize
IWebServerExternalAddress Property
Gets the address of the web server on the public Internet (e.g. http://12.13.14.15:8080/Root).

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

Property Value

Type: String
Remarks
This is derived from ExternalIPAddress and ExternalPort.
See Also