Click or drag to resize
IWebServerPrefix Property
Gets the prefix that describes the combination of root and port.

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

Property Value

Type: String
Remarks
See http://msdn.microsoft.com/en-us/library/aa364698(VS.85).aspx for a description of prefix strings.
See Also