PowerTCP FTP for .NET
Enabled Property



When true, the AsciiExtensions property is used to automatically set the transfer type, otherwise the user is reponsible for setting the desired transfer type using Ftp.SetType or Send(String).
Syntax
<DefaultValueAttribute(True)>
Public Property Enabled As Boolean
Dim instance As AsciiExtensions
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
[DefaultValue(true)]
public bool Enabled {get; set;}
[DefaultValue(true)]
public:
property bool Enabled {
   bool get();
   void set (    bool value);
}
See Also

Reference

AsciiExtensions Class
AsciiExtensions Members


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