NET FTP Library
UsePort990ForImplicitSsl Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : UsePort990ForImplicitSsl Property
By default, Port 990 means implicit SSL. Setting to false will allow non-ssl on port 990 or explicit SSL on port 990
Syntax
'Declaration
 
Public Property UsePort990ForImplicitSsl As System.Boolean
'Usage
 
Dim instance As FTP
Dim value As System.Boolean
 
instance.UsePort990ForImplicitSsl = value
 
value = instance.UsePort990ForImplicitSsl
public System.bool UsePort990ForImplicitSsl {get; set;}
public read-write property UsePort990ForImplicitSsl: System.Boolean; 
public function get,set UsePort990ForImplicitSsl : System.boolean
public: __property System.bool get_UsePort990ForImplicitSsl();
public: __property void set_UsePort990ForImplicitSsl( 
   System.bool value
);
public:
property System.bool UsePort990ForImplicitSsl {
   System.bool get();
   void set (    System.bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTP Class
FTP Members