Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
| Visual Basic |
|---|
<ObsoleteAttribute("This enum has been deprecated and will be removed. Use SslMode instead.", _ True)> _ Public Property Security As FtpSecurity Get Set |
| C# |
|---|
[ObsoleteAttribute("This enum has been deprecated and will be removed. Use SslMode instead.", true)] public FtpSecurity Security { get; set; } |