| 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.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxstring UserHostName { get; }ReadOnly Property UserHostName As String
	Get
property String^ UserHostName {
	String^ get ();
}abstract UserHostName : string with get
Property Value
Type: 
String
See Also