The server to connect to
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
C# |
---|
public string Host { get; set; } |
Visual Basic |
---|
Public Property Host As String Get Set |
Visual C++ |
---|
public: virtual property String^ Host { String^ get () sealed; void set (String^ value) sealed; } |