Discuss this help topic in SecureBlackbox Forum

TElSftpClient.SBB3Compatible

TElSftpClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether to allow compatibility with SecureBlackbox version 3.

Declaration

[C#]
    bool SBB3Compatible;

[VB.NET]
    Property SBB3Compatible As Boolean

[Pascal]
    property SBB3Compatible : boolean;

[C++]
    bool get_SBB3Compatible();
    void set_SBB3Compatible(bool Value);

[PHP]
    bool get_SBB3Compatible()
    void set_SBB3Compatible(bool $Value)

[Java]
    boolean getSBB3Compatible();
    void setSBB3Compatible(boolean Value);

Description

    If this property is set to True, the OnData event will be fired only once after call to Read method. Otherwise, this event may be fired several times, according to the number of requests sent by Read.

See also:     OnData     Read    

Discuss this help topic in SecureBlackbox Forum