| ResponseSentEventArgsUserAddressAndPort Property  | 
            Gets the full address and 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 UserAddressAndPort { get; }Public ReadOnly Property UserAddressAndPort As String
	Get
public:
property String^ UserAddressAndPort {
	String^ get ();
}member UserAddressAndPort : string with get
Property Value
Type: 
String
See Also