adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FtpServer Class / UseUnencryptedDataChannel Property


In This Topic
    UseUnencryptedDataChannel Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property UseUnencryptedDataChannel As Boolean
    public bool UseUnencryptedDataChannel {get; set;}
    public:
    property bool UseUnencryptedDataChannel {
       bool get();
       void set (    bool value);
    }
    See Also