Click or drag to resize
IRequestUrl Property
Gets the URL of the request.

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

Property Value

Type: Uri
Remarks
This is the full address of the requested page, e.g. 'http://127.0.0.1/MySite/MyPage.html'.
See Also