| ResponseSentEventArgsUserAddress Property  | 
            Gets the address without the port of the browser that requested the page.
            
 
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string UserAddress { get; }Public ReadOnly Property UserAddress As String
	Get
public:
property String^ UserAddress {
	String^ get ();
}member UserAddress : string with get
Property Value
Type: 
String
See Also