 | SSLConfigurationTargetHost Property |
Gets or sets the target host name used for authenticating as client.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic 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
String
See Also