NET FTP Library
LastConnectedHost Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : LastConnectedHost Property
Syntax
'Declaration
 
Protected Property LastConnectedHost As System.String
'Usage
 
Dim instance As FTP
Dim value As System.String
 
instance.LastConnectedHost = value
 
value = instance.LastConnectedHost
protected System.string LastConnectedHost {get; set;}
protected read-write property LastConnectedHost: System.String; 
protected function get,set LastConnectedHost : System.String
protected: __property System.string* get_LastConnectedHost();
protected: __property void set_LastConnectedHost( 
   System.string* value
);
protected:
property System.String^ LastConnectedHost {
   System.String^ get();
   void set (    System.String^ 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