RequestReceivedEventArgsWebSite Property |
Gets the website address, as seen by the browser.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string WebSite { get; }
Public ReadOnly Property WebSite As String
Get
public:
property String^ WebSite {
String^ get ();
}
member WebSite : string with get
Property Value
Type:
StringRemarks
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