PowerTCP FTP for .NET
Security Property (FtpSession)



Specifies the privacy parameters to use with the FTP server. See the FtpSecurity class for more information.
Syntax
Public Shadows Property Security As FtpSecurity
Dim instance As FtpSession
Dim value As FtpSecurity
 
instance.Security = value
 
value = instance.Security
public new FtpSecurity Security {get; set;}
public:
new property FtpSecurity^ Security {
   FtpSecurity^ get();
   void set (    FtpSecurity^ value);
}

Property Value

FtpSecurity
See Also

Reference

FtpSession Class
FtpSession Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic