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.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string ExternalAddress { get; }
ReadOnly Property ExternalAddress As String
Get
property String^ ExternalAddress {
String^ get ();
}
abstract ExternalAddress : string with get
Property Value
Type:
StringRemarks See Also