Click or drag to resize

TunnelInfoModelRemoteUri Property

Gets or sets the target Uri. Normally, this should have the address and port of the Rest interface of the remote machine. The username and password should allow for Admin access on the remote machine.

Namespace:  DoubleTake.Web.Models
Assembly:  DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.3.0.0 (8.3.0.0)
Syntax
public Uri RemoteUri { get; set; }

Property Value

Type: Uri
The target.
See Also