IWebServerLocalAddress Property |
Gets the local address of the web server (e.g. http://127.0.0.1:8090/Root).
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string LocalAddress { get; }
ReadOnly Property LocalAddress As String
Get
property String^ LocalAddress {
String^ get ();
}
abstract LocalAddress : string with get
Property Value
Type:
StringSee Also