Click or drag to resize
IRequestUserHostName Property
Gets the user hostname, the hostname that the browser originally requested. For requests coming through port forwarding this will be the address that the browser requested and not necessarily the true address of the site.

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

Property Value

Type: String
See Also