Click or drag to resize
RequestReceivedEventArgsWebSite Property
Gets the website address, as seen by the browser.

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

Property Value

Type: String
Remarks
If the request URL is 'http://192.168.0.1/MyRoot/MyPage.html' then this would be 'http://192.168.0.1/MyRoot'.
See Also