Click or drag to resize
IWebServerRoot Property
Gets or sets the root of the web site that the server will listen to.

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

Property Value

Type: String
Remarks
The root is the full path from the address of the machine to the root of the site, e.g. /Foobar will be the root in the address http://127.0.0.1/Foobar. A leading slash and no trailing slash is enforced. Defaults to /.
See Also