NET FTP Library
UseModeZ Property






KellermanSoftware.NetFtpLibrary Namespace > FTP Class : UseModeZ Property
Use Mode Z Compression for Data Transfers
Syntax
'Declaration
 
Public Overridable Property UseModeZ As System.Boolean
'Usage
 
Dim instance As FTP
Dim value As System.Boolean
 
instance.UseModeZ = value
 
value = instance.UseModeZ
public virtual System.bool UseModeZ {get; set;}
public read-write property UseModeZ: System.Boolean; virtual; 
public function get,set UseModeZ : System.boolean
public: __property virtual System.bool get_UseModeZ();
public: __property virtual void set_UseModeZ( 
   System.bool value
);
public:
virtual property System.bool UseModeZ {
   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