edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSLFTPClientRemoteHost Property

Get/set the name of the remote host.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public override string RemoteHost { get; set; }

Property Value

String

Implements

IFileTransferClientRemoteHost

Remarks

Can only be set if not currently connected.

See Also