NET FTP Library
ImplicitSslPort Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : ImplicitSslPort Property
Gets or sets the implicit SSL port. The default is 990
Syntax
'Declaration
 
Public Property ImplicitSslPort As System.Integer
'Usage
 
Dim instance As FTP
Dim value As System.Integer
 
instance.ImplicitSslPort = value
 
value = instance.ImplicitSslPort
public System.int ImplicitSslPort {get; set;}
public read-write property ImplicitSslPort: System.Integer; 
public function get,set ImplicitSslPort : System.int
public: __property System.int get_ImplicitSslPort();
public: __property void set_ImplicitSslPort( 
   System.int value
);
public:
property System.int ImplicitSslPort {
   System.int get();
   void set (    System.int value);
}

Property Value

The implicit SSL port.
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