Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum