| SSLConfigurationTargetHost Property |
Gets or sets the target host name used for authenticating as client.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public string TargetHost { get; set; }
Public Property TargetHost As String
Get
Set
public:
property String^ TargetHost {
String^ get ();
void set (String^ value);
}
member TargetHost : string with get, set
Property Value
Type:
StringSee Also