Gets the type of system/server that we're
connected to.
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
| C# |
|---|
public string SystemType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SystemType As String Get |
| Visual C++ |
|---|
public: virtual property String^ SystemType { String^ get () sealed; } |