Discuss this help topic in SecureBlackbox Forum

TElFTPSServer.TransferInProgress

TElFTPSServer     See also     


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


Specifies if data transfer is in progress.

Declaration

[C#]
    bool TransferInProgress;

[VB.NET]
    Property TransferInProgress As Boolean

[Pascal]
    property TransferInProgress : boolean;

[C++]
    bool get_TransferInProgress();

[PHP]
    bool get_TransferInProgress()

[Java]
    boolean getTransferInProgress();

Description

    Use this read-only property to check if the server is currently transferring data.

See also:     OnTransferCompleted     OnTransferProgress    

Discuss this help topic in SecureBlackbox Forum